COLOR #0D3752

HEX: #0D3752
RGB: (13,55,82)

Color info

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

RGB color model

#0D3752 color RGB value is (13,55,82).

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

RGB channels and saturation

R 13 of 255 = 5%
G 55 of 255 = 22%
B 82 of 255 = 32%

13
55
82

R + G + B ~ 20%. #0D3752 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 55 + 82 = 150 (100%)
R 13 of 150 ~ 8.67%
G 55 of 150 ~ 36.67%
B 82 of 150 ~ 54.67%

%36.67
%54.67

CMYK color model

#0D3752 color CMYK value is (84,33,0,68).

  • cyan value is 84.15%
  • magenta value is 32.93%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(84,33,0,68)
C84M33Y0K68 
(84%,33%,0%,68%)
(0.84/0.33/0.00/0.68)	

CMYK percentages

%84.15
%32.93
%0
%67.84

Codes

Color #0D3752 in popluar color models

0D3752
RGB135582
HSL203°72.63%18.63%
HSB/HSV203°84.15%32.16%
CMYK84.15%32.93%0.00%
67.84%

Color #0D3752 in popluar number systems.

HEX0D3752
Decimal135582
Binary11011101111010010
Octal1567122

Shades and tints

Shades of #0D3752

#0D3752
(13,55,82)
#0C324B
(12,50,75)
#0B2D44
(11,45,68)
#0A283D
(10,40,61)
#092336
(9,35,54)
#081E2F
(8,30,47)
#071928
(7,25,40)
#061421
(6,20,33)
#050F1A
(5,15,26)
#040A13
(4,10,19)
#03050C
(3,5,12)
#000000
(0,0,0)

Tints of #0D3752

#0D3752
(13,55,82)
#234961
(35,73,97)
#395B70
(57,91,112)
#4F6D7F
(79,109,127)
#657F8E
(101,127,142)
#7B919D
(123,145,157)
#91A3AC
(145,163,172)
#A7B5BB
(167,181,187)
#BDC7CA
(189,199,202)
#D3D9D9
(211,217,217)
#E9EBE8
(233,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D3752; }

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

This text font color is #0D3752.


Background Color

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

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

This div background color is #0D3752.


Border color

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

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

This div border color is #0D3752.


Opacity

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

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

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

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

This text has shadow with #0D3752 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D3752 on black background.


Color preview on white background

This text has color #0D3752 on white background.



Black color preview on #0D3752 background

This text has black color on #0D3752 background.


White color preview on #0D3752 background

This text has white color on #0D3752 background.