COLOR #0C3333

HEX: #0C3333 RGB: (12,51,51)

Color info

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

RGB color model

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

RGB: (12,51,51) (5%, 20%, 20%)

RGB channels and saturation

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

12
51
51

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

Portions of RGB colors in percentages

R + G + B = 12 + 51 + 51 = 114 (100%)
R 12 of 114 ~ 10.53%
G 51 of 114 ~ 44.74%
B 51 of 114 ~ 44.74'%

%10.53
%44.74
%44.74

CMYK color model

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

  • cyan value is 76.47%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 80.00%

CMYK: (76,0,0,80)
C76M0Y0K80 (76%, 0%, 0%, 80%)
(0.76 / 0.00 / 0.00 / 0.80)

CMYK percentages

%76.47
%0
%0
%80

Codes

Color #0C3333 in popluar color models

0C 33 33
RGB 12 51 51
HSL 180° 61.90% 12.35%
HSB/HSV 180° 76.47% 20.00%
CMYK 76.47% 0.00% 0.00%
80.00%

Color #0C3333 in popluar number systems.

HEX 0C 33 33
Decimal 12 51 51
Binary 1100 110011 110011
Octal 14 63 63

Shades and tints

Shades of #0C3333

#0C3333
(12,51,51)
#0B2F2F
(11,47,47)
#0A2B2B
(10,43,43)
#092727
(9,39,39)
#082323
(8,35,35)
#071F1F
(7,31,31)
#061B1B
(6,27,27)
#051717
(5,23,23)
#041313
(4,19,19)
#030F0F
(3,15,15)
#020B0B
(2,11,11)
#000000
(0,0,0)

Tints of #0C3333

#0C3333
(12,51,51)
#224545
(34,69,69)
#385757
(56,87,87)
#4E6969
(78,105,105)
#647B7B
(100,123,123)
#7A8D8D
(122,141,141)
#909F9F
(144,159,159)
#A6B1B1
(166,177,177)
#BCC3C3
(188,195,195)
#D2D5D5
(210,213,213)
#E8E7E7
(232,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C3333; }

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

This text font color is #0C3333.

Background Color

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

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

This div background color is #0C3333.

Border color

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

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

This div border color is #0C3333.

Opacity

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

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

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

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

This text has shadow with #0C3333 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C3333.

Preview

Color preview on black background

This text has color #0C3333 on black background.


Color preview on white background

This text has color #0C3333 on white background.


Black color preview on #0C3333 background

This text has black color on #0C3333 background.


White color preview on #0C3333 background

This text has white color on #0C3333 background.


Related colors

Complementary color

Complementary color for #hex is #F3CCCC.


I love getcolorcode.com