COLOR #0D330C

HEX: #0D330C RGB: (13,51,12)

Color info

#0D330C contains red, green and blue colors in about the same proportion. Web safe color of #0D330C is #003300 (or #030).

RGB color model

#0D330C color RGB value is (13,51,12).

RGB: (13,51,12) (5%, 20%, 5%)

RGB channels and saturation

R 13 of 255 = 5%
G 51 of 255 = 20%
B 12 of 255 = 5%

13
51
12

R + G + B ~ 10%. #0D330C is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 51 + 12 = 76 (100%)
R 13 of 76 ~ 17.11%
G 51 of 76 ~ 67.11%
B 12 of 76 ~ 15.79'%

%17.11
%67.11
%15.79

CMYK color model

#0D330C color CMYK value is (75,0,76,80).

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

CMYK: (75,0,76,80)
C75M0Y76K80 (75%, 0%, 76%, 80%)
(0.75 / 0.00 / 0.76 / 0.80)

CMYK percentages

%74.51
%0
%76.47
%80

Codes

Color #0D330C in popluar color models

0D 33 0C
RGB 13 51 12
HSL 118° 61.90% 12.35%
HSB/HSV 118° 76.47% 20.00%
CMYK 74.51% 0.00% 76.47%
80.00%

Color #0D330C in popluar number systems.

HEX 0D 33 0C
Decimal 13 51 12
Binary 1101 110011 1100
Octal 15 63 14

Shades and tints

Shades of #0D330C

#0D330C
(13,51,12)
#0C2F0B
(12,47,11)
#0B2B0A
(11,43,10)
#0A2709
(10,39,9)
#092308
(9,35,8)
#081F07
(8,31,7)
#071B06
(7,27,6)
#061705
(6,23,5)
#051304
(5,19,4)
#040F03
(4,15,3)
#030B02
(3,11,2)
#000000
(0,0,0)

Tints of #0D330C

#0D330C
(13,51,12)
#234522
(35,69,34)
#395738
(57,87,56)
#4F694E
(79,105,78)
#657B64
(101,123,100)
#7B8D7A
(123,141,122)
#919F90
(145,159,144)
#A7B1A6
(167,177,166)
#BDC3BC
(189,195,188)
#D3D5D2
(211,213,210)
#E9E7E8
(233,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D330C; }

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

This text font color is #0D330C.

Background Color

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

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

This div background color is #0D330C.

Border color

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

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

This div border color is #0D330C.

Opacity

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

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

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

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

This text has shadow with #0D330C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D330C.

Preview

Color preview on black background

This text has color #0D330C on black background.


Color preview on white background

This text has color #0D330C on white background.


Black color preview on #0D330C background

This text has black color on #0D330C background.


White color preview on #0D330C background

This text has white color on #0D330C background.


Related colors

Complementary color

Complementary color for #hex is #F2CCF3.


I love getcolorcode.com

Triadic colors

1 #0C0D33 and #330C0D with #0D330C are triadic colors.

2 #0C330D and #330D0C with #0D330C are triadic colors.