COLOR #0D2231

HEX: #0D2231
RGB: (13,34,49)

Color info

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

RGB color model

#0D2231 color RGB value is (13,34,49).

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

RGB channels and saturation

R 13 of 255 = 5%
G 34 of 255 = 13%
B 49 of 255 = 19%

13
34
49

R + G + B ~ 12%. #0D2231 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 34 + 49 = 96 (100%)
R 13 of 96 ~ 13.54%
G 34 of 96 ~ 35.42%
B 49 of 96 ~ 51.04%

%13.54
%35.42
%51.04

CMYK color model

#0D2231 color CMYK value is (73,31,0,81).

  • cyan value is 73.47%
  • magenta value is 30.61%
  • yellow value is 0.00%
  • key color value is 80.78%
CMYK:
(73,31,0,81)
C73M31Y0K81 
(73%,31%,0%,81%)
(0.73/0.31/0.00/0.81)	

CMYK percentages

%73.47
%30.61
%0
%80.78

Codes

Color #0D2231 in popluar color models

0D2231
RGB133449
HSL205°58.06%12.16%
HSB/HSV205°73.47%19.22%
CMYK73.47%30.61%0.00%
80.78%

Color #0D2231 in popluar number systems.

HEX0D2231
Decimal133449
Binary1101100010110001
Octal154261

Shades and tints

Shades of #0D2231

#0D2231
(13,34,49)
#0C1F2D
(12,31,45)
#0B1C29
(11,28,41)
#0A1925
(10,25,37)
#091621
(9,22,33)
#08131D
(8,19,29)
#071019
(7,16,25)
#060D15
(6,13,21)
#050A11
(5,10,17)
#04070D
(4,7,13)
#030409
(3,4,9)
#000000
(0,0,0)

Tints of #0D2231

#0D2231
(13,34,49)
#233643
(35,54,67)
#394A55
(57,74,85)
#4F5E67
(79,94,103)
#657279
(101,114,121)
#7B868B
(123,134,139)
#919A9D
(145,154,157)
#A7AEAF
(167,174,175)
#BDC2C1
(189,194,193)
#D3D6D3
(211,214,211)
#E9EAE5
(233,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D2231 color. Also use rgb(13,34,49) instead hex code.

Text Font Color

.myTextColor { color: #0D2231; }

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

This text font color is #0D2231.


Background Color

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

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

This div background color is #0D2231.


Border color

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

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

This div border color is #0D2231.


Opacity

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

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

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

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

This text has shadow with #0D2231 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D2231 on black background.


Color preview on white background

This text has color #0D2231 on white background.



Black color preview on #0D2231 background

This text has black color on #0D2231 background.


White color preview on #0D2231 background

This text has white color on #0D2231 background.