COLOR #0C4764

HEX: #0C4764
RGB: (12,71,100)

Color info

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

RGB color model

#0C4764 color RGB value is (12,71,100).

  • red value is 12;
  • green value is 71;
  • blue value is 100.
RGB:
(12,71,100)
(5%,28%,39%)

RGB channels and saturation

R 12 of 255 = 5%
G 71 of 255 = 28%
B 100 of 255 = 39%

12
71
100

R + G + B ~ 24%. #0C4764 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 71 + 100 = 183 (100%)
R 12 of 183 ~ 6.56%
G 71 of 183 ~ 38.8%
B 100 of 183 ~ 54.64%

%38.8
%54.64

CMYK color model

#0C4764 color CMYK value is (88,29,0,61).

  • cyan value is 88.00%
  • magenta value is 29.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(88,29,0,61)
C88M29Y0K61 
(88%,29%,0%,61%)
(0.88/0.29/0.00/0.61)	

CMYK percentages

%88
%29
%0
%60.78

Codes

Color #0C4764 in popluar color models

0C4764
RGB1271100
HSL200°78.57%21.96%
HSB/HSV200°88.00%39.22%
CMYK88.00%29.00%0.00%
60.78%

Color #0C4764 in popluar number systems.

HEX0C4764
Decimal1271100
Binary110010001111100100
Octal14107144

Shades and tints

Shades of #0C4764

#0C4764
(12,71,100)
#0B415B
(11,65,91)
#0A3B52
(10,59,82)
#093549
(9,53,73)
#082F40
(8,47,64)
#072937
(7,41,55)
#06232E
(6,35,46)
#051D25
(5,29,37)
#04171C
(4,23,28)
#031113
(3,17,19)
#020B0A
(2,11,10)
#000000
(0,0,0)

Tints of #0C4764

#0C4764
(12,71,100)
#225772
(34,87,114)
#386780
(56,103,128)
#4E778E
(78,119,142)
#64879C
(100,135,156)
#7A97AA
(122,151,170)
#90A7B8
(144,167,184)
#A6B7C6
(166,183,198)
#BCC7D4
(188,199,212)
#D2D7E2
(210,215,226)
#E8E7F0
(232,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C4764; }

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

This text font color is #0C4764.


Background Color

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

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

This div background color is #0C4764.


Border color

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

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

This div border color is #0C4764.


Opacity

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

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

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

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

This text has shadow with #0C4764 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C4764 on black background.


Color preview on white background

This text has color #0C4764 on white background.



Black color preview on #0C4764 background

This text has black color on #0C4764 background.


White color preview on #0C4764 background

This text has white color on #0C4764 background.