COLOR #0D4454

HEX: #0D4454
RGB: (13,68,84)

Color info

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

RGB color model

#0D4454 color RGB value is (13,68,84).

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

RGB channels and saturation

R 13 of 255 = 5%
G 68 of 255 = 27%
B 84 of 255 = 33%

13
68
84

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

Portions of RGB colors in percentages

R + G + B =
13 + 68 + 84 = 165 (100%)
R 13 of 165 ~ 7.88%
G 68 of 165 ~ 41.21%
B 84 of 165 ~ 50.91%

%41.21
%50.91

CMYK color model

#0D4454 color CMYK value is (85,19,0,67).

  • cyan value is 84.52%
  • magenta value is 19.05%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(85,19,0,67)
C85M19Y0K67 
(85%,19%,0%,67%)
(0.85/0.19/0.00/0.67)	

CMYK percentages

%84.52
%19.05
%0
%67.06

Codes

Color #0D4454 in popluar color models

0D4454
RGB136884
HSL194°73.20%19.02%
HSB/HSV194°84.52%32.94%
CMYK84.52%19.05%0.00%
67.06%

Color #0D4454 in popluar number systems.

HEX0D4454
Decimal136884
Binary110110001001010100
Octal15104124

Shades and tints

Shades of #0D4454

#0D4454
(13,68,84)
#0C3E4D
(12,62,77)
#0B3846
(11,56,70)
#0A323F
(10,50,63)
#092C38
(9,44,56)
#082631
(8,38,49)
#07202A
(7,32,42)
#061A23
(6,26,35)
#05141C
(5,20,28)
#040E15
(4,14,21)
#03080E
(3,8,14)
#000000
(0,0,0)

Tints of #0D4454

#0D4454
(13,68,84)
#235563
(35,85,99)
#396672
(57,102,114)
#4F7781
(79,119,129)
#658890
(101,136,144)
#7B999F
(123,153,159)
#91AAAE
(145,170,174)
#A7BBBD
(167,187,189)
#BDCCCC
(189,204,204)
#D3DDDB
(211,221,219)
#E9EEEA
(233,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D4454; }

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

This text font color is #0D4454.


Background Color

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

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

This div background color is #0D4454.


Border color

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

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

This div border color is #0D4454.


Opacity

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

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

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

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

This text has shadow with #0D4454 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D4454 on black background.


Color preview on white background

This text has color #0D4454 on white background.



Black color preview on #0D4454 background

This text has black color on #0D4454 background.


White color preview on #0D4454 background

This text has white color on #0D4454 background.