COLOR #092D21

HEX: #092D21
RGB: (9,45,33)

Color info

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

RGB color model

#092D21 color RGB value is (9,45,33).

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

RGB channels and saturation

R 9 of 255 = 4%
G 45 of 255 = 18%
B 33 of 255 = 13%

9
45
33

R + G + B ~ 12%. #092D21 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 45 + 33 = 87 (100%)
R 9 of 87 ~ 10.34%
G 45 of 87 ~ 51.72%
B 33 of 87 ~ 37.93%

%10.34
%51.72
%37.93

CMYK color model

#092D21 color CMYK value is (80,0,27,82).

  • cyan value is 80.00%
  • magenta value is 0.00%
  • yellow value is 26.67%
  • key color value is 82.35%
CMYK:
(80,0,27,82)
C80M0Y27K82 
(80%,0%,27%,82%)
(0.80/0.00/0.27/0.82)	

CMYK percentages

%80
%0
%26.67
%82.35

Codes

Color #092D21 in popluar color models

092D21
RGB94533
HSL160°66.67%10.59%
HSB/HSV160°80.00%17.65%
CMYK80.00%0.00%26.67%
82.35%

Color #092D21 in popluar number systems.

HEX092D21
Decimal94533
Binary1001101101100001
Octal115541

Shades and tints

Shades of #092D21

#092D21
(9,45,33)
#09291E
(9,41,30)
#09251B
(9,37,27)
#092118
(9,33,24)
#091D15
(9,29,21)
#091912
(9,25,18)
#09150F
(9,21,15)
#09110C
(9,17,12)
#090D09
(9,13,9)
#090906
(9,9,6)
#090503
(9,5,3)
#000000
(0,0,0)

Tints of #092D21

#092D21
(9,45,33)
#1F4035
(31,64,53)
#355349
(53,83,73)
#4B665D
(75,102,93)
#617971
(97,121,113)
#778C85
(119,140,133)
#8D9F99
(141,159,153)
#A3B2AD
(163,178,173)
#B9C5C1
(185,197,193)
#CFD8D5
(207,216,213)
#E5EBE9
(229,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #092D21 color. Also use rgb(9,45,33) instead hex code.

Text Font Color

.myTextColor { color: #092D21; }

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

This text font color is #092D21.


Background Color

.myBgColor { background-color: #092D21; }

<div style="background-color:#092D21">Inner text</div>

This div background color is #092D21.


Border color

.myBorderColor { border: 1px solid #092D21; }

<div style="border:3px solid #092D21">Div</div>

This div border color is #092D21.


Opacity

.myOpacity80 { color: #092D21; opacity: 0.8; }

<p style="color:#092D21;opacity:0.8;">80%</p>

Text with #092D21 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 #092D21;}

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

This text has shadow with #092D21 color.

.textShadow {text-shadow: 3px 3px 1px #092D21, 3px 3px 1px red;}

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

This text has shadow with #092D21 primary color and red secondary color.


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

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

This text has shadow with #092D21 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #092D21 on black background.


Color preview on white background

This text has color #092D21 on white background.



Black color preview on #092D21 background

This text has black color on #092D21 background.


White color preview on #092D21 background

This text has white color on #092D21 background.