COLOR #0C333B

HEX: #0C333B RGB: (12,51,59)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

12
51
59

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

Portions of RGB colors in percentages

R + G + B = 12 + 51 + 59 = 122 (100%)
R 12 of 122 ~ 9.84%
G 51 of 122 ~ 41.8%
B 59 of 122 ~ 48.36'%

%9.84
%41.8
%48.36

CMYK color model

#0C333B color CMYK value is (80,14,0,77).

  • cyan value is 79.66%
  • magenta value is 13.56%
  • yellow value is 0.00%
  • key color value is 76.86%
CMYK: (80,14,0,77) C80M14Y0K77 (80%,14%,0%,77%) (0.80/0.14/0.00/0.77) 

CMYK percentages

%79.66
%13.56
%0
%76.86

Codes

Color #0C333B in popluar color models

0C 33 3B
RGB 12 51 59
HSL 190° 66.20% 13.92%
HSB/HSV 190° 79.66% 23.14%
CMYK 79.66% 13.56% 0.00%
76.86%

Color #0C333B in popluar number systems.

HEX 0C 33 3B
Decimal 12 51 59
Binary 1100 110011 111011
Octal 14 63 73

Shades and tints

Shades of #0C333B

#0C333B
(12,51,59)
#0B2F36
(11,47,54)
#0A2B31
(10,43,49)
#09272C
(9,39,44)
#082327
(8,35,39)
#071F22
(7,31,34)
#061B1D
(6,27,29)
#051718
(5,23,24)
#041313
(4,19,19)
#030F0E
(3,15,14)
#020B09
(2,11,9)
#000000
(0,0,0)

Tints of #0C333B

#0C333B
(12,51,59)
#22454C
(34,69,76)
#38575D
(56,87,93)
#4E696E
(78,105,110)
#647B7F
(100,123,127)
#7A8D90
(122,141,144)
#909FA1
(144,159,161)
#A6B1B2
(166,177,178)
#BCC3C3
(188,195,195)
#D2D5D4
(210,213,212)
#E8E7E5
(232,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C333B; }

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

This text font color is #0C333B.

Background Color

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

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

This div background color is #0C333B.

Border color

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

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

This div border color is #0C333B.

Opacity

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

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

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

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

This text has shadow with #0C333B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C333B.

Preview

Color preview on black background

This text has color #0C333B on black background.


Color preview on white background

This text has color #0C333B on white background.


Black color preview on #0C333B background

This text has black color on #0C333B background.


White color preview on #0C333B background

This text has white color on #0C333B background.


Related colors

Complementary color

Complementary color for #hex is #F3CCC4.


I love getcolorcode.com

Triadic colors

1 #3B0C33 and #333B0C with #0C333B are triadic colors.

2 #3B330C and #330C3B with #0C333B are triadic colors.