COLOR #0D744E

HEX: #0D744E RGB: (13,116,78)

Color info

#0D744E contains mainly green and blue colors. Web safe color of #0D744E is #006666 (or #066).

RGB color model

#0D744E color RGB value is (13,116,78).

RGB: (13,116,78) (5%, 45%, 31%)

RGB channels and saturation

R 13 of 255 = 5%
G 116 of 255 = 45%
B 78 of 255 = 31%

13
116
78

R + G + B ~ 27%. #0D744E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 116 + 78 = 207 (100%)
R 13 of 207 ~ 6.28%
G 116 of 207 ~ 56.04%
B 78 of 207 ~ 37.68'%

%56.04
%37.68

CMYK color model

#0D744E color CMYK value is (89,0,33,55).

  • cyan value is 88.79%
  • magenta value is 0.00%
  • yellow value is 32.76%
  • key color value is 54.51%

CMYK: (89,0,33,55)
C89M0Y33K55 (89%, 0%, 33%, 55%)
(0.89 / 0.00 / 0.33 / 0.55)

CMYK percentages

%88.79
%0
%32.76
%54.51

Codes

Color #0D744E in popluar color models

0D 74 4E
RGB 13 116 78
HSL 158° 79.84% 25.29%
HSB/HSV 158° 88.79% 45.49%
CMYK 88.79% 0.00% 32.76%
54.51%

Color #0D744E in popluar number systems.

HEX 0D 74 4E
Decimal 13 116 78
Binary 1101 1110100 1001110
Octal 15 164 116

Shades and tints

Shades of #0D744E

#0D744E
(13,116,78)
#0C6A47
(12,106,71)
#0B6040
(11,96,64)
#0A5639
(10,86,57)
#094C32
(9,76,50)
#08422B
(8,66,43)
#073824
(7,56,36)
#062E1D
(6,46,29)
#052416
(5,36,22)
#041A0F
(4,26,15)
#031008
(3,16,8)
#000000
(0,0,0)

Tints of #0D744E

#0D744E
(13,116,78)
#23805E
(35,128,94)
#398C6E
(57,140,110)
#4F987E
(79,152,126)
#65A48E
(101,164,142)
#7BB09E
(123,176,158)
#91BCAE
(145,188,174)
#A7C8BE
(167,200,190)
#BDD4CE
(189,212,206)
#D3E0DE
(211,224,222)
#E9ECEE
(233,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D744E color. Also use rgb(13,116,78) instead hex code.

Text Font Color

.myTextColor { color: #0D744E; }

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

This text font color is #0D744E.

Background Color

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

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

This div background color is #0D744E.

Border color

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

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

This div border color is #0D744E.

Opacity

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

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

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

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

This text has shadow with #0D744E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D744E.

Preview

Color preview on black background

This text has color #0D744E on black background.


Color preview on white background

This text has color #0D744E on white background.


Black color preview on #0D744E background

This text has black color on #0D744E background.


White color preview on #0D744E background

This text has white color on #0D744E background.


Related colors

Complementary color

Complementary color for #hex is #F28BB1.


I love getcolorcode.com

Triadic colors

1 #4E0D74 and #744E0D with #0D744E are triadic colors.

2 #4E740D and #740D4E with #0D744E are triadic colors.