COLOR #0C6773

HEX: #0C6773
RGB: (12,103,115)

Color info

#0C6773 contains mainly green and blue colors. Web safe color of #0C6773 is #006666 (or #066).

RGB color model

#0C6773 color RGB value is (12,103,115).

  • red value is 12;
  • green value is 103;
  • blue value is 115.
RGB:
(12,103,115)
(5%,40%,45%)

RGB channels and saturation

R 12 of 255 = 5%
G 103 of 255 = 40%
B 115 of 255 = 45%

12
103
115

R + G + B ~ 30%. #0C6773 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 103 + 115 = 230 (100%)
R 12 of 230 ~ 5.22%
G 103 of 230 ~ 44.78%
B 115 of 230 ~ 50%

%44.78
%50

CMYK color model

#0C6773 color CMYK value is (90,10,0,55).

  • cyan value is 89.57%
  • magenta value is 10.43%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(90,10,0,55)
C90M10Y0K55 
(90%,10%,0%,55%)
(0.90/0.10/0.00/0.55)	

CMYK percentages

%89.57
%10.43
%0
%54.9

Codes

Color #0C6773 in popluar color models

0C6773
RGB12103115
HSL187°81.10%24.90%
HSB/HSV187°89.57%45.10%
CMYK89.57%10.43%0.00%
54.90%

Color #0C6773 in popluar number systems.

HEX0C6773
Decimal12103115
Binary110011001111110011
Octal14147163

Shades and tints

Shades of #0C6773

#0C6773
(12,103,115)
#0B5E69
(11,94,105)
#0A555F
(10,85,95)
#094C55
(9,76,85)
#08434B
(8,67,75)
#073A41
(7,58,65)
#063137
(6,49,55)
#05282D
(5,40,45)
#041F23
(4,31,35)
#031619
(3,22,25)
#020D0F
(2,13,15)
#000000
(0,0,0)

Tints of #0C6773

#0C6773
(12,103,115)
#22747F
(34,116,127)
#38818B
(56,129,139)
#4E8E97
(78,142,151)
#649BA3
(100,155,163)
#7AA8AF
(122,168,175)
#90B5BB
(144,181,187)
#A6C2C7
(166,194,199)
#BCCFD3
(188,207,211)
#D2DCDF
(210,220,223)
#E8E9EB
(232,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C6773 color. Also use rgb(12,103,115) instead hex code.

Text Font Color

.myTextColor { color: #0C6773; }

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

This text font color is #0C6773.


Background Color

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

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

This div background color is #0C6773.


Border color

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

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

This div border color is #0C6773.


Opacity

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

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

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

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

This text has shadow with #0C6773 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C6773 on black background.


Color preview on white background

This text has color #0C6773 on white background.



Black color preview on #0C6773 background

This text has black color on #0C6773 background.


White color preview on #0C6773 background

This text has white color on #0C6773 background.