COLOR #0D3A17

HEX: #0D3A17
RGB: (13,58,23)

Color info

#0D3A17 contains red, green and blue colors in about the same proportion. Web safe color of #0D3A17 is #003300 (or #030).

RGB color model

#0D3A17 color RGB value is (13,58,23).

  • red value is 13;
  • green value is 58;
  • blue value is 23.
RGB:
(13,58,23)
(5%,23%,9%)

RGB channels and saturation

R 13 of 255 = 5%
G 58 of 255 = 23%
B 23 of 255 = 9%

13
58
23

R + G + B ~ 12%. #0D3A17 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 58 + 23 = 94 (100%)
R 13 of 94 ~ 13.83%
G 58 of 94 ~ 61.7%
B 23 of 94 ~ 24.47%

%13.83
%61.7
%24.47

CMYK color model

#0D3A17 color CMYK value is (78,0,60,77).

  • cyan value is 77.59%
  • magenta value is 0.00%
  • yellow value is 60.34%
  • key color value is 77.25%
CMYK:
(78,0,60,77)
C78M0Y60K77 
(78%,0%,60%,77%)
(0.78/0.00/0.60/0.77)	

CMYK percentages

%77.59
%0
%60.34
%77.25

Codes

Color #0D3A17 in popluar color models

0D3A17
RGB135823
HSL133°63.38%13.92%
HSB/HSV133°77.59%22.75%
CMYK77.59%0.00%60.34%
77.25%

Color #0D3A17 in popluar number systems.

HEX0D3A17
Decimal135823
Binary110111101010111
Octal157227

Shades and tints

Shades of #0D3A17

#0D3A17
(13,58,23)
#0C3515
(12,53,21)
#0B3013
(11,48,19)
#0A2B11
(10,43,17)
#09260F
(9,38,15)
#08210D
(8,33,13)
#071C0B
(7,28,11)
#061709
(6,23,9)
#051207
(5,18,7)
#040D05
(4,13,5)
#030803
(3,8,3)
#000000
(0,0,0)

Tints of #0D3A17

#0D3A17
(13,58,23)
#234B2C
(35,75,44)
#395C41
(57,92,65)
#4F6D56
(79,109,86)
#657E6B
(101,126,107)
#7B8F80
(123,143,128)
#91A095
(145,160,149)
#A7B1AA
(167,177,170)
#BDC2BF
(189,194,191)
#D3D3D4
(211,211,212)
#E9E4E9
(233,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D3A17 color. Also use rgb(13,58,23) instead hex code.

Text Font Color

.myTextColor { color: #0D3A17; }

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

This text font color is #0D3A17.


Background Color

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

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

This div background color is #0D3A17.


Border color

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

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

This div border color is #0D3A17.


Opacity

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

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

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

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

This text has shadow with #0D3A17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D3A17 on black background.


Color preview on white background

This text has color #0D3A17 on white background.



Black color preview on #0D3A17 background

This text has black color on #0D3A17 background.


White color preview on #0D3A17 background

This text has white color on #0D3A17 background.