COLOR #0D5278

HEX: #0D5278
RGB: (13,82,120)

Color info

#0D5278 contains mainly green and blue colors. Web safe color of #0D5278 is #006666 (or #066).

RGB color model

#0D5278 color RGB value is (13,82,120).

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

RGB channels and saturation

R 13 of 255 = 5%
G 82 of 255 = 32%
B 120 of 255 = 47%

13
82
120

R + G + B ~ 28%. #0D5278 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 82 + 120 = 215 (100%)
R 13 of 215 ~ 6.05%
G 82 of 215 ~ 38.14%
B 120 of 215 ~ 55.81%

%38.14
%55.81

CMYK color model

#0D5278 color CMYK value is (89,32,0,53).

  • cyan value is 89.17%
  • magenta value is 31.67%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(89,32,0,53)
C89M32Y0K53 
(89%,32%,0%,53%)
(0.89/0.32/0.00/0.53)	

CMYK percentages

%89.17
%31.67
%0
%52.94

Codes

Color #0D5278 in popluar color models

0D5278
RGB1382120
HSL201°80.45%26.08%
HSB/HSV201°89.17%47.06%
CMYK89.17%31.67%0.00%
52.94%

Color #0D5278 in popluar number systems.

HEX0D5278
Decimal1382120
Binary110110100101111000
Octal15122170

Shades and tints

Shades of #0D5278

#0D5278
(13,82,120)
#0C4B6E
(12,75,110)
#0B4464
(11,68,100)
#0A3D5A
(10,61,90)
#093650
(9,54,80)
#082F46
(8,47,70)
#07283C
(7,40,60)
#062132
(6,33,50)
#051A28
(5,26,40)
#04131E
(4,19,30)
#030C14
(3,12,20)
#000000
(0,0,0)

Tints of #0D5278

#0D5278
(13,82,120)
#236184
(35,97,132)
#397090
(57,112,144)
#4F7F9C
(79,127,156)
#658EA8
(101,142,168)
#7B9DB4
(123,157,180)
#91ACC0
(145,172,192)
#A7BBCC
(167,187,204)
#BDCAD8
(189,202,216)
#D3D9E4
(211,217,228)
#E9E8F0
(233,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D5278; }

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

This text font color is #0D5278.


Background Color

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

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

This div background color is #0D5278.


Border color

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

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

This div border color is #0D5278.


Opacity

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

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

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

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

This text has shadow with #0D5278 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D5278 on black background.


Color preview on white background

This text has color #0D5278 on white background.



Black color preview on #0D5278 background

This text has black color on #0D5278 background.


White color preview on #0D5278 background

This text has white color on #0D5278 background.