COLOR #09332F

HEX: #09332F RGB: (9,51,47)

Color info

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

RGB color model

#09332F color RGB value is (9,51,47).

RGB: (9,51,47) (4%, 20%, 18%)

RGB channels and saturation

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

9
51
47

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

Portions of RGB colors in percentages

R + G + B = 9 + 51 + 47 = 107 (100%)
R 9 of 107 ~ 8.41%
G 51 of 107 ~ 47.66%
B 47 of 107 ~ 43.93'%

%47.66
%43.93

CMYK color model

#09332F color CMYK value is (82,0,8,80).

  • cyan value is 82.35%
  • magenta value is 0.00%
  • yellow value is 7.84%
  • key color value is 80.00%

CMYK: (82,0,8,80)
C82M0Y8K80 (82%, 0%, 8%, 80%)
(0.82 / 0.00 / 0.08 / 0.80)

CMYK percentages

%82.35
%0
%7.84
%80

Codes

Color #09332F in popluar color models

09 33 2F
RGB 9 51 47
HSL 174° 70.00% 11.76%
HSB/HSV 174° 82.35% 20.00%
CMYK 82.35% 0.00% 7.84%
80.00%

Color #09332F in popluar number systems.

HEX 09 33 2F
Decimal 9 51 47
Binary 1001 110011 101111
Octal 11 63 57

Shades and tints

Shades of #09332F

#09332F
(9,51,47)
#092F2B
(9,47,43)
#092B27
(9,43,39)
#092723
(9,39,35)
#09231F
(9,35,31)
#091F1B
(9,31,27)
#091B17
(9,27,23)
#091713
(9,23,19)
#09130F
(9,19,15)
#090F0B
(9,15,11)
#090B07
(9,11,7)
#000000
(0,0,0)

Tints of #09332F

#09332F
(9,51,47)
#1F4541
(31,69,65)
#355753
(53,87,83)
#4B6965
(75,105,101)
#617B77
(97,123,119)
#778D89
(119,141,137)
#8D9F9B
(141,159,155)
#A3B1AD
(163,177,173)
#B9C3BF
(185,195,191)
#CFD5D1
(207,213,209)
#E5E7E3
(229,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09332F; }

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

This text font color is #09332F.

Background Color

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

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

This div background color is #09332F.

Border color

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

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

This div border color is #09332F.

Opacity

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

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

Text with #09332F 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 #09332F;}

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

This text has shadow with #09332F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #09332F.

Preview

Color preview on black background

This text has color #09332F on black background.


Color preview on white background

This text has color #09332F on white background.


Black color preview on #09332F background

This text has black color on #09332F background.


White color preview on #09332F background

This text has white color on #09332F background.


Related colors

Complementary color

Complementary color for #hex is #F6CCD0.


I love getcolorcode.com

Triadic colors

1 #2F0933 and #332F09 with #09332F are triadic colors.

2 #2F3309 and #33092F with #09332F are triadic colors.