COLOR #0D4452

HEX: #0D4452
RGB: (13,68,82)

Color info

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

RGB color model

#0D4452 color RGB value is (13,68,82).

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

RGB channels and saturation

R 13 of 255 = 5%
G 68 of 255 = 27%
B 82 of 255 = 32%

13
68
82

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

Portions of RGB colors in percentages

R + G + B =
13 + 68 + 82 = 163 (100%)
R 13 of 163 ~ 7.98%
G 68 of 163 ~ 41.72%
B 82 of 163 ~ 50.31%

%41.72
%50.31

CMYK color model

#0D4452 color CMYK value is (84,17,0,68).

  • cyan value is 84.15%
  • magenta value is 17.07%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(84,17,0,68)
C84M17Y0K68 
(84%,17%,0%,68%)
(0.84/0.17/0.00/0.68)	

CMYK percentages

%84.15
%17.07
%0
%67.84

Codes

Color #0D4452 in popluar color models

0D4452
RGB136882
HSL192°72.63%18.63%
HSB/HSV192°84.15%32.16%
CMYK84.15%17.07%0.00%
67.84%

Color #0D4452 in popluar number systems.

HEX0D4452
Decimal136882
Binary110110001001010010
Octal15104122

Shades and tints

Shades of #0D4452

#0D4452
(13,68,82)
#0C3E4B
(12,62,75)
#0B3844
(11,56,68)
#0A323D
(10,50,61)
#092C36
(9,44,54)
#08262F
(8,38,47)
#072028
(7,32,40)
#061A21
(6,26,33)
#05141A
(5,20,26)
#040E13
(4,14,19)
#03080C
(3,8,12)
#000000
(0,0,0)

Tints of #0D4452

#0D4452
(13,68,82)
#235561
(35,85,97)
#396670
(57,102,112)
#4F777F
(79,119,127)
#65888E
(101,136,142)
#7B999D
(123,153,157)
#91AAAC
(145,170,172)
#A7BBBB
(167,187,187)
#BDCCCA
(189,204,202)
#D3DDD9
(211,221,217)
#E9EEE8
(233,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D4452; }

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

This text font color is #0D4452.


Background Color

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

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

This div background color is #0D4452.


Border color

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

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

This div border color is #0D4452.


Opacity

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

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

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

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

This text has shadow with #0D4452 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D4452 on black background.


Color preview on white background

This text has color #0D4452 on white background.



Black color preview on #0D4452 background

This text has black color on #0D4452 background.


White color preview on #0D4452 background

This text has white color on #0D4452 background.