COLOR #0C635A

HEX: #0C635A RGB: (12,99,90)

Color info

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

RGB color model

#0C635A color RGB value is (12,99,90).

RGB: (12,99,90) (5%, 39%, 35%)

RGB channels and saturation

R 12 of 255 = 5%
G 99 of 255 = 39%
B 90 of 255 = 35%

12
99
90

R + G + B ~ 26%. #0C635A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 12 + 99 + 90 = 201 (100%)
R 12 of 201 ~ 5.97%
G 99 of 201 ~ 49.25%
B 90 of 201 ~ 44.78'%

%49.25
%44.78

CMYK color model

#0C635A color CMYK value is (88,0,9,61).

  • cyan value is 87.88%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 61.18%
CMYK: (88,0,9,61) C88M0Y9K61 (88%,0%,9%,61%) (0.88/0.00/0.09/0.61) 

CMYK percentages

%87.88
%0
%9.09
%61.18

Codes

Color #0C635A in popluar color models

0C 63 5A
RGB 12 99 90
HSL 174° 78.38% 21.76%
HSB/HSV 174° 87.88% 38.82%
CMYK 87.88% 0.00% 9.09%
61.18%

Color #0C635A in popluar number systems.

HEX 0C 63 5A
Decimal 12 99 90
Binary 1100 1100011 1011010
Octal 14 143 132

Shades and tints

Shades of #0C635A

#0C635A
(12,99,90)
#0B5A52
(11,90,82)
#0A514A
(10,81,74)
#094842
(9,72,66)
#083F3A
(8,63,58)
#073632
(7,54,50)
#062D2A
(6,45,42)
#052422
(5,36,34)
#041B1A
(4,27,26)
#031212
(3,18,18)
#02090A
(2,9,10)
#000000
(0,0,0)

Tints of #0C635A

#0C635A
(12,99,90)
#227169
(34,113,105)
#387F78
(56,127,120)
#4E8D87
(78,141,135)
#649B96
(100,155,150)
#7AA9A5
(122,169,165)
#90B7B4
(144,183,180)
#A6C5C3
(166,197,195)
#BCD3D2
(188,211,210)
#D2E1E1
(210,225,225)
#E8EFF0
(232,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C635A color. Also use rgb(12,99,90) instead hex code.

Text Font Color

.myTextColor { color: #0C635A; }

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

This text font color is #0C635A.

Background Color

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

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

This div background color is #0C635A.

Border color

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

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

This div border color is #0C635A.

Opacity

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

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

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

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

This text has shadow with #0C635A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C635A.

Preview

Color preview on black background

This text has color #0C635A on black background.


Color preview on white background

This text has color #0C635A on white background.


Black color preview on #0C635A background

This text has black color on #0C635A background.


White color preview on #0C635A background

This text has white color on #0C635A background.


Related colors

Complementary color

Complementary color for #hex is #F39CA5.


I love getcolorcode.com

Triadic colors

1 #5A0C63 and #635A0C with #0C635A are triadic colors.

2 #5A630C and #630C5A with #0C635A are triadic colors.