COLOR #0D6A28

HEX: #0D6A28
RGB: (13,106,40)

Color info

#0D6A28 contains mainly green color. Web safe color of #0D6A28 is #006633 (or #063).

RGB color model

#0D6A28 color RGB value is (13,106,40).

  • red value is 13;
  • green value is 106;
  • blue value is 40.
RGB:
(13,106,40)
(5%,42%,16%)

RGB channels and saturation

R 13 of 255 = 5%
G 106 of 255 = 42%
B 40 of 255 = 16%

13
106
40

R + G + B ~ 21%. #0D6A28 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 106 + 40 = 159 (100%)
R 13 of 159 ~ 8.18%
G 106 of 159 ~ 66.67%
B 40 of 159 ~ 25.16%

%66.67
%25.16

CMYK color model

#0D6A28 color CMYK value is (88,0,62,58).

  • cyan value is 87.74%
  • magenta value is 0.00%
  • yellow value is 62.26%
  • key color value is 58.43%
CMYK:
(88,0,62,58)
C88M0Y62K58 
(88%,0%,62%,58%)
(0.88/0.00/0.62/0.58)	

CMYK percentages

%87.74
%0
%62.26
%58.43

Codes

Color #0D6A28 in popluar color models

0D6A28
RGB1310640
HSL137°78.15%23.33%
HSB/HSV137°87.74%41.57%
CMYK87.74%0.00%62.26%
58.43%

Color #0D6A28 in popluar number systems.

HEX0D6A28
Decimal1310640
Binary11011101010101000
Octal1515250

Shades and tints

Shades of #0D6A28

#0D6A28
(13,106,40)
#0C6125
(12,97,37)
#0B5822
(11,88,34)
#0A4F1F
(10,79,31)
#09461C
(9,70,28)
#083D19
(8,61,25)
#073416
(7,52,22)
#062B13
(6,43,19)
#052210
(5,34,16)
#04190D
(4,25,13)
#03100A
(3,16,10)
#000000
(0,0,0)

Tints of #0D6A28

#0D6A28
(13,106,40)
#23773B
(35,119,59)
#39844E
(57,132,78)
#4F9161
(79,145,97)
#659E74
(101,158,116)
#7BAB87
(123,171,135)
#91B89A
(145,184,154)
#A7C5AD
(167,197,173)
#BDD2C0
(189,210,192)
#D3DFD3
(211,223,211)
#E9ECE6
(233,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D6A28 color. Also use rgb(13,106,40) instead hex code.

Text Font Color

.myTextColor { color: #0D6A28; }

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

This text font color is #0D6A28.


Background Color

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

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

This div background color is #0D6A28.


Border color

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

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

This div border color is #0D6A28.


Opacity

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

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

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

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

This text has shadow with #0D6A28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D6A28 on black background.


Color preview on white background

This text has color #0D6A28 on white background.



Black color preview on #0D6A28 background

This text has black color on #0D6A28 background.


White color preview on #0D6A28 background

This text has white color on #0D6A28 background.