COLOR #0D4A54

HEX: #0D4A54
RGB: (13,74,84)

Color info

#0D4A54 contains mainly green and blue colors. Web safe color of #0D4A54 is #003366 (or #036).

RGB color model

#0D4A54 color RGB value is (13,74,84).

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

RGB channels and saturation

R 13 of 255 = 5%
G 74 of 255 = 29%
B 84 of 255 = 33%

13
74
84

R + G + B ~ 22%. #0D4A54 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 74 + 84 = 171 (100%)
R 13 of 171 ~ 7.6%
G 74 of 171 ~ 43.27%
B 84 of 171 ~ 49.12%

%43.27
%49.12

CMYK color model

#0D4A54 color CMYK value is (85,12,0,67).

  • cyan value is 84.52%
  • magenta value is 11.90%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(85,12,0,67)
C85M12Y0K67 
(85%,12%,0%,67%)
(0.85/0.12/0.00/0.67)	

CMYK percentages

%84.52
%11.9
%0
%67.06

Codes

Color #0D4A54 in popluar color models

0D4A54
RGB137484
HSL188°73.20%19.02%
HSB/HSV188°84.52%32.94%
CMYK84.52%11.90%0.00%
67.06%

Color #0D4A54 in popluar number systems.

HEX0D4A54
Decimal137484
Binary110110010101010100
Octal15112124

Shades and tints

Shades of #0D4A54

#0D4A54
(13,74,84)
#0C444D
(12,68,77)
#0B3E46
(11,62,70)
#0A383F
(10,56,63)
#093238
(9,50,56)
#082C31
(8,44,49)
#07262A
(7,38,42)
#062023
(6,32,35)
#051A1C
(5,26,28)
#041415
(4,20,21)
#030E0E
(3,14,14)
#000000
(0,0,0)

Tints of #0D4A54

#0D4A54
(13,74,84)
#235A63
(35,90,99)
#396A72
(57,106,114)
#4F7A81
(79,122,129)
#658A90
(101,138,144)
#7B9A9F
(123,154,159)
#91AAAE
(145,170,174)
#A7BABD
(167,186,189)
#BDCACC
(189,202,204)
#D3DADB
(211,218,219)
#E9EAEA
(233,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D4A54; }

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

This text font color is #0D4A54.


Background Color

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

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

This div background color is #0D4A54.


Border color

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

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

This div border color is #0D4A54.


Opacity

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

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

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

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

This text has shadow with #0D4A54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D4A54 on black background.


Color preview on white background

This text has color #0D4A54 on white background.



Black color preview on #0D4A54 background

This text has black color on #0D4A54 background.


White color preview on #0D4A54 background

This text has white color on #0D4A54 background.