COLOR #09332D

HEX: #09332D
RGB: (9,51,45)

Color info

#09332D contains red, green and blue colors in about the same proportion. Web safe color of #09332D is #003333 (or #033).

RGB color model

#09332D color RGB value is (9,51,45).

  • red value is 9;
  • green value is 51;
  • blue value is 45.
RGB:
(9,51,45)
(4%,20%,18%)

RGB channels and saturation

R 9 of 255 = 4%
G 51 of 255 = 20%
B 45 of 255 = 18%

9
51
45

R + G + B ~ 14%. #09332D is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 51 + 45 = 105 (100%)
R 9 of 105 ~ 8.57%
G 51 of 105 ~ 48.57%
B 45 of 105 ~ 42.86%

%48.57
%42.86

CMYK color model

#09332D color CMYK value is (82,0,12,80).

  • cyan value is 82.35%
  • magenta value is 0.00%
  • yellow value is 11.76%
  • key color value is 80.00%
CMYK:
(82,0,12,80)
C82M0Y12K80 
(82%,0%,12%,80%)
(0.82/0.00/0.12/0.80)	

CMYK percentages

%82.35
%0
%11.76
%80

Codes

Color #09332D in popluar color models

09332D
RGB95145
HSL171°70.00%11.76%
HSB/HSV171°82.35%20.00%
CMYK82.35%0.00%11.76%
80.00%

Color #09332D in popluar number systems.

HEX09332D
Decimal95145
Binary1001110011101101
Octal116355

Shades and tints

Shades of #09332D

#09332D
(9,51,45)
#092F29
(9,47,41)
#092B25
(9,43,37)
#092721
(9,39,33)
#09231D
(9,35,29)
#091F19
(9,31,25)
#091B15
(9,27,21)
#091711
(9,23,17)
#09130D
(9,19,13)
#090F09
(9,15,9)
#090B05
(9,11,5)
#000000
(0,0,0)

Tints of #09332D

#09332D
(9,51,45)
#1F4540
(31,69,64)
#355753
(53,87,83)
#4B6966
(75,105,102)
#617B79
(97,123,121)
#778D8C
(119,141,140)
#8D9F9F
(141,159,159)
#A3B1B2
(163,177,178)
#B9C3C5
(185,195,197)
#CFD5D8
(207,213,216)
#E5E7EB
(229,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09332D color. Also use rgb(9,51,45) instead hex code.

Text Font Color

.myTextColor { color: #09332D; }

<p style="color:#09332D">This sample text font color is #09332D.</p>

This text font color is #09332D.


Background Color

.myBgColor { background-color: #09332D; }

<div style="background-color:#09332D">Inner text</div>

This div background color is #09332D.


Border color

.myBorderColor { border: 1px solid #09332D; }

<div style="border:3px solid #09332D">Div</div>

This div border color is #09332D.


Opacity

.myOpacity80 { color: #09332D; opacity: 0.8; }

<p style="color:#09332D;opacity:0.8;">80%</p>

Text with #09332D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #09332D;}

<p style="text-shadow: 3px 3px 1px #09332D">Text here.</p>

This text has shadow with #09332D color.

.textShadow {text-shadow: 3px 3px 1px #09332D, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #09332D, 5px 5px 20px red">Text here.</p>

This text has shadow with #09332D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#09332D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#09332D, Direction=45, Strength=4)">Text</p>

This text has shadow with #09332D and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #09332D;
  -webkit-box-shadow:	1px 1px 3px 2px #09332D;
  box-shadow:		1px 1px 3px 2px #09332D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #09332D;
-webkit-box-shadow: 1px 1px 3px 2px #09332D;
box-shadow:1px 1px 3px 2px #09332D;">
Div content here</div>
This div box has shadow with color #09332D.

Preview

Color preview on black background

This text has color #09332D on black background.


Color preview on white background

This text has color #09332D on white background.



Black color preview on #09332D background

This text has black color on #09332D background.


White color preview on #09332D background

This text has white color on #09332D background.