COLOR #092812

HEX: #092812 RGB: (9,40,18)

Color info

#092812 contains red, green and blue colors in about the same proportion. Web safe color of #092812 is #003300 (or #030).

RGB color model

#092812 color RGB value is (9,40,18).

RGB: (9,40,18) (4%, 16%, 7%)

RGB channels and saturation

R 9 of 255 = 4%
G 40 of 255 = 16%
B 18 of 255 = 7%

9
40
18

R + G + B ~ 9%. #092812 is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 40 + 18 = 67 (100%)
R 9 of 67 ~ 13.43%
G 40 of 67 ~ 59.7%
B 18 of 67 ~ 26.87'%

%13.43
%59.7
%26.87

CMYK color model

#092812 color CMYK value is (78,0,55,84).

  • cyan value is 77.50%
  • magenta value is 0.00%
  • yellow value is 55.00%
  • key color value is 84.31%
CMYK: (78,0,55,84) C78M0Y55K84 (78%,0%,55%,84%) (0.78/0.00/0.55/0.84) 

CMYK percentages

%77.5
%0
%55
%84.31

Codes

Color #092812 in popluar color models

09 28 12
RGB 9 40 18
HSL 137° 63.27% 9.61%
HSB/HSV 137° 77.50% 15.69%
CMYK 77.50% 0.00% 55.00%
84.31%

Color #092812 in popluar number systems.

HEX 09 28 12
Decimal 9 40 18
Binary 1001 101000 10010
Octal 11 50 22

Shades and tints

Shades of #092812

#092812
(9,40,18)
#092511
(9,37,17)
#092210
(9,34,16)
#091F0F
(9,31,15)
#091C0E
(9,28,14)
#09190D
(9,25,13)
#09160C
(9,22,12)
#09130B
(9,19,11)
#09100A
(9,16,10)
#090D09
(9,13,9)
#090A08
(9,10,8)
#000000
(0,0,0)

Tints of #092812

#092812
(9,40,18)
#1F3B27
(31,59,39)
#354E3C
(53,78,60)
#4B6151
(75,97,81)
#617466
(97,116,102)
#77877B
(119,135,123)
#8D9A90
(141,154,144)
#A3ADA5
(163,173,165)
#B9C0BA
(185,192,186)
#CFD3CF
(207,211,207)
#E5E6E4
(229,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #092812 color. Also use rgb(9,40,18) instead hex code.

Text Font Color

.myTextColor { color: #092812; }

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

This text font color is #092812.

Background Color

.myBgColor { background-color: #092812; }

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

This div background color is #092812.

Border color

.myBorderColor { border: 1px solid #092812; }

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

This div border color is #092812.

Opacity

.myOpacity80 { color: #092812; opacity: 0.8; }

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

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

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

This text has shadow with #092812 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #092812.

Preview

Color preview on black background

This text has color #092812 on black background.


Color preview on white background

This text has color #092812 on white background.


Black color preview on #092812 background

This text has black color on #092812 background.


White color preview on #092812 background

This text has white color on #092812 background.


Related colors

Complementary color

Complementary color for #hex is #F6D7ED.


I love getcolorcode.com

Triadic colors

1 #120928 and #281209 with #092812 are triadic colors.

2 #122809 and #280912 with #092812 are triadic colors.