COLOR #09511B

HEX: #09511B RGB: (9,81,27)

Color info

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

RGB color model

#09511B color RGB value is (9,81,27).

RGB: (9,81,27) (4%, 32%, 11%)

RGB channels and saturation

R 9 of 255 = 4%
G 81 of 255 = 32%
B 27 of 255 = 11%

9
81
27

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

Portions of RGB colors in percentages

R + G + B = 9 + 81 + 27 = 117 (100%)
R 9 of 117 ~ 7.69%
G 81 of 117 ~ 69.23%
B 27 of 117 ~ 23.08'%

%69.23
%23.08

CMYK color model

#09511B color CMYK value is (89,0,67,68).

  • cyan value is 88.89%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 68.24%
CMYK: (89,0,67,68) C89M0Y67K68 (89%,0%,67%,68%) (0.89/0.00/0.67/0.68) 

CMYK percentages

%88.89
%0
%66.67
%68.24

Codes

Color #09511B in popluar color models

09 51 1B
RGB 9 81 27
HSL 135° 80.00% 17.65%
HSB/HSV 135° 88.89% 31.76%
CMYK 88.89% 0.00% 66.67%
68.24%

Color #09511B in popluar number systems.

HEX 09 51 1B
Decimal 9 81 27
Binary 1001 1010001 11011
Octal 11 121 33

Shades and tints

Shades of #09511B

#09511B
(9,81,27)
#094A19
(9,74,25)
#094317
(9,67,23)
#093C15
(9,60,21)
#093513
(9,53,19)
#092E11
(9,46,17)
#09270F
(9,39,15)
#09200D
(9,32,13)
#09190B
(9,25,11)
#091209
(9,18,9)
#090B07
(9,11,7)
#000000
(0,0,0)

Tints of #09511B

#09511B
(9,81,27)
#1F602F
(31,96,47)
#356F43
(53,111,67)
#4B7E57
(75,126,87)
#618D6B
(97,141,107)
#779C7F
(119,156,127)
#8DAB93
(141,171,147)
#A3BAA7
(163,186,167)
#B9C9BB
(185,201,187)
#CFD8CF
(207,216,207)
#E5E7E3
(229,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09511B color. Also use rgb(9,81,27) instead hex code.

Text Font Color

.myTextColor { color: #09511B; }

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

This text font color is #09511B.

Background Color

.myBgColor { background-color: #09511B; }

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

This div background color is #09511B.

Border color

.myBorderColor { border: 1px solid #09511B; }

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

This div border color is #09511B.

Opacity

.myOpacity80 { color: #09511B; opacity: 0.8; }

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

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

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

This text has shadow with #09511B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #09511B.

Preview

Color preview on black background

This text has color #09511B on black background.


Color preview on white background

This text has color #09511B on white background.


Black color preview on #09511B background

This text has black color on #09511B background.


White color preview on #09511B background

This text has white color on #09511B background.


Related colors

Complementary color

Complementary color for #hex is #F6AEE4.


I love getcolorcode.com

Triadic colors

1 #1B0951 and #511B09 with #09511B are triadic colors.

2 #1B5109 and #51091B with #09511B are triadic colors.