COLOR #0D5137

HEX: #0D5137
RGB: (13,81,55)

Color info

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

RGB color model

#0D5137 color RGB value is (13,81,55).

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

RGB channels and saturation

R 13 of 255 = 5%
G 81 of 255 = 32%
B 55 of 255 = 22%

13
81
55

R + G + B ~ 20%. #0D5137 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 81 + 55 = 149 (100%)
R 13 of 149 ~ 8.72%
G 81 of 149 ~ 54.36%
B 55 of 149 ~ 36.91%

%54.36
%36.91

CMYK color model

#0D5137 color CMYK value is (84,0,32,68).

  • cyan value is 83.95%
  • magenta value is 0.00%
  • yellow value is 32.10%
  • key color value is 68.24%
CMYK:
(84,0,32,68)
C84M0Y32K68 
(84%,0%,32%,68%)
(0.84/0.00/0.32/0.68)	

CMYK percentages

%83.95
%0
%32.1
%68.24

Codes

Color #0D5137 in popluar color models

0D5137
RGB138155
HSL157°72.34%18.43%
HSB/HSV157°83.95%31.76%
CMYK83.95%0.00%32.10%
68.24%

Color #0D5137 in popluar number systems.

HEX0D5137
Decimal138155
Binary11011010001110111
Octal1512167

Shades and tints

Shades of #0D5137

#0D5137
(13,81,55)
#0C4A32
(12,74,50)
#0B432D
(11,67,45)
#0A3C28
(10,60,40)
#093523
(9,53,35)
#082E1E
(8,46,30)
#072719
(7,39,25)
#062014
(6,32,20)
#05190F
(5,25,15)
#04120A
(4,18,10)
#030B05
(3,11,5)
#000000
(0,0,0)

Tints of #0D5137

#0D5137
(13,81,55)
#236049
(35,96,73)
#396F5B
(57,111,91)
#4F7E6D
(79,126,109)
#658D7F
(101,141,127)
#7B9C91
(123,156,145)
#91ABA3
(145,171,163)
#A7BAB5
(167,186,181)
#BDC9C7
(189,201,199)
#D3D8D9
(211,216,217)
#E9E7EB
(233,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D5137; }

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

This text font color is #0D5137.


Background Color

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

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

This div background color is #0D5137.


Border color

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

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

This div border color is #0D5137.


Opacity

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

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

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

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

This text has shadow with #0D5137 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D5137 on black background.


Color preview on white background

This text has color #0D5137 on white background.



Black color preview on #0D5137 background

This text has black color on #0D5137 background.


White color preview on #0D5137 background

This text has white color on #0D5137 background.