COLOR #0C3A3E

HEX: #0C3A3E
RGB: (12,58,62)

Color info

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

RGB color model

#0C3A3E color RGB value is (12,58,62).

  • red value is 12;
  • green value is 58;
  • blue value is 62.
RGB:
(12,58,62)
(5%,23%,24%)

RGB channels and saturation

R 12 of 255 = 5%
G 58 of 255 = 23%
B 62 of 255 = 24%

12
58
62

R + G + B ~ 17%. #0C3A3E is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 58 + 62 = 132 (100%)
R 12 of 132 ~ 9.09%
G 58 of 132 ~ 43.94%
B 62 of 132 ~ 46.97%

%43.94
%46.97

CMYK color model

#0C3A3E color CMYK value is (81,6,0,76).

  • cyan value is 80.65%
  • magenta value is 6.45%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(81,6,0,76)
C81M6Y0K76 
(81%,6%,0%,76%)
(0.81/0.06/0.00/0.76)	

CMYK percentages

%80.65
%6.45
%0
%75.69

Codes

Color #0C3A3E in popluar color models

0C3A3E
RGB125862
HSL185°67.57%14.51%
HSB/HSV185°80.65%24.31%
CMYK80.65%6.45%0.00%
75.69%

Color #0C3A3E in popluar number systems.

HEX0C3A3E
Decimal125862
Binary1100111010111110
Octal147276

Shades and tints

Shades of #0C3A3E

#0C3A3E
(12,58,62)
#0B3539
(11,53,57)
#0A3034
(10,48,52)
#092B2F
(9,43,47)
#08262A
(8,38,42)
#072125
(7,33,37)
#061C20
(6,28,32)
#05171B
(5,23,27)
#041216
(4,18,22)
#030D11
(3,13,17)
#02080C
(2,8,12)
#000000
(0,0,0)

Tints of #0C3A3E

#0C3A3E
(12,58,62)
#224B4F
(34,75,79)
#385C60
(56,92,96)
#4E6D71
(78,109,113)
#647E82
(100,126,130)
#7A8F93
(122,143,147)
#90A0A4
(144,160,164)
#A6B1B5
(166,177,181)
#BCC2C6
(188,194,198)
#D2D3D7
(210,211,215)
#E8E4E8
(232,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C3A3E; }

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

This text font color is #0C3A3E.


Background Color

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

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

This div background color is #0C3A3E.


Border color

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

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

This div border color is #0C3A3E.


Opacity

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

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

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

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

This text has shadow with #0C3A3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C3A3E on black background.


Color preview on white background

This text has color #0C3A3E on white background.



Black color preview on #0C3A3E background

This text has black color on #0C3A3E background.


White color preview on #0C3A3E background

This text has white color on #0C3A3E background.