COLOR #0D3323

HEX: #0D3323 RGB: (13,51,35)

Color info

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

RGB color model

#0D3323 color RGB value is (13,51,35).

RGB: (13,51,35) (5%, 20%, 14%)

RGB channels and saturation

R 13 of 255 = 5%
G 51 of 255 = 20%
B 35 of 255 = 14%

13
51
35

R + G + B ~ 13%. #0D3323 is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 51 + 35 = 99 (100%)
R 13 of 99 ~ 13.13%
G 51 of 99 ~ 51.52%
B 35 of 99 ~ 35.35'%

%13.13
%51.52
%35.35

CMYK color model

#0D3323 color CMYK value is (75,0,31,80).

  • cyan value is 74.51%
  • magenta value is 0.00%
  • yellow value is 31.37%
  • key color value is 80.00%

CMYK: (75,0,31,80)
C75M0Y31K80 (75%, 0%, 31%, 80%)
(0.75 / 0.00 / 0.31 / 0.80)

CMYK percentages

%74.51
%0
%31.37
%80

Codes

Color #0D3323 in popluar color models

0D 33 23
RGB 13 51 35
HSL 155° 59.38% 12.55%
HSB/HSV 155° 74.51% 20.00%
CMYK 74.51% 0.00% 31.37%
80.00%

Color #0D3323 in popluar number systems.

HEX 0D 33 23
Decimal 13 51 35
Binary 1101 110011 100011
Octal 15 63 43

Shades and tints

Shades of #0D3323

#0D3323
(13,51,35)
#0C2F20
(12,47,32)
#0B2B1D
(11,43,29)
#0A271A
(10,39,26)
#092317
(9,35,23)
#081F14
(8,31,20)
#071B11
(7,27,17)
#06170E
(6,23,14)
#05130B
(5,19,11)
#040F08
(4,15,8)
#030B05
(3,11,5)
#000000
(0,0,0)

Tints of #0D3323

#0D3323
(13,51,35)
#234537
(35,69,55)
#39574B
(57,87,75)
#4F695F
(79,105,95)
#657B73
(101,123,115)
#7B8D87
(123,141,135)
#919F9B
(145,159,155)
#A7B1AF
(167,177,175)
#BDC3C3
(189,195,195)
#D3D5D7
(211,213,215)
#E9E7EB
(233,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D3323; }

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

This text font color is #0D3323.

Background Color

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

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

This div background color is #0D3323.

Border color

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

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

This div border color is #0D3323.

Opacity

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

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

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

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

This text has shadow with #0D3323 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D3323.

Preview

Color preview on black background

This text has color #0D3323 on black background.


Color preview on white background

This text has color #0D3323 on white background.


Black color preview on #0D3323 background

This text has black color on #0D3323 background.


White color preview on #0D3323 background

This text has white color on #0D3323 background.


Related colors

Complementary color

Complementary color for #hex is #F2CCDC.


I love getcolorcode.com

Triadic colors

1 #230D33 and #33230D with #0D3323 are triadic colors.

2 #23330D and #330D23 with #0D3323 are triadic colors.