COLOR #0C3A52

HEX: #0C3A52
RGB: (12,58,82)

Color info

#0C3A52 contains mainly green and blue colors. Web safe color of #0C3A52 is #003366 (or #036).

RGB color model

#0C3A52 color RGB value is (12,58,82).

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

RGB channels and saturation

R 12 of 255 = 5%
G 58 of 255 = 23%
B 82 of 255 = 32%

12
58
82

R + G + B ~ 20%. #0C3A52 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 58 + 82 = 152 (100%)
R 12 of 152 ~ 7.89%
G 58 of 152 ~ 38.16%
B 82 of 152 ~ 53.95%

%38.16
%53.95

CMYK color model

#0C3A52 color CMYK value is (85,29,0,68).

  • cyan value is 85.37%
  • magenta value is 29.27%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(85,29,0,68)
C85M29Y0K68 
(85%,29%,0%,68%)
(0.85/0.29/0.00/0.68)	

CMYK percentages

%85.37
%29.27
%0
%67.84

Codes

Color #0C3A52 in popluar color models

0C3A52
RGB125882
HSL201°74.47%18.43%
HSB/HSV201°85.37%32.16%
CMYK85.37%29.27%0.00%
67.84%

Color #0C3A52 in popluar number systems.

HEX0C3A52
Decimal125882
Binary11001110101010010
Octal1472122

Shades and tints

Shades of #0C3A52

#0C3A52
(12,58,82)
#0B354B
(11,53,75)
#0A3044
(10,48,68)
#092B3D
(9,43,61)
#082636
(8,38,54)
#07212F
(7,33,47)
#061C28
(6,28,40)
#051721
(5,23,33)
#04121A
(4,18,26)
#030D13
(3,13,19)
#02080C
(2,8,12)
#000000
(0,0,0)

Tints of #0C3A52

#0C3A52
(12,58,82)
#224B61
(34,75,97)
#385C70
(56,92,112)
#4E6D7F
(78,109,127)
#647E8E
(100,126,142)
#7A8F9D
(122,143,157)
#90A0AC
(144,160,172)
#A6B1BB
(166,177,187)
#BCC2CA
(188,194,202)
#D2D3D9
(210,211,217)
#E8E4E8
(232,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C3A52; }

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

This text font color is #0C3A52.


Background Color

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

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

This div background color is #0C3A52.


Border color

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

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

This div border color is #0C3A52.


Opacity

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

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

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

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

This text has shadow with #0C3A52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C3A52 on black background.


Color preview on white background

This text has color #0C3A52 on white background.



Black color preview on #0C3A52 background

This text has black color on #0C3A52 background.


White color preview on #0C3A52 background

This text has white color on #0C3A52 background.