COLOR #0D3218

HEX: #0D3218
RGB: (13,50,24)

Color info

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

RGB color model

#0D3218 color RGB value is (13,50,24).

  • red value is 13;
  • green value is 50;
  • blue value is 24.
RGB:
(13,50,24)
(5%,20%,9%)

RGB channels and saturation

R 13 of 255 = 5%
G 50 of 255 = 20%
B 24 of 255 = 9%

13
50
24

R + G + B ~ 11%. #0D3218 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 50 + 24 = 87 (100%)
R 13 of 87 ~ 14.94%
G 50 of 87 ~ 57.47%
B 24 of 87 ~ 27.59%

%14.94
%57.47
%27.59

CMYK color model

#0D3218 color CMYK value is (74,0,52,80).

  • cyan value is 74.00%
  • magenta value is 0.00%
  • yellow value is 52.00%
  • key color value is 80.39%
CMYK:
(74,0,52,80)
C74M0Y52K80 
(74%,0%,52%,80%)
(0.74/0.00/0.52/0.80)	

CMYK percentages

%74
%0
%52
%80.39

Codes

Color #0D3218 in popluar color models

0D3218
RGB135024
HSL138°58.73%12.35%
HSB/HSV138°74.00%19.61%
CMYK74.00%0.00%52.00%
80.39%

Color #0D3218 in popluar number systems.

HEX0D3218
Decimal135024
Binary110111001011000
Octal156230

Shades and tints

Shades of #0D3218

#0D3218
(13,50,24)
#0C2E16
(12,46,22)
#0B2A14
(11,42,20)
#0A2612
(10,38,18)
#092210
(9,34,16)
#081E0E
(8,30,14)
#071A0C
(7,26,12)
#06160A
(6,22,10)
#051208
(5,18,8)
#040E06
(4,14,6)
#030A04
(3,10,4)
#000000
(0,0,0)

Tints of #0D3218

#0D3218
(13,50,24)
#23442D
(35,68,45)
#395642
(57,86,66)
#4F6857
(79,104,87)
#657A6C
(101,122,108)
#7B8C81
(123,140,129)
#919E96
(145,158,150)
#A7B0AB
(167,176,171)
#BDC2C0
(189,194,192)
#D3D4D5
(211,212,213)
#E9E6EA
(233,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D3218 color. Also use rgb(13,50,24) instead hex code.

Text Font Color

.myTextColor { color: #0D3218; }

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

This text font color is #0D3218.


Background Color

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

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

This div background color is #0D3218.


Border color

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

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

This div border color is #0D3218.


Opacity

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

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

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

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

This text has shadow with #0D3218 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D3218 on black background.


Color preview on white background

This text has color #0D3218 on white background.



Black color preview on #0D3218 background

This text has black color on #0D3218 background.


White color preview on #0D3218 background

This text has white color on #0D3218 background.