COLOR #0D5044

HEX: #0D5044 RGB: (13,80,68)

Color info

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

RGB color model

#0D5044 color RGB value is (13,80,68).

RGB: (13,80,68) (5%, 31%, 27%)

RGB channels and saturation

R 13 of 255 = 5%
G 80 of 255 = 31%
B 68 of 255 = 27%

13
80
68

R + G + B ~ 21%. #0D5044 is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 80 + 68 = 161 (100%)
R 13 of 161 ~ 8.07%
G 80 of 161 ~ 49.69%
B 68 of 161 ~ 42.24'%

%49.69
%42.24

CMYK color model

#0D5044 color CMYK value is (84,0,15,69).

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

CMYK: (84,0,15,69)
C84M0Y15K69 (84%, 0%, 15%, 69%)
(0.84 / 0.00 / 0.15 / 0.69)

CMYK percentages

%83.75
%0
%15
%68.63

Codes

Color #0D5044 in popluar color models

0D 50 44
RGB 13 80 68
HSL 169° 72.04% 18.24%
HSB/HSV 169° 83.75% 31.37%
CMYK 83.75% 0.00% 15.00%
68.63%

Color #0D5044 in popluar number systems.

HEX 0D 50 44
Decimal 13 80 68
Binary 1101 1010000 1000100
Octal 15 120 104

Shades and tints

Shades of #0D5044

#0D5044
(13,80,68)
#0C493E
(12,73,62)
#0B4238
(11,66,56)
#0A3B32
(10,59,50)
#09342C
(9,52,44)
#082D26
(8,45,38)
#072620
(7,38,32)
#061F1A
(6,31,26)
#051814
(5,24,20)
#04110E
(4,17,14)
#030A08
(3,10,8)
#000000
(0,0,0)

Tints of #0D5044

#0D5044
(13,80,68)
#235F55
(35,95,85)
#396E66
(57,110,102)
#4F7D77
(79,125,119)
#658C88
(101,140,136)
#7B9B99
(123,155,153)
#91AAAA
(145,170,170)
#A7B9BB
(167,185,187)
#BDC8CC
(189,200,204)
#D3D7DD
(211,215,221)
#E9E6EE
(233,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D5044; }

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

This text font color is #0D5044.

Background Color

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

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

This div background color is #0D5044.

Border color

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

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

This div border color is #0D5044.

Opacity

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

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

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

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

This text has shadow with #0D5044 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D5044.

Preview

Color preview on black background

This text has color #0D5044 on black background.


Color preview on white background

This text has color #0D5044 on white background.


Black color preview on #0D5044 background

This text has black color on #0D5044 background.


White color preview on #0D5044 background

This text has white color on #0D5044 background.


Related colors

Complementary color

Complementary color for #hex is #F2AFBB.


I love getcolorcode.com

Triadic colors

1 #440D50 and #50440D with #0D5044 are triadic colors.

2 #44500D and #500D44 with #0D5044 are triadic colors.