COLOR #0D2320

HEX: #0D2320 RGB: (13,35,32)

Color info

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

RGB color model

#0D2320 color RGB value is (13,35,32).

RGB: (13,35,32) (5%, 14%, 13%)

RGB channels and saturation

R 13 of 255 = 5%
G 35 of 255 = 14%
B 32 of 255 = 13%

13
35
32

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

Portions of RGB colors in percentages

R + G + B = 13 + 35 + 32 = 80 (100%)
R 13 of 80 ~ 16.25%
G 35 of 80 ~ 43.75%
B 32 of 80 ~ 40'%

%16.25
%43.75
%40

CMYK color model

#0D2320 color CMYK value is (63,0,9,86).

  • cyan value is 62.86%
  • magenta value is 0.00%
  • yellow value is 8.57%
  • key color value is 86.27%

CMYK: (63,0,9,86)
C63M0Y9K86 (63%, 0%, 9%, 86%)
(0.63 / 0.00 / 0.09 / 0.86)

CMYK percentages

%62.86
%0
%8.57
%86.27

Codes

Color #0D2320 in popluar color models

0D 23 20
RGB 13 35 32
HSL 172° 45.83% 9.41%
HSB/HSV 172° 62.86% 13.73%
CMYK 62.86% 0.00% 8.57%
86.27%

Color #0D2320 in popluar number systems.

HEX 0D 23 20
Decimal 13 35 32
Binary 1101 100011 100000
Octal 15 43 40

Shades and tints

Shades of #0D2320

#0D2320
(13,35,32)
#0C201E
(12,32,30)
#0B1D1C
(11,29,28)
#0A1A1A
(10,26,26)
#091718
(9,23,24)
#081416
(8,20,22)
#071114
(7,17,20)
#060E12
(6,14,18)
#050B10
(5,11,16)
#04080E
(4,8,14)
#03050C
(3,5,12)
#000000
(0,0,0)

Tints of #0D2320

#0D2320
(13,35,32)
#233734
(35,55,52)
#394B48
(57,75,72)
#4F5F5C
(79,95,92)
#657370
(101,115,112)
#7B8784
(123,135,132)
#919B98
(145,155,152)
#A7AFAC
(167,175,172)
#BDC3C0
(189,195,192)
#D3D7D4
(211,215,212)
#E9EBE8
(233,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D2320 color. Also use rgb(13,35,32) instead hex code.

Text Font Color

.myTextColor { color: #0D2320; }

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

This text font color is #0D2320.

Background Color

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

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

This div background color is #0D2320.

Border color

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

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

This div border color is #0D2320.

Opacity

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

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

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

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

This text has shadow with #0D2320 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D2320.

Preview

Color preview on black background

This text has color #0D2320 on black background.


Color preview on white background

This text has color #0D2320 on white background.


Black color preview on #0D2320 background

This text has black color on #0D2320 background.


White color preview on #0D2320 background

This text has white color on #0D2320 background.


Related colors

Complementary color

Complementary color for #hex is #F2DCDF.


I love getcolorcode.com

Triadic colors

1 #200D23 and #23200D with #0D2320 are triadic colors.

2 #20230D and #230D20 with #0D2320 are triadic colors.