COLOR #0D5033

HEX: #0D5033 RGB: (13,80,51)

Color info

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

RGB color model

#0D5033 color RGB value is (13,80,51).

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

RGB channels and saturation

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

13
80
51

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

Portions of RGB colors in percentages

R + G + B = 13 + 80 + 51 = 144 (100%)
R 13 of 144 ~ 9.03%
G 80 of 144 ~ 55.56%
B 51 of 144 ~ 35.42'%

%55.56
%35.42

CMYK color model

#0D5033 color CMYK value is (84,0,36,69).

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

CMYK: (84,0,36,69)
C84M0Y36K69 (84%, 0%, 36%, 69%)
(0.84 / 0.00 / 0.36 / 0.69)

CMYK percentages

%83.75
%0
%36.25
%68.63

Codes

Color #0D5033 in popluar color models

0D 50 33
RGB 13 80 51
HSL 154° 72.04% 18.24%
HSB/HSV 154° 83.75% 31.37%
CMYK 83.75% 0.00% 36.25%
68.63%

Color #0D5033 in popluar number systems.

HEX 0D 50 33
Decimal 13 80 51
Binary 1101 1010000 110011
Octal 15 120 63

Shades and tints

Shades of #0D5033

#0D5033
(13,80,51)
#0C492F
(12,73,47)
#0B422B
(11,66,43)
#0A3B27
(10,59,39)
#093423
(9,52,35)
#082D1F
(8,45,31)
#07261B
(7,38,27)
#061F17
(6,31,23)
#051813
(5,24,19)
#04110F
(4,17,15)
#030A0B
(3,10,11)
#000000
(0,0,0)

Tints of #0D5033

#0D5033
(13,80,51)
#235F45
(35,95,69)
#396E57
(57,110,87)
#4F7D69
(79,125,105)
#658C7B
(101,140,123)
#7B9B8D
(123,155,141)
#91AA9F
(145,170,159)
#A7B9B1
(167,185,177)
#BDC8C3
(189,200,195)
#D3D7D5
(211,215,213)
#E9E6E7
(233,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D5033; }

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

This text font color is #0D5033.

Background Color

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

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

This div background color is #0D5033.

Border color

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

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

This div border color is #0D5033.

Opacity

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

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

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

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

This text has shadow with #0D5033 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D5033.

Preview

Color preview on black background

This text has color #0D5033 on black background.


Color preview on white background

This text has color #0D5033 on white background.


Black color preview on #0D5033 background

This text has black color on #0D5033 background.


White color preview on #0D5033 background

This text has white color on #0D5033 background.


Related colors

Complementary color

Complementary color for #hex is #F2AFCC.


I love getcolorcode.com

Triadic colors

1 #330D50 and #50330D with #0D5033 are triadic colors.

2 #33500D and #500D33 with #0D5033 are triadic colors.