COLOR #0C3328

HEX: #0C3328
RGB: (12,51,40)

Color info

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

RGB color model

#0C3328 color RGB value is (12,51,40).

  • red value is 12;
  • green value is 51;
  • blue value is 40.
RGB:
(12,51,40)
(5%,20%,16%)

RGB channels and saturation

R 12 of 255 = 5%
G 51 of 255 = 20%
B 40 of 255 = 16%

12
51
40

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

Portions of RGB colors in percentages

R + G + B =
12 + 51 + 40 = 103 (100%)
R 12 of 103 ~ 11.65%
G 51 of 103 ~ 49.51%
B 40 of 103 ~ 38.83%

%11.65
%49.51
%38.83

CMYK color model

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

  • cyan value is 76.47%
  • magenta value is 0.00%
  • yellow value is 21.57%
  • key color value is 80.00%
CMYK:
(76,0,22,80)
C76M0Y22K80 
(76%,0%,22%,80%)
(0.76/0.00/0.22/0.80)	

CMYK percentages

%76.47
%0
%21.57
%80

Codes

Color #0C3328 in popluar color models

0C3328
RGB125140
HSL163°61.90%12.35%
HSB/HSV163°76.47%20.00%
CMYK76.47%0.00%21.57%
80.00%

Color #0C3328 in popluar number systems.

HEX0C3328
Decimal125140
Binary1100110011101000
Octal146350

Shades and tints

Shades of #0C3328

#0C3328
(12,51,40)
#0B2F25
(11,47,37)
#0A2B22
(10,43,34)
#09271F
(9,39,31)
#08231C
(8,35,28)
#071F19
(7,31,25)
#061B16
(6,27,22)
#051713
(5,23,19)
#041310
(4,19,16)
#030F0D
(3,15,13)
#020B0A
(2,11,10)
#000000
(0,0,0)

Tints of #0C3328

#0C3328
(12,51,40)
#22453B
(34,69,59)
#38574E
(56,87,78)
#4E6961
(78,105,97)
#647B74
(100,123,116)
#7A8D87
(122,141,135)
#909F9A
(144,159,154)
#A6B1AD
(166,177,173)
#BCC3C0
(188,195,192)
#D2D5D3
(210,213,211)
#E8E7E6
(232,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C3328; }

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

This text font color is #0C3328.


Background Color

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

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

This div background color is #0C3328.


Border color

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

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

This div border color is #0C3328.


Opacity

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

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

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

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

This text has shadow with #0C3328 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C3328 on black background.


Color preview on white background

This text has color #0C3328 on white background.



Black color preview on #0C3328 background

This text has black color on #0C3328 background.


White color preview on #0C3328 background

This text has white color on #0C3328 background.