COLOR #0D2D59

HEX: #0D2D59
RGB: (13,45,89)

Color info

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

RGB color model

#0D2D59 color RGB value is (13,45,89).

  • red value is 13;
  • green value is 45;
  • blue value is 89.
RGB:
(13,45,89)
(5%,18%,35%)

RGB channels and saturation

R 13 of 255 = 5%
G 45 of 255 = 18%
B 89 of 255 = 35%

13
45
89

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

Portions of RGB colors in percentages

R + G + B =
13 + 45 + 89 = 147 (100%)
R 13 of 147 ~ 8.84%
G 45 of 147 ~ 30.61%
B 89 of 147 ~ 60.54%

%30.61
%60.54

CMYK color model

#0D2D59 color CMYK value is (85,49,0,65).

  • cyan value is 85.39%
  • magenta value is 49.44%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(85,49,0,65)
C85M49Y0K65 
(85%,49%,0%,65%)
(0.85/0.49/0.00/0.65)	

CMYK percentages

%85.39
%49.44
%0
%65.1

Codes

Color #0D2D59 in popluar color models

0D2D59
RGB134589
HSL215°74.51%20.00%
HSB/HSV215°85.39%34.90%
CMYK85.39%49.44%0.00%
65.10%

Color #0D2D59 in popluar number systems.

HEX0D2D59
Decimal134589
Binary11011011011011001
Octal1555131

Shades and tints

Shades of #0D2D59

#0D2D59
(13,45,89)
#0C2951
(12,41,81)
#0B2549
(11,37,73)
#0A2141
(10,33,65)
#091D39
(9,29,57)
#081931
(8,25,49)
#071529
(7,21,41)
#061121
(6,17,33)
#050D19
(5,13,25)
#040911
(4,9,17)
#030509
(3,5,9)
#000000
(0,0,0)

Tints of #0D2D59

#0D2D59
(13,45,89)
#234068
(35,64,104)
#395377
(57,83,119)
#4F6686
(79,102,134)
#657995
(101,121,149)
#7B8CA4
(123,140,164)
#919FB3
(145,159,179)
#A7B2C2
(167,178,194)
#BDC5D1
(189,197,209)
#D3D8E0
(211,216,224)
#E9EBEF
(233,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D2D59 color. Also use rgb(13,45,89) instead hex code.

Text Font Color

.myTextColor { color: #0D2D59; }

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

This text font color is #0D2D59.


Background Color

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

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

This div background color is #0D2D59.


Border color

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

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

This div border color is #0D2D59.


Opacity

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

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

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

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

This text has shadow with #0D2D59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D2D59 on black background.


Color preview on white background

This text has color #0D2D59 on white background.



Black color preview on #0D2D59 background

This text has black color on #0D2D59 background.


White color preview on #0D2D59 background

This text has white color on #0D2D59 background.