COLOR #092E20

HEX: #092E20
RGB: (9,46,32)

Color info

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

RGB color model

#092E20 color RGB value is (9,46,32).

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

RGB channels and saturation

R 9 of 255 = 4%
G 46 of 255 = 18%
B 32 of 255 = 13%

9
46
32

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

Portions of RGB colors in percentages

R + G + B =
9 + 46 + 32 = 87 (100%)
R 9 of 87 ~ 10.34%
G 46 of 87 ~ 52.87%
B 32 of 87 ~ 36.78%

%10.34
%52.87
%36.78

CMYK color model

#092E20 color CMYK value is (80,0,30,82).

  • cyan value is 80.43%
  • magenta value is 0.00%
  • yellow value is 30.43%
  • key color value is 81.96%
CMYK:
(80,0,30,82)
C80M0Y30K82 
(80%,0%,30%,82%)
(0.80/0.00/0.30/0.82)	

CMYK percentages

%80.43
%0
%30.43
%81.96

Codes

Color #092E20 in popluar color models

092E20
RGB94632
HSL157°67.27%10.78%
HSB/HSV157°80.43%18.04%
CMYK80.43%0.00%30.43%
81.96%

Color #092E20 in popluar number systems.

HEX092E20
Decimal94632
Binary1001101110100000
Octal115640

Shades and tints

Shades of #092E20

#092E20
(9,46,32)
#092A1E
(9,42,30)
#09261C
(9,38,28)
#09221A
(9,34,26)
#091E18
(9,30,24)
#091A16
(9,26,22)
#091614
(9,22,20)
#091212
(9,18,18)
#090E10
(9,14,16)
#090A0E
(9,10,14)
#09060C
(9,6,12)
#000000
(0,0,0)

Tints of #092E20

#092E20
(9,46,32)
#1F4134
(31,65,52)
#355448
(53,84,72)
#4B675C
(75,103,92)
#617A70
(97,122,112)
#778D84
(119,141,132)
#8DA098
(141,160,152)
#A3B3AC
(163,179,172)
#B9C6C0
(185,198,192)
#CFD9D4
(207,217,212)
#E5ECE8
(229,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #092E20 color. Also use rgb(9,46,32) instead hex code.

Text Font Color

.myTextColor { color: #092E20; }

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

This text font color is #092E20.


Background Color

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

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

This div background color is #092E20.


Border color

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

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

This div border color is #092E20.


Opacity

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

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

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

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

This text has shadow with #092E20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #092E20 on black background.


Color preview on white background

This text has color #092E20 on white background.



Black color preview on #092E20 background

This text has black color on #092E20 background.


White color preview on #092E20 background

This text has white color on #092E20 background.