COLOR #0D511B

HEX: #0D511B
RGB: (13,81,27)

Color info

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

RGB color model

#0D511B color RGB value is (13,81,27).

  • red value is 13;
  • green value is 81;
  • blue value is 27.
RGB:
(13,81,27)
(5%,32%,11%)

RGB channels and saturation

R 13 of 255 = 5%
G 81 of 255 = 32%
B 27 of 255 = 11%

13
81
27

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

Portions of RGB colors in percentages

R + G + B =
13 + 81 + 27 = 121 (100%)
R 13 of 121 ~ 10.74%
G 81 of 121 ~ 66.94%
B 27 of 121 ~ 22.31%

%10.74
%66.94
%22.31

CMYK color model

#0D511B color CMYK value is (84,0,67,68).

  • cyan value is 83.95%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 68.24%
CMYK:
(84,0,67,68)
C84M0Y67K68 
(84%,0%,67%,68%)
(0.84/0.00/0.67/0.68)	

CMYK percentages

%83.95
%0
%66.67
%68.24

Codes

Color #0D511B in popluar color models

0D511B
RGB138127
HSL132°72.34%18.43%
HSB/HSV132°83.95%31.76%
CMYK83.95%0.00%66.67%
68.24%

Color #0D511B in popluar number systems.

HEX0D511B
Decimal138127
Binary1101101000111011
Octal1512133

Shades and tints

Shades of #0D511B

#0D511B
(13,81,27)
#0C4A19
(12,74,25)
#0B4317
(11,67,23)
#0A3C15
(10,60,21)
#093513
(9,53,19)
#082E11
(8,46,17)
#07270F
(7,39,15)
#06200D
(6,32,13)
#05190B
(5,25,11)
#041209
(4,18,9)
#030B07
(3,11,7)
#000000
(0,0,0)

Tints of #0D511B

#0D511B
(13,81,27)
#23602F
(35,96,47)
#396F43
(57,111,67)
#4F7E57
(79,126,87)
#658D6B
(101,141,107)
#7B9C7F
(123,156,127)
#91AB93
(145,171,147)
#A7BAA7
(167,186,167)
#BDC9BB
(189,201,187)
#D3D8CF
(211,216,207)
#E9E7E3
(233,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D511B color. Also use rgb(13,81,27) instead hex code.

Text Font Color

.myTextColor { color: #0D511B; }

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

This text font color is #0D511B.


Background Color

.myBgColor { background-color: #0D511B; }

<div style="background-color:#0D511B">Inner text</div>

This div background color is #0D511B.


Border color

.myBorderColor { border: 1px solid #0D511B; }

<div style="border:3px solid #0D511B">Div</div>

This div border color is #0D511B.


Opacity

.myOpacity80 { color: #0D511B; opacity: 0.8; }

<p style="color:#0D511B;opacity:0.8;">80%</p>

Text with #0D511B 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 #0D511B;}

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

This text has shadow with #0D511B color.

.textShadow {text-shadow: 3px 3px 1px #0D511B, 3px 3px 1px red;}

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

This text has shadow with #0D511B primary color and red secondary color.


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

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

This text has shadow with #0D511B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D511B on black background.


Color preview on white background

This text has color #0D511B on white background.



Black color preview on #0D511B background

This text has black color on #0D511B background.


White color preview on #0D511B background

This text has white color on #0D511B background.