COLOR #091D07

HEX: #091D07
RGB: (9,29,7)

Color info

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

RGB color model

#091D07 color RGB value is (9,29,7).

  • red value is 9;
  • green value is 29;
  • blue value is 7.
RGB:
(9,29,7)
(4%,11%,3%)

RGB channels and saturation

R 9 of 255 = 4%
G 29 of 255 = 11%
B 7 of 255 = 3%

9
29
7

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

Portions of RGB colors in percentages

R + G + B =
9 + 29 + 7 = 45 (100%)
R 9 of 45 ~ 20%
G 29 of 45 ~ 64.44%
B 7 of 45 ~ 15.56%

%20
%64.44
%15.56

CMYK color model

#091D07 color CMYK value is (69,0,76,89).

  • cyan value is 68.97%
  • magenta value is 0.00%
  • yellow value is 75.86%
  • key color value is 88.63%
CMYK:
(69,0,76,89)
C69M0Y76K89 
(69%,0%,76%,89%)
(0.69/0.00/0.76/0.89)	

CMYK percentages

%68.97
%0
%75.86
%88.63

Codes

Color #091D07 in popluar color models

091D07
RGB9297
HSL115°61.11%7.06%
HSB/HSV115°75.86%11.37%
CMYK68.97%0.00%75.86%
88.63%

Color #091D07 in popluar number systems.

HEX091D07
Decimal9297
Binary100111101111
Octal11357

Shades and tints

Shades of #091D07

#091D07
(9,29,7)
#091B07
(9,27,7)
#091907
(9,25,7)
#091707
(9,23,7)
#091507
(9,21,7)
#091307
(9,19,7)
#091107
(9,17,7)
#090F07
(9,15,7)
#090D07
(9,13,7)
#090B07
(9,11,7)
#090907
(9,9,7)
#000000
(0,0,0)

Tints of #091D07

#091D07
(9,29,7)
#1F311D
(31,49,29)
#354533
(53,69,51)
#4B5949
(75,89,73)
#616D5F
(97,109,95)
#778175
(119,129,117)
#8D958B
(141,149,139)
#A3A9A1
(163,169,161)
#B9BDB7
(185,189,183)
#CFD1CD
(207,209,205)
#E5E5E3
(229,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #091D07 color. Also use rgb(9,29,7) instead hex code.

Text Font Color

.myTextColor { color: #091D07; }

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

This text font color is #091D07.


Background Color

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

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

This div background color is #091D07.


Border color

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

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

This div border color is #091D07.


Opacity

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

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

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

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

This text has shadow with #091D07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #091D07 on black background.


Color preview on white background

This text has color #091D07 on white background.



Black color preview on #091D07 background

This text has black color on #091D07 background.


White color preview on #091D07 background

This text has white color on #091D07 background.