COLOR #092F2E

HEX: #092F2E
RGB: (9,47,46)

Color info

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

RGB color model

#092F2E color RGB value is (9,47,46).

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

RGB channels and saturation

R 9 of 255 = 4%
G 47 of 255 = 18%
B 46 of 255 = 18%

9
47
46

R + G + B ~ 13%. #092F2E is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 47 + 46 = 102 (100%)
R 9 of 102 ~ 8.82%
G 47 of 102 ~ 46.08%
B 46 of 102 ~ 45.1%

%46.08
%45.1

CMYK color model

#092F2E color CMYK value is (81,0,2,82).

  • cyan value is 80.85%
  • magenta value is 0.00%
  • yellow value is 2.13%
  • key color value is 81.57%
CMYK:
(81,0,2,82)
C81M0Y2K82 
(81%,0%,2%,82%)
(0.81/0.00/0.02/0.82)	

CMYK percentages

%80.85
%0
%2.13
%81.57

Codes

Color #092F2E in popluar color models

092F2E
RGB94746
HSL178°67.86%10.98%
HSB/HSV178°80.85%18.43%
CMYK80.85%0.00%2.13%
81.57%

Color #092F2E in popluar number systems.

HEX092F2E
Decimal94746
Binary1001101111101110
Octal115756

Shades and tints

Shades of #092F2E

#092F2E
(9,47,46)
#092B2A
(9,43,42)
#092726
(9,39,38)
#092322
(9,35,34)
#091F1E
(9,31,30)
#091B1A
(9,27,26)
#091716
(9,23,22)
#091312
(9,19,18)
#090F0E
(9,15,14)
#090B0A
(9,11,10)
#090706
(9,7,6)
#000000
(0,0,0)

Tints of #092F2E

#092F2E
(9,47,46)
#1F4141
(31,65,65)
#355354
(53,83,84)
#4B6567
(75,101,103)
#61777A
(97,119,122)
#77898D
(119,137,141)
#8D9BA0
(141,155,160)
#A3ADB3
(163,173,179)
#B9BFC6
(185,191,198)
#CFD1D9
(207,209,217)
#E5E3EC
(229,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #092F2E; }

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

This text font color is #092F2E.


Background Color

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

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

This div background color is #092F2E.


Border color

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

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

This div border color is #092F2E.


Opacity

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

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

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

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

This text has shadow with #092F2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #092F2E on black background.


Color preview on white background

This text has color #092F2E on white background.



Black color preview on #092F2E background

This text has black color on #092F2E background.


White color preview on #092F2E background

This text has white color on #092F2E background.