COLOR #09551F

HEX: #09551F
RGB: (9,85,31)

Color info

#09551F contains mainly green and blue colors. Web safe color of #09551F is #006633 (or #063).

RGB color model

#09551F color RGB value is (9,85,31).

  • red value is 9;
  • green value is 85;
  • blue value is 31.
RGB:
(9,85,31)
(4%,33%,12%)

RGB channels and saturation

R 9 of 255 = 4%
G 85 of 255 = 33%
B 31 of 255 = 12%

9
85
31

R + G + B ~ 16%. #09551F is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 85 + 31 = 125 (100%)
R 9 of 125 ~ 7.2%
G 85 of 125 ~ 68%
B 31 of 125 ~ 24.8%

%68
%24.8

CMYK color model

#09551F color CMYK value is (89,0,64,67).

  • cyan value is 89.41%
  • magenta value is 0.00%
  • yellow value is 63.53%
  • key color value is 66.67%
CMYK:
(89,0,64,67)
C89M0Y64K67 
(89%,0%,64%,67%)
(0.89/0.00/0.64/0.67)	

CMYK percentages

%89.41
%0
%63.53
%66.67

Codes

Color #09551F in popluar color models

09551F
RGB98531
HSL137°80.85%18.43%
HSB/HSV137°89.41%33.33%
CMYK89.41%0.00%63.53%
66.67%

Color #09551F in popluar number systems.

HEX09551F
Decimal98531
Binary1001101010111111
Octal1112537

Shades and tints

Shades of #09551F

#09551F
(9,85,31)
#094E1D
(9,78,29)
#09471B
(9,71,27)
#094019
(9,64,25)
#093917
(9,57,23)
#093215
(9,50,21)
#092B13
(9,43,19)
#092411
(9,36,17)
#091D0F
(9,29,15)
#09160D
(9,22,13)
#090F0B
(9,15,11)
#000000
(0,0,0)

Tints of #09551F

#09551F
(9,85,31)
#1F6433
(31,100,51)
#357347
(53,115,71)
#4B825B
(75,130,91)
#61916F
(97,145,111)
#77A083
(119,160,131)
#8DAF97
(141,175,151)
#A3BEAB
(163,190,171)
#B9CDBF
(185,205,191)
#CFDCD3
(207,220,211)
#E5EBE7
(229,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09551F color. Also use rgb(9,85,31) instead hex code.

Text Font Color

.myTextColor { color: #09551F; }

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

This text font color is #09551F.


Background Color

.myBgColor { background-color: #09551F; }

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

This div background color is #09551F.


Border color

.myBorderColor { border: 1px solid #09551F; }

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

This div border color is #09551F.


Opacity

.myOpacity80 { color: #09551F; opacity: 0.8; }

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

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

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

This text has shadow with #09551F color.

.textShadow {text-shadow: 3px 3px 1px #09551F, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09551F on black background.


Color preview on white background

This text has color #09551F on white background.



Black color preview on #09551F background

This text has black color on #09551F background.


White color preview on #09551F background

This text has white color on #09551F background.