COLOR #0C3336

HEX: #0C3336
RGB: (12,51,54)

Color info

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

RGB color model

#0C3336 color RGB value is (12,51,54).

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

RGB channels and saturation

R 12 of 255 = 5%
G 51 of 255 = 20%
B 54 of 255 = 21%

12
51
54

R + G + B ~ 15%. #0C3336 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 51 + 54 = 117 (100%)
R 12 of 117 ~ 10.26%
G 51 of 117 ~ 43.59%
B 54 of 117 ~ 46.15%

%10.26
%43.59
%46.15

CMYK color model

#0C3336 color CMYK value is (78,6,0,79).

  • cyan value is 77.78%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 78.82%
CMYK:
(78,6,0,79)
C78M6Y0K79 
(78%,6%,0%,79%)
(0.78/0.06/0.00/0.79)	

CMYK percentages

%77.78
%5.56
%0
%78.82

Codes

Color #0C3336 in popluar color models

0C3336
RGB125154
HSL184°63.64%12.94%
HSB/HSV184°77.78%21.18%
CMYK77.78%5.56%0.00%
78.82%

Color #0C3336 in popluar number systems.

HEX0C3336
Decimal125154
Binary1100110011110110
Octal146366

Shades and tints

Shades of #0C3336

#0C3336
(12,51,54)
#0B2F32
(11,47,50)
#0A2B2E
(10,43,46)
#09272A
(9,39,42)
#082326
(8,35,38)
#071F22
(7,31,34)
#061B1E
(6,27,30)
#05171A
(5,23,26)
#041316
(4,19,22)
#030F12
(3,15,18)
#020B0E
(2,11,14)
#000000
(0,0,0)

Tints of #0C3336

#0C3336
(12,51,54)
#224548
(34,69,72)
#38575A
(56,87,90)
#4E696C
(78,105,108)
#647B7E
(100,123,126)
#7A8D90
(122,141,144)
#909FA2
(144,159,162)
#A6B1B4
(166,177,180)
#BCC3C6
(188,195,198)
#D2D5D8
(210,213,216)
#E8E7EA
(232,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C3336; }

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

This text font color is #0C3336.


Background Color

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

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

This div background color is #0C3336.


Border color

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

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

This div border color is #0C3336.


Opacity

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

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

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

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

This text has shadow with #0C3336 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C3336 on black background.


Color preview on white background

This text has color #0C3336 on white background.



Black color preview on #0C3336 background

This text has black color on #0C3336 background.


White color preview on #0C3336 background

This text has white color on #0C3336 background.