COLOR #0D583C

HEX: #0D583C
RGB: (13,88,60)

Color info

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

RGB color model

#0D583C color RGB value is (13,88,60).

  • red value is 13;
  • green value is 88;
  • blue value is 60.
RGB:
(13,88,60)
(5%,35%,24%)

RGB channels and saturation

R 13 of 255 = 5%
G 88 of 255 = 35%
B 60 of 255 = 24%

13
88
60

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

Portions of RGB colors in percentages

R + G + B =
13 + 88 + 60 = 161 (100%)
R 13 of 161 ~ 8.07%
G 88 of 161 ~ 54.66%
B 60 of 161 ~ 37.27%

%54.66
%37.27

CMYK color model

#0D583C color CMYK value is (85,0,32,65).

  • cyan value is 85.23%
  • magenta value is 0.00%
  • yellow value is 31.82%
  • key color value is 65.49%
CMYK:
(85,0,32,65)
C85M0Y32K65 
(85%,0%,32%,65%)
(0.85/0.00/0.32/0.65)	

CMYK percentages

%85.23
%0
%31.82
%65.49

Codes

Color #0D583C in popluar color models

0D583C
RGB138860
HSL158°74.26%19.80%
HSB/HSV158°85.23%34.51%
CMYK85.23%0.00%31.82%
65.49%

Color #0D583C in popluar number systems.

HEX0D583C
Decimal138860
Binary11011011000111100
Octal1513074

Shades and tints

Shades of #0D583C

#0D583C
(13,88,60)
#0C5037
(12,80,55)
#0B4832
(11,72,50)
#0A402D
(10,64,45)
#093828
(9,56,40)
#083023
(8,48,35)
#07281E
(7,40,30)
#062019
(6,32,25)
#051814
(5,24,20)
#04100F
(4,16,15)
#03080A
(3,8,10)
#000000
(0,0,0)

Tints of #0D583C

#0D583C
(13,88,60)
#23674D
(35,103,77)
#39765E
(57,118,94)
#4F856F
(79,133,111)
#659480
(101,148,128)
#7BA391
(123,163,145)
#91B2A2
(145,178,162)
#A7C1B3
(167,193,179)
#BDD0C4
(189,208,196)
#D3DFD5
(211,223,213)
#E9EEE6
(233,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D583C color. Also use rgb(13,88,60) instead hex code.

Text Font Color

.myTextColor { color: #0D583C; }

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

This text font color is #0D583C.


Background Color

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

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

This div background color is #0D583C.


Border color

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

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

This div border color is #0D583C.


Opacity

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

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

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

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

This text has shadow with #0D583C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D583C on black background.


Color preview on white background

This text has color #0D583C on white background.



Black color preview on #0D583C background

This text has black color on #0D583C background.


White color preview on #0D583C background

This text has white color on #0D583C background.