COLOR #0D481F

HEX: #0D481F RGB: (13,72,31)

Color info

#0D481F contains red, green and blue colors in about the same proportion. Web safe color of #0D481F is #003333 (or #033).

RGB color model

#0D481F color RGB value is (13,72,31).

RGB: (13,72,31) (5%, 28%, 12%)

RGB channels and saturation

R 13 of 255 = 5%
G 72 of 255 = 28%
B 31 of 255 = 12%

13
72
31

R + G + B ~ 15%. #0D481F is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 72 + 31 = 116 (100%)
R 13 of 116 ~ 11.21%
G 72 of 116 ~ 62.07%
B 31 of 116 ~ 26.72'%

%11.21
%62.07
%26.72

CMYK color model

#0D481F color CMYK value is (82,0,57,72).

  • cyan value is 81.94%
  • magenta value is 0.00%
  • yellow value is 56.94%
  • key color value is 71.76%

CMYK: (82,0,57,72)
C82M0Y57K72 (82%, 0%, 57%, 72%)
(0.82 / 0.00 / 0.57 / 0.72)

CMYK percentages

%81.94
%0
%56.94
%71.76

Codes

Color #0D481F in popluar color models

0D 48 1F
RGB 13 72 31
HSL 138° 69.41% 16.67%
HSB/HSV 138° 81.94% 28.24%
CMYK 81.94% 0.00% 56.94%
71.76%

Color #0D481F in popluar number systems.

HEX 0D 48 1F
Decimal 13 72 31
Binary 1101 1001000 11111
Octal 15 110 37

Shades and tints

Shades of #0D481F

#0D481F
(13,72,31)
#0C421D
(12,66,29)
#0B3C1B
(11,60,27)
#0A3619
(10,54,25)
#093017
(9,48,23)
#082A15
(8,42,21)
#072413
(7,36,19)
#061E11
(6,30,17)
#05180F
(5,24,15)
#04120D
(4,18,13)
#030C0B
(3,12,11)
#000000
(0,0,0)

Tints of #0D481F

#0D481F
(13,72,31)
#235833
(35,88,51)
#396847
(57,104,71)
#4F785B
(79,120,91)
#65886F
(101,136,111)
#7B9883
(123,152,131)
#91A897
(145,168,151)
#A7B8AB
(167,184,171)
#BDC8BF
(189,200,191)
#D3D8D3
(211,216,211)
#E9E8E7
(233,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D481F color. Also use rgb(13,72,31) instead hex code.

Text Font Color

.myTextColor { color: #0D481F; }

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

This text font color is #0D481F.

Background Color

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

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

This div background color is #0D481F.

Border color

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

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

This div border color is #0D481F.

Opacity

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

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

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

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

This text has shadow with #0D481F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D481F.

Preview

Color preview on black background

This text has color #0D481F on black background.


Color preview on white background

This text has color #0D481F on white background.


Black color preview on #0D481F background

This text has black color on #0D481F background.


White color preview on #0D481F background

This text has white color on #0D481F background.


Related colors

Complementary color

Complementary color for #hex is #F2B7E0.


I love getcolorcode.com

Triadic colors

1 #1F0D48 and #481F0D with #0D481F are triadic colors.

2 #1F480D and #480D1F with #0D481F are triadic colors.