COLOR #0D502B

HEX: #0D502B
RGB: (13,80,43)

Color info

#0D502B contains mainly green and blue colors. Web safe color of #0D502B is #006633 (or #063).

RGB color model

#0D502B color RGB value is (13,80,43).

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

RGB channels and saturation

R 13 of 255 = 5%
G 80 of 255 = 31%
B 43 of 255 = 17%

13
80
43

R + G + B ~ 18%. #0D502B is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 80 + 43 = 136 (100%)
R 13 of 136 ~ 9.56%
G 80 of 136 ~ 58.82%
B 43 of 136 ~ 31.62%

%9.56
%58.82
%31.62

CMYK color model

#0D502B color CMYK value is (84,0,46,69).

  • cyan value is 83.75%
  • magenta value is 0.00%
  • yellow value is 46.25%
  • key color value is 68.63%
CMYK:
(84,0,46,69)
C84M0Y46K69 
(84%,0%,46%,69%)
(0.84/0.00/0.46/0.69)	

CMYK percentages

%83.75
%0
%46.25
%68.63

Codes

Color #0D502B in popluar color models

0D502B
RGB138043
HSL147°72.04%18.24%
HSB/HSV147°83.75%31.37%
CMYK83.75%0.00%46.25%
68.63%

Color #0D502B in popluar number systems.

HEX0D502B
Decimal138043
Binary11011010000101011
Octal1512053

Shades and tints

Shades of #0D502B

#0D502B
(13,80,43)
#0C4928
(12,73,40)
#0B4225
(11,66,37)
#0A3B22
(10,59,34)
#09341F
(9,52,31)
#082D1C
(8,45,28)
#072619
(7,38,25)
#061F16
(6,31,22)
#051813
(5,24,19)
#041110
(4,17,16)
#030A0D
(3,10,13)
#000000
(0,0,0)

Tints of #0D502B

#0D502B
(13,80,43)
#235F3E
(35,95,62)
#396E51
(57,110,81)
#4F7D64
(79,125,100)
#658C77
(101,140,119)
#7B9B8A
(123,155,138)
#91AA9D
(145,170,157)
#A7B9B0
(167,185,176)
#BDC8C3
(189,200,195)
#D3D7D6
(211,215,214)
#E9E6E9
(233,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D502B; }

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

This text font color is #0D502B.


Background Color

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

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

This div background color is #0D502B.


Border color

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

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

This div border color is #0D502B.


Opacity

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

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

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

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

This text has shadow with #0D502B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D502B on black background.


Color preview on white background

This text has color #0D502B on white background.



Black color preview on #0D502B background

This text has black color on #0D502B background.


White color preview on #0D502B background

This text has white color on #0D502B background.