COLOR #0D4A4D

HEX: #0D4A4D
RGB: (13,74,77)

Color info

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

RGB color model

#0D4A4D color RGB value is (13,74,77).

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

RGB channels and saturation

R 13 of 255 = 5%
G 74 of 255 = 29%
B 77 of 255 = 30%

13
74
77

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

Portions of RGB colors in percentages

R + G + B =
13 + 74 + 77 = 164 (100%)
R 13 of 164 ~ 7.93%
G 74 of 164 ~ 45.12%
B 77 of 164 ~ 46.95%

%45.12
%46.95

CMYK color model

#0D4A4D color CMYK value is (83,4,0,70).

  • cyan value is 83.12%
  • magenta value is 3.90%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(83,4,0,70)
C83M4Y0K70 
(83%,4%,0%,70%)
(0.83/0.04/0.00/0.70)	

CMYK percentages

%83.12
%3.9
%0
%69.8

Codes

Color #0D4A4D in popluar color models

0D4A4D
RGB137477
HSL183°71.11%17.65%
HSB/HSV183°83.12%30.20%
CMYK83.12%3.90%0.00%
69.80%

Color #0D4A4D in popluar number systems.

HEX0D4A4D
Decimal137477
Binary110110010101001101
Octal15112115

Shades and tints

Shades of #0D4A4D

#0D4A4D
(13,74,77)
#0C4446
(12,68,70)
#0B3E3F
(11,62,63)
#0A3838
(10,56,56)
#093231
(9,50,49)
#082C2A
(8,44,42)
#072623
(7,38,35)
#06201C
(6,32,28)
#051A15
(5,26,21)
#04140E
(4,20,14)
#030E07
(3,14,7)
#000000
(0,0,0)

Tints of #0D4A4D

#0D4A4D
(13,74,77)
#235A5D
(35,90,93)
#396A6D
(57,106,109)
#4F7A7D
(79,122,125)
#658A8D
(101,138,141)
#7B9A9D
(123,154,157)
#91AAAD
(145,170,173)
#A7BABD
(167,186,189)
#BDCACD
(189,202,205)
#D3DADD
(211,218,221)
#E9EAED
(233,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D4A4D; }

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

This text font color is #0D4A4D.


Background Color

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

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

This div background color is #0D4A4D.


Border color

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

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

This div border color is #0D4A4D.


Opacity

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

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

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

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

This text has shadow with #0D4A4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D4A4D on black background.


Color preview on white background

This text has color #0D4A4D on white background.



Black color preview on #0D4A4D background

This text has black color on #0D4A4D background.


White color preview on #0D4A4D background

This text has white color on #0D4A4D background.