COLOR #0D482B

HEX: #0D482B
RGB: (13,72,43)

Color info

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

RGB color model

#0D482B color RGB value is (13,72,43).

  • red value is 13;
  • green value is 72;
  • blue value is 43.
RGB:
(13,72,43)
(5%,28%,17%)

RGB channels and saturation

R 13 of 255 = 5%
G 72 of 255 = 28%
B 43 of 255 = 17%

13
72
43

R + G + B ~ 17%. #0D482B is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 72 + 43 = 128 (100%)
R 13 of 128 ~ 10.16%
G 72 of 128 ~ 56.25%
B 43 of 128 ~ 33.59%

%10.16
%56.25
%33.59

CMYK color model

#0D482B color CMYK value is (82,0,40,72).

  • cyan value is 81.94%
  • magenta value is 0.00%
  • yellow value is 40.28%
  • key color value is 71.76%
CMYK:
(82,0,40,72)
C82M0Y40K72 
(82%,0%,40%,72%)
(0.82/0.00/0.40/0.72)	

CMYK percentages

%81.94
%0
%40.28
%71.76

Codes

Color #0D482B in popluar color models

0D482B
RGB137243
HSL151°69.41%16.67%
HSB/HSV151°81.94%28.24%
CMYK81.94%0.00%40.28%
71.76%

Color #0D482B in popluar number systems.

HEX0D482B
Decimal137243
Binary11011001000101011
Octal1511053

Shades and tints

Shades of #0D482B

#0D482B
(13,72,43)
#0C4228
(12,66,40)
#0B3C25
(11,60,37)
#0A3622
(10,54,34)
#09301F
(9,48,31)
#082A1C
(8,42,28)
#072419
(7,36,25)
#061E16
(6,30,22)
#051813
(5,24,19)
#041210
(4,18,16)
#030C0D
(3,12,13)
#000000
(0,0,0)

Tints of #0D482B

#0D482B
(13,72,43)
#23583E
(35,88,62)
#396851
(57,104,81)
#4F7864
(79,120,100)
#658877
(101,136,119)
#7B988A
(123,152,138)
#91A89D
(145,168,157)
#A7B8B0
(167,184,176)
#BDC8C3
(189,200,195)
#D3D8D6
(211,216,214)
#E9E8E9
(233,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D482B; }

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

This text font color is #0D482B.


Background Color

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

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

This div background color is #0D482B.


Border color

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

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

This div border color is #0D482B.


Opacity

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

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

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

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

This text has shadow with #0D482B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D482B on black background.


Color preview on white background

This text has color #0D482B on white background.



Black color preview on #0D482B background

This text has black color on #0D482B background.


White color preview on #0D482B background

This text has white color on #0D482B background.