COLOR #0C3B2B

HEX: #0C3B2B
RGB: (12,59,43)

Color info

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

RGB color model

#0C3B2B color RGB value is (12,59,43).

  • red value is 12;
  • green value is 59;
  • blue value is 43.
RGB:
(12,59,43)
(5%,23%,17%)

RGB channels and saturation

R 12 of 255 = 5%
G 59 of 255 = 23%
B 43 of 255 = 17%

12
59
43

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

Portions of RGB colors in percentages

R + G + B =
12 + 59 + 43 = 114 (100%)
R 12 of 114 ~ 10.53%
G 59 of 114 ~ 51.75%
B 43 of 114 ~ 37.72%

%10.53
%51.75
%37.72

CMYK color model

#0C3B2B color CMYK value is (80,0,27,77).

  • cyan value is 79.66%
  • magenta value is 0.00%
  • yellow value is 27.12%
  • key color value is 76.86%
CMYK:
(80,0,27,77)
C80M0Y27K77 
(80%,0%,27%,77%)
(0.80/0.00/0.27/0.77)	

CMYK percentages

%79.66
%0
%27.12
%76.86

Codes

Color #0C3B2B in popluar color models

0C3B2B
RGB125943
HSL160°66.20%13.92%
HSB/HSV160°79.66%23.14%
CMYK79.66%0.00%27.12%
76.86%

Color #0C3B2B in popluar number systems.

HEX0C3B2B
Decimal125943
Binary1100111011101011
Octal147353

Shades and tints

Shades of #0C3B2B

#0C3B2B
(12,59,43)
#0B3628
(11,54,40)
#0A3125
(10,49,37)
#092C22
(9,44,34)
#08271F
(8,39,31)
#07221C
(7,34,28)
#061D19
(6,29,25)
#051816
(5,24,22)
#041313
(4,19,19)
#030E10
(3,14,16)
#02090D
(2,9,13)
#000000
(0,0,0)

Tints of #0C3B2B

#0C3B2B
(12,59,43)
#224C3E
(34,76,62)
#385D51
(56,93,81)
#4E6E64
(78,110,100)
#647F77
(100,127,119)
#7A908A
(122,144,138)
#90A19D
(144,161,157)
#A6B2B0
(166,178,176)
#BCC3C3
(188,195,195)
#D2D4D6
(210,212,214)
#E8E5E9
(232,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C3B2B; }

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

This text font color is #0C3B2B.


Background Color

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

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

This div background color is #0C3B2B.


Border color

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

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

This div border color is #0C3B2B.


Opacity

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

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

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

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

This text has shadow with #0C3B2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C3B2B on black background.


Color preview on white background

This text has color #0C3B2B on white background.



Black color preview on #0C3B2B background

This text has black color on #0C3B2B background.


White color preview on #0C3B2B background

This text has white color on #0C3B2B background.