COLOR #0D3057

HEX: #0D3057
RGB: (13,48,87)

Color info

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

RGB color model

#0D3057 color RGB value is (13,48,87).

  • red value is 13;
  • green value is 48;
  • blue value is 87.
RGB:
(13,48,87)
(5%,19%,34%)

RGB channels and saturation

R 13 of 255 = 5%
G 48 of 255 = 19%
B 87 of 255 = 34%

13
48
87

R + G + B ~ 19%. #0D3057 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 48 + 87 = 148 (100%)
R 13 of 148 ~ 8.78%
G 48 of 148 ~ 32.43%
B 87 of 148 ~ 58.78%

%32.43
%58.78

CMYK color model

#0D3057 color CMYK value is (85,45,0,66).

  • cyan value is 85.06%
  • magenta value is 44.83%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(85,45,0,66)
C85M45Y0K66 
(85%,45%,0%,66%)
(0.85/0.45/0.00/0.66)	

CMYK percentages

%85.06
%44.83
%0
%65.88

Codes

Color #0D3057 in popluar color models

0D3057
RGB134887
HSL212°74.00%19.61%
HSB/HSV212°85.06%34.12%
CMYK85.06%44.83%0.00%
65.88%

Color #0D3057 in popluar number systems.

HEX0D3057
Decimal134887
Binary11011100001010111
Octal1560127

Shades and tints

Shades of #0D3057

#0D3057
(13,48,87)
#0C2C50
(12,44,80)
#0B2849
(11,40,73)
#0A2442
(10,36,66)
#09203B
(9,32,59)
#081C34
(8,28,52)
#07182D
(7,24,45)
#061426
(6,20,38)
#05101F
(5,16,31)
#040C18
(4,12,24)
#030811
(3,8,17)
#000000
(0,0,0)

Tints of #0D3057

#0D3057
(13,48,87)
#234266
(35,66,102)
#395475
(57,84,117)
#4F6684
(79,102,132)
#657893
(101,120,147)
#7B8AA2
(123,138,162)
#919CB1
(145,156,177)
#A7AEC0
(167,174,192)
#BDC0CF
(189,192,207)
#D3D2DE
(211,210,222)
#E9E4ED
(233,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D3057 color. Also use rgb(13,48,87) instead hex code.

Text Font Color

.myTextColor { color: #0D3057; }

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

This text font color is #0D3057.


Background Color

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

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

This div background color is #0D3057.


Border color

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

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

This div border color is #0D3057.


Opacity

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

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

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

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

This text has shadow with #0D3057 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D3057 on black background.


Color preview on white background

This text has color #0D3057 on white background.



Black color preview on #0D3057 background

This text has black color on #0D3057 background.


White color preview on #0D3057 background

This text has white color on #0D3057 background.