COLOR #0C6779

HEX: #0C6779 RGB: (12,103,121)

Color info

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

RGB color model

#0C6779 color RGB value is (12,103,121).

RGB: (12,103,121) (5%, 40%, 47%)

RGB channels and saturation

R 12 of 255 = 5%
G 103 of 255 = 40%
B 121 of 255 = 47%

12
103
121

R + G + B ~ 31%. #0C6779 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 12 + 103 + 121 = 236 (100%)
R 12 of 236 ~ 5.08%
G 103 of 236 ~ 43.64%
B 121 of 236 ~ 51.27'%

%43.64
%51.27

CMYK color model

#0C6779 color CMYK value is (90,15,0,53).

  • cyan value is 90.08%
  • magenta value is 14.88%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK: (90,15,0,53) C90M15Y0K53 (90%,15%,0%,53%) (0.90/0.15/0.00/0.53) 

CMYK percentages

%90.08
%14.88
%0
%52.55

Codes

Color #0C6779 in popluar color models

0C 67 79
RGB 12 103 121
HSL 190° 81.95% 26.08%
HSB/HSV 190° 90.08% 47.45%
CMYK 90.08% 14.88% 0.00%
52.55%

Color #0C6779 in popluar number systems.

HEX 0C 67 79
Decimal 12 103 121
Binary 1100 1100111 1111001
Octal 14 147 171

Shades and tints

Shades of #0C6779

#0C6779
(12,103,121)
#0B5E6E
(11,94,110)
#0A5563
(10,85,99)
#094C58
(9,76,88)
#08434D
(8,67,77)
#073A42
(7,58,66)
#063137
(6,49,55)
#05282C
(5,40,44)
#041F21
(4,31,33)
#031616
(3,22,22)
#020D0B
(2,13,11)
#000000
(0,0,0)

Tints of #0C6779

#0C6779
(12,103,121)
#227485
(34,116,133)
#388191
(56,129,145)
#4E8E9D
(78,142,157)
#649BA9
(100,155,169)
#7AA8B5
(122,168,181)
#90B5C1
(144,181,193)
#A6C2CD
(166,194,205)
#BCCFD9
(188,207,217)
#D2DCE5
(210,220,229)
#E8E9F1
(232,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C6779; }

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

This text font color is #0C6779.

Background Color

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

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

This div background color is #0C6779.

Border color

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

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

This div border color is #0C6779.

Opacity

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

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

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

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

This text has shadow with #0C6779 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C6779.

Preview

Color preview on black background

This text has color #0C6779 on black background.


Color preview on white background

This text has color #0C6779 on white background.


Black color preview on #0C6779 background

This text has black color on #0C6779 background.


White color preview on #0C6779 background

This text has white color on #0C6779 background.


Related colors

Complementary color

Complementary color for #hex is #F39886.


I love getcolorcode.com

Triadic colors

1 #790C67 and #67790C with #0C6779 are triadic colors.

2 #79670C and #670C79 with #0C6779 are triadic colors.