COLOR #0D3018

HEX: #0D3018
RGB: (13,48,24)

Color info

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

RGB color model

#0D3018 color RGB value is (13,48,24).

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

RGB channels and saturation

R 13 of 255 = 5%
G 48 of 255 = 19%
B 24 of 255 = 9%

13
48
24

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

Portions of RGB colors in percentages

R + G + B =
13 + 48 + 24 = 85 (100%)
R 13 of 85 ~ 15.29%
G 48 of 85 ~ 56.47%
B 24 of 85 ~ 28.24%

%15.29
%56.47
%28.24

CMYK color model

#0D3018 color CMYK value is (73,0,50,81).

  • cyan value is 72.92%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 81.18%
CMYK:
(73,0,50,81)
C73M0Y50K81 
(73%,0%,50%,81%)
(0.73/0.00/0.50/0.81)	

CMYK percentages

%72.92
%0
%50
%81.18

Codes

Color #0D3018 in popluar color models

0D3018
RGB134824
HSL139°57.38%11.96%
HSB/HSV139°72.92%18.82%
CMYK72.92%0.00%50.00%
81.18%

Color #0D3018 in popluar number systems.

HEX0D3018
Decimal134824
Binary110111000011000
Octal156030

Shades and tints

Shades of #0D3018

#0D3018
(13,48,24)
#0C2C16
(12,44,22)
#0B2814
(11,40,20)
#0A2412
(10,36,18)
#092010
(9,32,16)
#081C0E
(8,28,14)
#07180C
(7,24,12)
#06140A
(6,20,10)
#051008
(5,16,8)
#040C06
(4,12,6)
#030804
(3,8,4)
#000000
(0,0,0)

Tints of #0D3018

#0D3018
(13,48,24)
#23422D
(35,66,45)
#395442
(57,84,66)
#4F6657
(79,102,87)
#65786C
(101,120,108)
#7B8A81
(123,138,129)
#919C96
(145,156,150)
#A7AEAB
(167,174,171)
#BDC0C0
(189,192,192)
#D3D2D5
(211,210,213)
#E9E4EA
(233,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D3018; }

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

This text font color is #0D3018.


Background Color

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

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

This div background color is #0D3018.


Border color

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

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

This div border color is #0D3018.


Opacity

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

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

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

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

This text has shadow with #0D3018 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D3018 on black background.


Color preview on white background

This text has color #0D3018 on white background.



Black color preview on #0D3018 background

This text has black color on #0D3018 background.


White color preview on #0D3018 background

This text has white color on #0D3018 background.