COLOR #09481E

HEX: #09481E
RGB: (9,72,30)

Color info

#09481E contains mainly green and blue colors. Web safe color of #09481E is #003333 (or #033).

RGB color model

#09481E color RGB value is (9,72,30).

  • red value is 9;
  • green value is 72;
  • blue value is 30.
RGB:
(9,72,30)
(4%,28%,12%)

RGB channels and saturation

R 9 of 255 = 4%
G 72 of 255 = 28%
B 30 of 255 = 12%

9
72
30

R + G + B ~ 15%. #09481E is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 72 + 30 = 111 (100%)
R 9 of 111 ~ 8.11%
G 72 of 111 ~ 64.86%
B 30 of 111 ~ 27.03%

%64.86
%27.03

CMYK color model

#09481E color CMYK value is (88,0,58,72).

  • cyan value is 87.50%
  • magenta value is 0.00%
  • yellow value is 58.33%
  • key color value is 71.76%
CMYK:
(88,0,58,72)
C88M0Y58K72 
(88%,0%,58%,72%)
(0.88/0.00/0.58/0.72)	

CMYK percentages

%87.5
%0
%58.33
%71.76

Codes

Color #09481E in popluar color models

09481E
RGB97230
HSL140°77.78%15.88%
HSB/HSV140°87.50%28.24%
CMYK87.50%0.00%58.33%
71.76%

Color #09481E in popluar number systems.

HEX09481E
Decimal97230
Binary1001100100011110
Octal1111036

Shades and tints

Shades of #09481E

#09481E
(9,72,30)
#09421C
(9,66,28)
#093C1A
(9,60,26)
#093618
(9,54,24)
#093016
(9,48,22)
#092A14
(9,42,20)
#092412
(9,36,18)
#091E10
(9,30,16)
#09180E
(9,24,14)
#09120C
(9,18,12)
#090C0A
(9,12,10)
#000000
(0,0,0)

Tints of #09481E

#09481E
(9,72,30)
#1F5832
(31,88,50)
#356846
(53,104,70)
#4B785A
(75,120,90)
#61886E
(97,136,110)
#779882
(119,152,130)
#8DA896
(141,168,150)
#A3B8AA
(163,184,170)
#B9C8BE
(185,200,190)
#CFD8D2
(207,216,210)
#E5E8E6
(229,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09481E color. Also use rgb(9,72,30) instead hex code.

Text Font Color

.myTextColor { color: #09481E; }

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

This text font color is #09481E.


Background Color

.myBgColor { background-color: #09481E; }

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

This div background color is #09481E.


Border color

.myBorderColor { border: 1px solid #09481E; }

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

This div border color is #09481E.


Opacity

.myOpacity80 { color: #09481E; opacity: 0.8; }

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

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

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

This text has shadow with #09481E color.

.textShadow {text-shadow: 3px 3px 1px #09481E, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09481E on black background.


Color preview on white background

This text has color #09481E on white background.



Black color preview on #09481E background

This text has black color on #09481E background.


White color preview on #09481E background

This text has white color on #09481E background.