COLOR #0C330A

HEX: #0C330A RGB: (12,51,10)

Color info

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

RGB color model

#0C330A color RGB value is (12,51,10).

RGB: (12,51,10) (5%, 20%, 4%)

RGB channels and saturation

R 12 of 255 = 5%
G 51 of 255 = 20%
B 10 of 255 = 4%

12
51
10

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

Portions of RGB colors in percentages

R + G + B = 12 + 51 + 10 = 73 (100%)
R 12 of 73 ~ 16.44%
G 51 of 73 ~ 69.86%
B 10 of 73 ~ 13.7'%

%16.44
%69.86
%13.7

CMYK color model

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

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

CMYK: (76,0,80,80)
C76M0Y80K80 (76%, 0%, 80%, 80%)
(0.76 / 0.00 / 0.80 / 0.80)

CMYK percentages

%76.47
%0
%80.39
%80

Codes

Color #0C330A in popluar color models

0C 33 0A
RGB 12 51 10
HSL 117° 67.21% 11.96%
HSB/HSV 117° 80.39% 20.00%
CMYK 76.47% 0.00% 80.39%
80.00%

Color #0C330A in popluar number systems.

HEX 0C 33 0A
Decimal 12 51 10
Binary 1100 110011 1010
Octal 14 63 12

Shades and tints

Shades of #0C330A

#0C330A
(12,51,10)
#0B2F0A
(11,47,10)
#0A2B0A
(10,43,10)
#09270A
(9,39,10)
#08230A
(8,35,10)
#071F0A
(7,31,10)
#061B0A
(6,27,10)
#05170A
(5,23,10)
#04130A
(4,19,10)
#030F0A
(3,15,10)
#020B0A
(2,11,10)
#000000
(0,0,0)

Tints of #0C330A

#0C330A
(12,51,10)
#224520
(34,69,32)
#385736
(56,87,54)
#4E694C
(78,105,76)
#647B62
(100,123,98)
#7A8D78
(122,141,120)
#909F8E
(144,159,142)
#A6B1A4
(166,177,164)
#BCC3BA
(188,195,186)
#D2D5D0
(210,213,208)
#E8E7E6
(232,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C330A; }

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

This text font color is #0C330A.

Background Color

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

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

This div background color is #0C330A.

Border color

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

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

This div border color is #0C330A.

Opacity

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

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

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

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

This text has shadow with #0C330A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C330A.

Preview

Color preview on black background

This text has color #0C330A on black background.


Color preview on white background

This text has color #0C330A on white background.


Black color preview on #0C330A background

This text has black color on #0C330A background.


White color preview on #0C330A background

This text has white color on #0C330A background.


Related colors

Complementary color

Complementary color for #hex is #F3CCF5.


I love getcolorcode.com

Triadic colors

1 #0A0C33 and #330A0C with #0C330A are triadic colors.

2 #0A330C and #330C0A with #0C330A are triadic colors.