COLOR #0D331C

HEX: #0D331C RGB: (13,51,28)

Color info

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

RGB color model

#0D331C color RGB value is (13,51,28).

RGB: (13,51,28) (5%, 20%, 11%)

RGB channels and saturation

R 13 of 255 = 5%
G 51 of 255 = 20%
B 28 of 255 = 11%

13
51
28

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

Portions of RGB colors in percentages

R + G + B = 13 + 51 + 28 = 92 (100%)
R 13 of 92 ~ 14.13%
G 51 of 92 ~ 55.43%
B 28 of 92 ~ 30.43'%

%14.13
%55.43
%30.43

CMYK color model

#0D331C color CMYK value is (75,0,45,80).

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

CMYK: (75,0,45,80)
C75M0Y45K80 (75%, 0%, 45%, 80%)
(0.75 / 0.00 / 0.45 / 0.80)

CMYK percentages

%74.51
%0
%45.1
%80

Codes

Color #0D331C in popluar color models

0D 33 1C
RGB 13 51 28
HSL 144° 59.38% 12.55%
HSB/HSV 144° 74.51% 20.00%
CMYK 74.51% 0.00% 45.10%
80.00%

Color #0D331C in popluar number systems.

HEX 0D 33 1C
Decimal 13 51 28
Binary 1101 110011 11100
Octal 15 63 34

Shades and tints

Shades of #0D331C

#0D331C
(13,51,28)
#0C2F1A
(12,47,26)
#0B2B18
(11,43,24)
#0A2716
(10,39,22)
#092314
(9,35,20)
#081F12
(8,31,18)
#071B10
(7,27,16)
#06170E
(6,23,14)
#05130C
(5,19,12)
#040F0A
(4,15,10)
#030B08
(3,11,8)
#000000
(0,0,0)

Tints of #0D331C

#0D331C
(13,51,28)
#234530
(35,69,48)
#395744
(57,87,68)
#4F6958
(79,105,88)
#657B6C
(101,123,108)
#7B8D80
(123,141,128)
#919F94
(145,159,148)
#A7B1A8
(167,177,168)
#BDC3BC
(189,195,188)
#D3D5D0
(211,213,208)
#E9E7E4
(233,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D331C; }

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

This text font color is #0D331C.

Background Color

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

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

This div background color is #0D331C.

Border color

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

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

This div border color is #0D331C.

Opacity

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

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

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

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

This text has shadow with #0D331C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D331C.

Preview

Color preview on black background

This text has color #0D331C on black background.


Color preview on white background

This text has color #0D331C on white background.


Black color preview on #0D331C background

This text has black color on #0D331C background.


White color preview on #0D331C background

This text has white color on #0D331C background.


Related colors

Complementary color

Complementary color for #hex is #F2CCE3.


I love getcolorcode.com

Triadic colors

1 #1C0D33 and #331C0D with #0D331C are triadic colors.

2 #1C330D and #330D1C with #0D331C are triadic colors.