COLOR #0D2714

HEX: #0D2714
RGB: (13,39,20)

Color info

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

RGB color model

#0D2714 color RGB value is (13,39,20).

  • red value is 13;
  • green value is 39;
  • blue value is 20.
RGB:
(13,39,20)
(5%,15%,8%)

RGB channels and saturation

R 13 of 255 = 5%
G 39 of 255 = 15%
B 20 of 255 = 8%

13
39
20

R + G + B ~ 9%. #0D2714 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 39 + 20 = 72 (100%)
R 13 of 72 ~ 18.06%
G 39 of 72 ~ 54.17%
B 20 of 72 ~ 27.78%

%18.06
%54.17
%27.78

CMYK color model

#0D2714 color CMYK value is (67,0,49,85).

  • cyan value is 66.67%
  • magenta value is 0.00%
  • yellow value is 48.72%
  • key color value is 84.71%
CMYK:
(67,0,49,85)
C67M0Y49K85 
(67%,0%,49%,85%)
(0.67/0.00/0.49/0.85)	

CMYK percentages

%66.67
%0
%48.72
%84.71

Codes

Color #0D2714 in popluar color models

0D2714
RGB133920
HSL136°50.00%10.20%
HSB/HSV136°66.67%15.29%
CMYK66.67%0.00%48.72%
84.71%

Color #0D2714 in popluar number systems.

HEX0D2714
Decimal133920
Binary110110011110100
Octal154724

Shades and tints

Shades of #0D2714

#0D2714
(13,39,20)
#0C2413
(12,36,19)
#0B2112
(11,33,18)
#0A1E11
(10,30,17)
#091B10
(9,27,16)
#08180F
(8,24,15)
#07150E
(7,21,14)
#06120D
(6,18,13)
#050F0C
(5,15,12)
#040C0B
(4,12,11)
#03090A
(3,9,10)
#000000
(0,0,0)

Tints of #0D2714

#0D2714
(13,39,20)
#233A29
(35,58,41)
#394D3E
(57,77,62)
#4F6053
(79,96,83)
#657368
(101,115,104)
#7B867D
(123,134,125)
#919992
(145,153,146)
#A7ACA7
(167,172,167)
#BDBFBC
(189,191,188)
#D3D2D1
(211,210,209)
#E9E5E6
(233,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D2714 color. Also use rgb(13,39,20) instead hex code.

Text Font Color

.myTextColor { color: #0D2714; }

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

This text font color is #0D2714.


Background Color

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

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

This div background color is #0D2714.


Border color

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

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

This div border color is #0D2714.


Opacity

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

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

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

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

This text has shadow with #0D2714 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D2714 on black background.


Color preview on white background

This text has color #0D2714 on white background.



Black color preview on #0D2714 background

This text has black color on #0D2714 background.


White color preview on #0D2714 background

This text has white color on #0D2714 background.