COLOR #0D2B48

HEX: #0D2B48
RGB: (13,43,72)

Color info

#0D2B48 contains red, green and blue colors in about the same proportion. Web safe color of #0D2B48 is #003333 (or #033).

RGB color model

#0D2B48 color RGB value is (13,43,72).

  • red value is 13;
  • green value is 43;
  • blue value is 72.
RGB:
(13,43,72)
(5%,17%,28%)

RGB channels and saturation

R 13 of 255 = 5%
G 43 of 255 = 17%
B 72 of 255 = 28%

13
43
72

R + G + B ~ 17%. #0D2B48 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 43 + 72 = 128 (100%)
R 13 of 128 ~ 10.16%
G 43 of 128 ~ 33.59%
B 72 of 128 ~ 56.25%

%10.16
%33.59
%56.25

CMYK color model

#0D2B48 color CMYK value is (82,40,0,72).

  • cyan value is 81.94%
  • magenta value is 40.28%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(82,40,0,72)
C82M40Y0K72 
(82%,40%,0%,72%)
(0.82/0.40/0.00/0.72)	

CMYK percentages

%81.94
%40.28
%0
%71.76

Codes

Color #0D2B48 in popluar color models

0D2B48
RGB134372
HSL209°69.41%16.67%
HSB/HSV209°81.94%28.24%
CMYK81.94%40.28%0.00%
71.76%

Color #0D2B48 in popluar number systems.

HEX0D2B48
Decimal134372
Binary11011010111001000
Octal1553110

Shades and tints

Shades of #0D2B48

#0D2B48
(13,43,72)
#0C2842
(12,40,66)
#0B253C
(11,37,60)
#0A2236
(10,34,54)
#091F30
(9,31,48)
#081C2A
(8,28,42)
#071924
(7,25,36)
#06161E
(6,22,30)
#051318
(5,19,24)
#041012
(4,16,18)
#030D0C
(3,13,12)
#000000
(0,0,0)

Tints of #0D2B48

#0D2B48
(13,43,72)
#233E58
(35,62,88)
#395168
(57,81,104)
#4F6478
(79,100,120)
#657788
(101,119,136)
#7B8A98
(123,138,152)
#919DA8
(145,157,168)
#A7B0B8
(167,176,184)
#BDC3C8
(189,195,200)
#D3D6D8
(211,214,216)
#E9E9E8
(233,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D2B48 color. Also use rgb(13,43,72) instead hex code.

Text Font Color

.myTextColor { color: #0D2B48; }

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

This text font color is #0D2B48.


Background Color

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

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

This div background color is #0D2B48.


Border color

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

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

This div border color is #0D2B48.


Opacity

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

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

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

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

This text has shadow with #0D2B48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D2B48 on black background.


Color preview on white background

This text has color #0D2B48 on white background.



Black color preview on #0D2B48 background

This text has black color on #0D2B48 background.


White color preview on #0D2B48 background

This text has white color on #0D2B48 background.