COLOR #0D4A49

HEX: #0D4A49
RGB: (13,74,73)

Color info

#0D4A49 contains mainly green and blue colors. Web safe color of #0D4A49 is #003333 (or #033).

RGB color model

#0D4A49 color RGB value is (13,74,73).

  • red value is 13;
  • green value is 74;
  • blue value is 73.
RGB:
(13,74,73)
(5%,29%,29%)

RGB channels and saturation

R 13 of 255 = 5%
G 74 of 255 = 29%
B 73 of 255 = 29%

13
74
73

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

Portions of RGB colors in percentages

R + G + B =
13 + 74 + 73 = 160 (100%)
R 13 of 160 ~ 8.13%
G 74 of 160 ~ 46.25%
B 73 of 160 ~ 45.63%

%46.25
%45.63

CMYK color model

#0D4A49 color CMYK value is (82,0,1,71).

  • cyan value is 82.43%
  • magenta value is 0.00%
  • yellow value is 1.35%
  • key color value is 70.98%
CMYK:
(82,0,1,71)
C82M0Y1K71 
(82%,0%,1%,71%)
(0.82/0.00/0.01/0.71)	

CMYK percentages

%82.43
%0
%1.35
%70.98

Codes

Color #0D4A49 in popluar color models

0D4A49
RGB137473
HSL179°70.11%17.06%
HSB/HSV179°82.43%29.02%
CMYK82.43%0.00%1.35%
70.98%

Color #0D4A49 in popluar number systems.

HEX0D4A49
Decimal137473
Binary110110010101001001
Octal15112111

Shades and tints

Shades of #0D4A49

#0D4A49
(13,74,73)
#0C4443
(12,68,67)
#0B3E3D
(11,62,61)
#0A3837
(10,56,55)
#093231
(9,50,49)
#082C2B
(8,44,43)
#072625
(7,38,37)
#06201F
(6,32,31)
#051A19
(5,26,25)
#041413
(4,20,19)
#030E0D
(3,14,13)
#000000
(0,0,0)

Tints of #0D4A49

#0D4A49
(13,74,73)
#235A59
(35,90,89)
#396A69
(57,106,105)
#4F7A79
(79,122,121)
#658A89
(101,138,137)
#7B9A99
(123,154,153)
#91AAA9
(145,170,169)
#A7BAB9
(167,186,185)
#BDCAC9
(189,202,201)
#D3DAD9
(211,218,217)
#E9EAE9
(233,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D4A49 color. Also use rgb(13,74,73) instead hex code.

Text Font Color

.myTextColor { color: #0D4A49; }

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

This text font color is #0D4A49.


Background Color

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

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

This div background color is #0D4A49.


Border color

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

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

This div border color is #0D4A49.


Opacity

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

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

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

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

This text has shadow with #0D4A49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D4A49 on black background.


Color preview on white background

This text has color #0D4A49 on white background.



Black color preview on #0D4A49 background

This text has black color on #0D4A49 background.


White color preview on #0D4A49 background

This text has white color on #0D4A49 background.