COLOR #0D2128

HEX: #0D2128
RGB: (13,33,40)

Color info

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

RGB color model

#0D2128 color RGB value is (13,33,40).

  • red value is 13;
  • green value is 33;
  • blue value is 40.
RGB:
(13,33,40)
(5%,13%,16%)

RGB channels and saturation

R 13 of 255 = 5%
G 33 of 255 = 13%
B 40 of 255 = 16%

13
33
40

R + G + B ~ 11%. #0D2128 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 33 + 40 = 86 (100%)
R 13 of 86 ~ 15.12%
G 33 of 86 ~ 38.37%
B 40 of 86 ~ 46.51%

%15.12
%38.37
%46.51

CMYK color model

#0D2128 color CMYK value is (68,18,0,84).

  • cyan value is 67.50%
  • magenta value is 17.50%
  • yellow value is 0.00%
  • key color value is 84.31%
CMYK:
(68,18,0,84)
C68M18Y0K84 
(68%,18%,0%,84%)
(0.68/0.18/0.00/0.84)	

CMYK percentages

%67.5
%17.5
%0
%84.31

Codes

Color #0D2128 in popluar color models

0D2128
RGB133340
HSL196°50.94%10.39%
HSB/HSV196°67.50%15.69%
CMYK67.50%17.50%0.00%
84.31%

Color #0D2128 in popluar number systems.

HEX0D2128
Decimal133340
Binary1101100001101000
Octal154150

Shades and tints

Shades of #0D2128

#0D2128
(13,33,40)
#0C1E25
(12,30,37)
#0B1B22
(11,27,34)
#0A181F
(10,24,31)
#09151C
(9,21,28)
#081219
(8,18,25)
#070F16
(7,15,22)
#060C13
(6,12,19)
#050910
(5,9,16)
#04060D
(4,6,13)
#03030A
(3,3,10)
#000000
(0,0,0)

Tints of #0D2128

#0D2128
(13,33,40)
#23353B
(35,53,59)
#39494E
(57,73,78)
#4F5D61
(79,93,97)
#657174
(101,113,116)
#7B8587
(123,133,135)
#91999A
(145,153,154)
#A7ADAD
(167,173,173)
#BDC1C0
(189,193,192)
#D3D5D3
(211,213,211)
#E9E9E6
(233,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D2128 color. Also use rgb(13,33,40) instead hex code.

Text Font Color

.myTextColor { color: #0D2128; }

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

This text font color is #0D2128.


Background Color

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

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

This div background color is #0D2128.


Border color

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

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

This div border color is #0D2128.


Opacity

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

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

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

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

This text has shadow with #0D2128 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D2128 on black background.


Color preview on white background

This text has color #0D2128 on white background.



Black color preview on #0D2128 background

This text has black color on #0D2128 background.


White color preview on #0D2128 background

This text has white color on #0D2128 background.