COLOR #0C3512

HEX: #0C3512 RGB: (12,53,18)

Color info

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

RGB color model

#0C3512 color RGB value is (12,53,18).

RGB: (12,53,18) (5%, 21%, 7%)

RGB channels and saturation

R 12 of 255 = 5%
G 53 of 255 = 21%
B 18 of 255 = 7%

12
53
18

R + G + B ~ 11%. #0C3512 is dark color.

Portions of RGB colors in percentages

R + G + B = 12 + 53 + 18 = 83 (100%)
R 12 of 83 ~ 14.46%
G 53 of 83 ~ 63.86%
B 18 of 83 ~ 21.69'%

%14.46
%63.86
%21.69

CMYK color model

#0C3512 color CMYK value is (77,0,66,79).

  • cyan value is 77.36%
  • magenta value is 0.00%
  • yellow value is 66.04%
  • key color value is 79.22%

CMYK: (77,0,66,79)
C77M0Y66K79 (77%, 0%, 66%, 79%)
(0.77 / 0.00 / 0.66 / 0.79)

CMYK percentages

%77.36
%0
%66.04
%79.22

Codes

Color #0C3512 in popluar color models

0C 35 12
RGB 12 53 18
HSL 129° 63.08% 12.75%
HSB/HSV 129° 77.36% 20.78%
CMYK 77.36% 0.00% 66.04%
79.22%

Color #0C3512 in popluar number systems.

HEX 0C 35 12
Decimal 12 53 18
Binary 1100 110101 10010
Octal 14 65 22

Shades and tints

Shades of #0C3512

#0C3512
(12,53,18)
#0B3111
(11,49,17)
#0A2D10
(10,45,16)
#09290F
(9,41,15)
#08250E
(8,37,14)
#07210D
(7,33,13)
#061D0C
(6,29,12)
#05190B
(5,25,11)
#04150A
(4,21,10)
#031109
(3,17,9)
#020D08
(2,13,8)
#000000
(0,0,0)

Tints of #0C3512

#0C3512
(12,53,18)
#224727
(34,71,39)
#38593C
(56,89,60)
#4E6B51
(78,107,81)
#647D66
(100,125,102)
#7A8F7B
(122,143,123)
#90A190
(144,161,144)
#A6B3A5
(166,179,165)
#BCC5BA
(188,197,186)
#D2D7CF
(210,215,207)
#E8E9E4
(232,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C3512 color. Also use rgb(12,53,18) instead hex code.

Text Font Color

.myTextColor { color: #0C3512; }

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

This text font color is #0C3512.

Background Color

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

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

This div background color is #0C3512.

Border color

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

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

This div border color is #0C3512.

Opacity

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

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

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

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

This text has shadow with #0C3512 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C3512.

Preview

Color preview on black background

This text has color #0C3512 on black background.


Color preview on white background

This text has color #0C3512 on white background.


Black color preview on #0C3512 background

This text has black color on #0C3512 background.


White color preview on #0C3512 background

This text has white color on #0C3512 background.


Related colors

Complementary color

Complementary color for #hex is #F3CAED.


I love getcolorcode.com

Triadic colors

1 #120C35 and #35120C with #0C3512 are triadic colors.

2 #12350C and #350C12 with #0C3512 are triadic colors.