COLOR #0D5A45

HEX: #0D5A45
RGB: (13,90,69)

Color info

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

RGB color model

#0D5A45 color RGB value is (13,90,69).

  • red value is 13;
  • green value is 90;
  • blue value is 69.
RGB:
(13,90,69)
(5%,35%,27%)

RGB channels and saturation

R 13 of 255 = 5%
G 90 of 255 = 35%
B 69 of 255 = 27%

13
90
69

R + G + B ~ 22%. #0D5A45 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 90 + 69 = 172 (100%)
R 13 of 172 ~ 7.56%
G 90 of 172 ~ 52.33%
B 69 of 172 ~ 40.12%

%52.33
%40.12

CMYK color model

#0D5A45 color CMYK value is (86,0,23,65).

  • cyan value is 85.56%
  • magenta value is 0.00%
  • yellow value is 23.33%
  • key color value is 64.71%
CMYK:
(86,0,23,65)
C86M0Y23K65 
(86%,0%,23%,65%)
(0.86/0.00/0.23/0.65)	

CMYK percentages

%85.56
%0
%23.33
%64.71

Codes

Color #0D5A45 in popluar color models

0D5A45
RGB139069
HSL164°74.76%20.20%
HSB/HSV164°85.56%35.29%
CMYK85.56%0.00%23.33%
64.71%

Color #0D5A45 in popluar number systems.

HEX0D5A45
Decimal139069
Binary110110110101000101
Octal15132105

Shades and tints

Shades of #0D5A45

#0D5A45
(13,90,69)
#0C523F
(12,82,63)
#0B4A39
(11,74,57)
#0A4233
(10,66,51)
#093A2D
(9,58,45)
#083227
(8,50,39)
#072A21
(7,42,33)
#06221B
(6,34,27)
#051A15
(5,26,21)
#04120F
(4,18,15)
#030A09
(3,10,9)
#000000
(0,0,0)

Tints of #0D5A45

#0D5A45
(13,90,69)
#236955
(35,105,85)
#397865
(57,120,101)
#4F8775
(79,135,117)
#659685
(101,150,133)
#7BA595
(123,165,149)
#91B4A5
(145,180,165)
#A7C3B5
(167,195,181)
#BDD2C5
(189,210,197)
#D3E1D5
(211,225,213)
#E9F0E5
(233,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D5A45 color. Also use rgb(13,90,69) instead hex code.

Text Font Color

.myTextColor { color: #0D5A45; }

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

This text font color is #0D5A45.


Background Color

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

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

This div background color is #0D5A45.


Border color

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

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

This div border color is #0D5A45.


Opacity

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

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

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

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

This text has shadow with #0D5A45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D5A45 on black background.


Color preview on white background

This text has color #0D5A45 on white background.



Black color preview on #0D5A45 background

This text has black color on #0D5A45 background.


White color preview on #0D5A45 background

This text has white color on #0D5A45 background.