COLOR #0C330D

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

12
51
13

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

Portions of RGB colors in percentages

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

%15.79
%67.11
%17.11

CMYK color model

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

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

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

CMYK percentages

%76.47
%0
%74.51
%80

Codes

Color #0C330D in popluar color models

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

Color #0C330D in popluar number systems.

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

Shades and tints

Shades of #0C330D

#0C330D
(12,51,13)
#0B2F0C
(11,47,12)
#0A2B0B
(10,43,11)
#09270A
(9,39,10)
#082309
(8,35,9)
#071F08
(7,31,8)
#061B07
(6,27,7)
#051706
(5,23,6)
#041305
(4,19,5)
#030F04
(3,15,4)
#020B03
(2,11,3)
#000000
(0,0,0)

Tints of #0C330D

#0C330D
(12,51,13)
#224523
(34,69,35)
#385739
(56,87,57)
#4E694F
(78,105,79)
#647B65
(100,123,101)
#7A8D7B
(122,141,123)
#909F91
(144,159,145)
#A6B1A7
(166,177,167)
#BCC3BD
(188,195,189)
#D2D5D3
(210,213,211)
#E8E7E9
(232,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C330D; }

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

This text font color is #0C330D.

Background Color

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

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

This div background color is #0C330D.

Border color

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

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

This div border color is #0C330D.

Opacity

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

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

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

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

This text has shadow with #0C330D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C330D.

Preview

Color preview on black background

This text has color #0C330D on black background.


Color preview on white background

This text has color #0C330D on white background.


Black color preview on #0C330D background

This text has black color on #0C330D background.


White color preview on #0C330D background

This text has white color on #0C330D background.


Related colors

Complementary color

Complementary color for #hex is #F3CCF2.


I love getcolorcode.com

Triadic colors

1 #0D0C33 and #330D0C with #0C330D are triadic colors.

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