COLOR #0C3A32

HEX: #0C3A32
RGB: (12,58,50)

Color info

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

RGB color model

#0C3A32 color RGB value is (12,58,50).

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

RGB channels and saturation

R 12 of 255 = 5%
G 58 of 255 = 23%
B 50 of 255 = 20%

12
58
50

R + G + B ~ 16%. #0C3A32 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 58 + 50 = 120 (100%)
R 12 of 120 ~ 10%
G 58 of 120 ~ 48.33%
B 50 of 120 ~ 41.67%

%10
%48.33
%41.67

CMYK color model

#0C3A32 color CMYK value is (79,0,14,77).

  • cyan value is 79.31%
  • magenta value is 0.00%
  • yellow value is 13.79%
  • key color value is 77.25%
CMYK:
(79,0,14,77)
C79M0Y14K77 
(79%,0%,14%,77%)
(0.79/0.00/0.14/0.77)	

CMYK percentages

%79.31
%0
%13.79
%77.25

Codes

Color #0C3A32 in popluar color models

0C3A32
RGB125850
HSL170°65.71%13.73%
HSB/HSV170°79.31%22.75%
CMYK79.31%0.00%13.79%
77.25%

Color #0C3A32 in popluar number systems.

HEX0C3A32
Decimal125850
Binary1100111010110010
Octal147262

Shades and tints

Shades of #0C3A32

#0C3A32
(12,58,50)
#0B352E
(11,53,46)
#0A302A
(10,48,42)
#092B26
(9,43,38)
#082622
(8,38,34)
#07211E
(7,33,30)
#061C1A
(6,28,26)
#051716
(5,23,22)
#041212
(4,18,18)
#030D0E
(3,13,14)
#02080A
(2,8,10)
#000000
(0,0,0)

Tints of #0C3A32

#0C3A32
(12,58,50)
#224B44
(34,75,68)
#385C56
(56,92,86)
#4E6D68
(78,109,104)
#647E7A
(100,126,122)
#7A8F8C
(122,143,140)
#90A09E
(144,160,158)
#A6B1B0
(166,177,176)
#BCC2C2
(188,194,194)
#D2D3D4
(210,211,212)
#E8E4E6
(232,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C3A32; }

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

This text font color is #0C3A32.


Background Color

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

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

This div background color is #0C3A32.


Border color

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

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

This div border color is #0C3A32.


Opacity

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

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

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

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

This text has shadow with #0C3A32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C3A32 on black background.


Color preview on white background

This text has color #0C3A32 on white background.



Black color preview on #0C3A32 background

This text has black color on #0C3A32 background.


White color preview on #0C3A32 background

This text has white color on #0C3A32 background.