COLOR #0D5034

HEX: #0D5034 RGB: (13,80,52)

Color info

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

RGB color model

#0D5034 color RGB value is (13,80,52).

RGB: (13,80,52) (5%, 31%, 20%)

RGB channels and saturation

R 13 of 255 = 5%
G 80 of 255 = 31%
B 52 of 255 = 20%

13
80
52

R + G + B ~ 19%. #0D5034 is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 80 + 52 = 145 (100%)
R 13 of 145 ~ 8.97%
G 80 of 145 ~ 55.17%
B 52 of 145 ~ 35.86'%

%55.17
%35.86

CMYK color model

#0D5034 color CMYK value is (84,0,35,69).

  • cyan value is 83.75%
  • magenta value is 0.00%
  • yellow value is 35.00%
  • key color value is 68.63%

CMYK: (84,0,35,69)
C84M0Y35K69 (84%, 0%, 35%, 69%)
(0.84 / 0.00 / 0.35 / 0.69)

CMYK percentages

%83.75
%0
%35
%68.63

Codes

Color #0D5034 in popluar color models

0D 50 34
RGB 13 80 52
HSL 155° 72.04% 18.24%
HSB/HSV 155° 83.75% 31.37%
CMYK 83.75% 0.00% 35.00%
68.63%

Color #0D5034 in popluar number systems.

HEX 0D 50 34
Decimal 13 80 52
Binary 1101 1010000 110100
Octal 15 120 64

Shades and tints

Shades of #0D5034

#0D5034
(13,80,52)
#0C4930
(12,73,48)
#0B422C
(11,66,44)
#0A3B28
(10,59,40)
#093424
(9,52,36)
#082D20
(8,45,32)
#07261C
(7,38,28)
#061F18
(6,31,24)
#051814
(5,24,20)
#041110
(4,17,16)
#030A0C
(3,10,12)
#000000
(0,0,0)

Tints of #0D5034

#0D5034
(13,80,52)
#235F46
(35,95,70)
#396E58
(57,110,88)
#4F7D6A
(79,125,106)
#658C7C
(101,140,124)
#7B9B8E
(123,155,142)
#91AAA0
(145,170,160)
#A7B9B2
(167,185,178)
#BDC8C4
(189,200,196)
#D3D7D6
(211,215,214)
#E9E6E8
(233,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D5034; }

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

This text font color is #0D5034.

Background Color

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

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

This div background color is #0D5034.

Border color

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

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

This div border color is #0D5034.

Opacity

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

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

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

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

This text has shadow with #0D5034 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D5034.

Preview

Color preview on black background

This text has color #0D5034 on black background.


Color preview on white background

This text has color #0D5034 on white background.


Black color preview on #0D5034 background

This text has black color on #0D5034 background.


White color preview on #0D5034 background

This text has white color on #0D5034 background.


Related colors

Complementary color

Complementary color for #hex is #F2AFCB.


I love getcolorcode.com

Triadic colors

1 #340D50 and #50340D with #0D5034 are triadic colors.

2 #34500D and #500D34 with #0D5034 are triadic colors.