COLOR #091C0A

HEX: #091C0A
RGB: (9,28,10)

Color info

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

RGB color model

#091C0A color RGB value is (9,28,10).

  • red value is 9;
  • green value is 28;
  • blue value is 10.
RGB:
(9,28,10)
(4%,11%,4%)

RGB channels and saturation

R 9 of 255 = 4%
G 28 of 255 = 11%
B 10 of 255 = 4%

9
28
10

R + G + B ~ 6%. #091C0A is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 28 + 10 = 47 (100%)
R 9 of 47 ~ 19.15%
G 28 of 47 ~ 59.57%
B 10 of 47 ~ 21.28%

%19.15
%59.57
%21.28

CMYK color model

#091C0A color CMYK value is (68,0,64,89).

  • cyan value is 67.86%
  • magenta value is 0.00%
  • yellow value is 64.29%
  • key color value is 89.02%
CMYK:
(68,0,64,89)
C68M0Y64K89 
(68%,0%,64%,89%)
(0.68/0.00/0.64/0.89)	

CMYK percentages

%67.86
%0
%64.29
%89.02

Codes

Color #091C0A in popluar color models

091C0A
RGB92810
HSL123°51.35%7.25%
HSB/HSV123°67.86%10.98%
CMYK67.86%0.00%64.29%
89.02%

Color #091C0A in popluar number systems.

HEX091C0A
Decimal92810
Binary1001111001010
Octal113412

Shades and tints

Shades of #091C0A

#091C0A
(9,28,10)
#091A0A
(9,26,10)
#09180A
(9,24,10)
#09160A
(9,22,10)
#09140A
(9,20,10)
#09120A
(9,18,10)
#09100A
(9,16,10)
#090E0A
(9,14,10)
#090C0A
(9,12,10)
#090A0A
(9,10,10)
#09080A
(9,8,10)
#000000
(0,0,0)

Tints of #091C0A

#091C0A
(9,28,10)
#1F3020
(31,48,32)
#354436
(53,68,54)
#4B584C
(75,88,76)
#616C62
(97,108,98)
#778078
(119,128,120)
#8D948E
(141,148,142)
#A3A8A4
(163,168,164)
#B9BCBA
(185,188,186)
#CFD0D0
(207,208,208)
#E5E4E6
(229,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #091C0A color. Also use rgb(9,28,10) instead hex code.

Text Font Color

.myTextColor { color: #091C0A; }

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

This text font color is #091C0A.


Background Color

.myBgColor { background-color: #091C0A; }

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

This div background color is #091C0A.


Border color

.myBorderColor { border: 1px solid #091C0A; }

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

This div border color is #091C0A.


Opacity

.myOpacity80 { color: #091C0A; opacity: 0.8; }

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

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

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

This text has shadow with #091C0A color.

.textShadow {text-shadow: 3px 3px 1px #091C0A, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #091C0A on black background.


Color preview on white background

This text has color #091C0A on white background.



Black color preview on #091C0A background

This text has black color on #091C0A background.


White color preview on #091C0A background

This text has white color on #091C0A background.