COLOR #092C2F

HEX: #092C2F
RGB: (9,44,47)

Color info

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

RGB color model

#092C2F color RGB value is (9,44,47).

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

RGB channels and saturation

R 9 of 255 = 4%
G 44 of 255 = 17%
B 47 of 255 = 18%

9
44
47

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

Portions of RGB colors in percentages

R + G + B =
9 + 44 + 47 = 100 (100%)
R 9 of 100 ~ 9%
G 44 of 100 ~ 44%
B 47 of 100 ~ 47%

%44
%47

CMYK color model

#092C2F color CMYK value is (81,6,0,82).

  • cyan value is 80.85%
  • magenta value is 6.38%
  • yellow value is 0.00%
  • key color value is 81.57%
CMYK:
(81,6,0,82)
C81M6Y0K82 
(81%,6%,0%,82%)
(0.81/0.06/0.00/0.82)	

CMYK percentages

%80.85
%6.38
%0
%81.57

Codes

Color #092C2F in popluar color models

092C2F
RGB94447
HSL185°67.86%10.98%
HSB/HSV185°80.85%18.43%
CMYK80.85%6.38%0.00%
81.57%

Color #092C2F in popluar number systems.

HEX092C2F
Decimal94447
Binary1001101100101111
Octal115457

Shades and tints

Shades of #092C2F

#092C2F
(9,44,47)
#09282B
(9,40,43)
#092427
(9,36,39)
#092023
(9,32,35)
#091C1F
(9,28,31)
#09181B
(9,24,27)
#091417
(9,20,23)
#091013
(9,16,19)
#090C0F
(9,12,15)
#09080B
(9,8,11)
#090407
(9,4,7)
#000000
(0,0,0)

Tints of #092C2F

#092C2F
(9,44,47)
#1F3F41
(31,63,65)
#355253
(53,82,83)
#4B6565
(75,101,101)
#617877
(97,120,119)
#778B89
(119,139,137)
#8D9E9B
(141,158,155)
#A3B1AD
(163,177,173)
#B9C4BF
(185,196,191)
#CFD7D1
(207,215,209)
#E5EAE3
(229,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #092C2F; }

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

This text font color is #092C2F.


Background Color

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

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

This div background color is #092C2F.


Border color

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

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

This div border color is #092C2F.


Opacity

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

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

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

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

This text has shadow with #092C2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #092C2F on black background.


Color preview on white background

This text has color #092C2F on white background.



Black color preview on #092C2F background

This text has black color on #092C2F background.


White color preview on #092C2F background

This text has white color on #092C2F background.