COLOR #0C594B

HEX: #0C594B RGB: (12,89,75)

Color info

#0C594B contains mainly green and blue colors. Web safe color of #0C594B is #006633 (or #063).

RGB color model

#0C594B color RGB value is (12,89,75).

RGB: (12,89,75) (5%, 35%, 29%)

RGB channels and saturation

R 12 of 255 = 5%
G 89 of 255 = 35%
B 75 of 255 = 29%

12
89
75

R + G + B ~ 23%. #0C594B is dark color.

Portions of RGB colors in percentages

R + G + B = 12 + 89 + 75 = 176 (100%)
R 12 of 176 ~ 6.82%
G 89 of 176 ~ 50.57%
B 75 of 176 ~ 42.61'%

%50.57
%42.61

CMYK color model

#0C594B color CMYK value is (87,0,16,65).

  • cyan value is 86.52%
  • magenta value is 0.00%
  • yellow value is 15.73%
  • key color value is 65.10%

CMYK: (87,0,16,65)
C87M0Y16K65 (87%, 0%, 16%, 65%)
(0.87 / 0.00 / 0.16 / 0.65)

CMYK percentages

%86.52
%0
%15.73
%65.1

Codes

Color #0C594B in popluar color models

0C 59 4B
RGB 12 89 75
HSL 169° 76.24% 19.80%
HSB/HSV 169° 86.52% 34.90%
CMYK 86.52% 0.00% 15.73%
65.10%

Color #0C594B in popluar number systems.

HEX 0C 59 4B
Decimal 12 89 75
Binary 1100 1011001 1001011
Octal 14 131 113

Shades and tints

Shades of #0C594B

#0C594B
(12,89,75)
#0B5145
(11,81,69)
#0A493F
(10,73,63)
#094139
(9,65,57)
#083933
(8,57,51)
#07312D
(7,49,45)
#062927
(6,41,39)
#052121
(5,33,33)
#04191B
(4,25,27)
#031115
(3,17,21)
#02090F
(2,9,15)
#000000
(0,0,0)

Tints of #0C594B

#0C594B
(12,89,75)
#22685B
(34,104,91)
#38776B
(56,119,107)
#4E867B
(78,134,123)
#64958B
(100,149,139)
#7AA49B
(122,164,155)
#90B3AB
(144,179,171)
#A6C2BB
(166,194,187)
#BCD1CB
(188,209,203)
#D2E0DB
(210,224,219)
#E8EFEB
(232,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C594B color. Also use rgb(12,89,75) instead hex code.

Text Font Color

.myTextColor { color: #0C594B; }

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

This text font color is #0C594B.

Background Color

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

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

This div background color is #0C594B.

Border color

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

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

This div border color is #0C594B.

Opacity

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

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

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

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

This text has shadow with #0C594B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C594B.

Preview

Color preview on black background

This text has color #0C594B on black background.


Color preview on white background

This text has color #0C594B on white background.


Black color preview on #0C594B background

This text has black color on #0C594B background.


White color preview on #0C594B background

This text has white color on #0C594B background.


Related colors

Complementary color

Complementary color for #hex is #F3A6B4.


I love getcolorcode.com

Triadic colors

1 #4B0C59 and #594B0C with #0C594B are triadic colors.

2 #4B590C and #590C4B with #0C594B are triadic colors.