COLOR #0C3A20

HEX: #0C3A20
RGB: (12,58,32)

Color info

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

RGB color model

#0C3A20 color RGB value is (12,58,32).

  • red value is 12;
  • green value is 58;
  • blue value is 32.
RGB:
(12,58,32)
(5%,23%,13%)

RGB channels and saturation

R 12 of 255 = 5%
G 58 of 255 = 23%
B 32 of 255 = 13%

12
58
32

R + G + B ~ 14%. #0C3A20 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 58 + 32 = 102 (100%)
R 12 of 102 ~ 11.76%
G 58 of 102 ~ 56.86%
B 32 of 102 ~ 31.37%

%11.76
%56.86
%31.37

CMYK color model

#0C3A20 color CMYK value is (79,0,45,77).

  • cyan value is 79.31%
  • magenta value is 0.00%
  • yellow value is 44.83%
  • key color value is 77.25%
CMYK:
(79,0,45,77)
C79M0Y45K77 
(79%,0%,45%,77%)
(0.79/0.00/0.45/0.77)	

CMYK percentages

%79.31
%0
%44.83
%77.25

Codes

Color #0C3A20 in popluar color models

0C3A20
RGB125832
HSL146°65.71%13.73%
HSB/HSV146°79.31%22.75%
CMYK79.31%0.00%44.83%
77.25%

Color #0C3A20 in popluar number systems.

HEX0C3A20
Decimal125832
Binary1100111010100000
Octal147240

Shades and tints

Shades of #0C3A20

#0C3A20
(12,58,32)
#0B351E
(11,53,30)
#0A301C
(10,48,28)
#092B1A
(9,43,26)
#082618
(8,38,24)
#072116
(7,33,22)
#061C14
(6,28,20)
#051712
(5,23,18)
#041210
(4,18,16)
#030D0E
(3,13,14)
#02080C
(2,8,12)
#000000
(0,0,0)

Tints of #0C3A20

#0C3A20
(12,58,32)
#224B34
(34,75,52)
#385C48
(56,92,72)
#4E6D5C
(78,109,92)
#647E70
(100,126,112)
#7A8F84
(122,143,132)
#90A098
(144,160,152)
#A6B1AC
(166,177,172)
#BCC2C0
(188,194,192)
#D2D3D4
(210,211,212)
#E8E4E8
(232,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C3A20 color. Also use rgb(12,58,32) instead hex code.

Text Font Color

.myTextColor { color: #0C3A20; }

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

This text font color is #0C3A20.


Background Color

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

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

This div background color is #0C3A20.


Border color

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

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

This div border color is #0C3A20.


Opacity

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

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

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

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

This text has shadow with #0C3A20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C3A20 on black background.


Color preview on white background

This text has color #0C3A20 on white background.



Black color preview on #0C3A20 background

This text has black color on #0C3A20 background.


White color preview on #0C3A20 background

This text has white color on #0C3A20 background.