COLOR #0C513B

HEX: #0C513B RGB: (12,81,59)

Color info

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

RGB color model

#0C513B color RGB value is (12,81,59).

RGB: (12,81,59) (5%, 32%, 23%)

RGB channels and saturation

R 12 of 255 = 5%
G 81 of 255 = 32%
B 59 of 255 = 23%

12
81
59

R + G + B ~ 20%. #0C513B is dark color.

Portions of RGB colors in percentages

R + G + B = 12 + 81 + 59 = 152 (100%)
R 12 of 152 ~ 7.89%
G 81 of 152 ~ 53.29%
B 59 of 152 ~ 38.82'%

%53.29
%38.82

CMYK color model

#0C513B color CMYK value is (85,0,27,68).

  • cyan value is 85.19%
  • magenta value is 0.00%
  • yellow value is 27.16%
  • key color value is 68.24%

CMYK: (85,0,27,68)
C85M0Y27K68 (85%, 0%, 27%, 68%)
(0.85 / 0.00 / 0.27 / 0.68)

CMYK percentages

%85.19
%0
%27.16
%68.24

Codes

Color #0C513B in popluar color models

0C 51 3B
RGB 12 81 59
HSL 161° 74.19% 18.24%
HSB/HSV 161° 85.19% 31.76%
CMYK 85.19% 0.00% 27.16%
68.24%

Color #0C513B in popluar number systems.

HEX 0C 51 3B
Decimal 12 81 59
Binary 1100 1010001 111011
Octal 14 121 73

Shades and tints

Shades of #0C513B

#0C513B
(12,81,59)
#0B4A36
(11,74,54)
#0A4331
(10,67,49)
#093C2C
(9,60,44)
#083527
(8,53,39)
#072E22
(7,46,34)
#06271D
(6,39,29)
#052018
(5,32,24)
#041913
(4,25,19)
#03120E
(3,18,14)
#020B09
(2,11,9)
#000000
(0,0,0)

Tints of #0C513B

#0C513B
(12,81,59)
#22604C
(34,96,76)
#386F5D
(56,111,93)
#4E7E6E
(78,126,110)
#648D7F
(100,141,127)
#7A9C90
(122,156,144)
#90ABA1
(144,171,161)
#A6BAB2
(166,186,178)
#BCC9C3
(188,201,195)
#D2D8D4
(210,216,212)
#E8E7E5
(232,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C513B color. Also use rgb(12,81,59) instead hex code.

Text Font Color

.myTextColor { color: #0C513B; }

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

This text font color is #0C513B.

Background Color

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

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

This div background color is #0C513B.

Border color

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

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

This div border color is #0C513B.

Opacity

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

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

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

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

This text has shadow with #0C513B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C513B.

Preview

Color preview on black background

This text has color #0C513B on black background.


Color preview on white background

This text has color #0C513B on white background.


Black color preview on #0C513B background

This text has black color on #0C513B background.


White color preview on #0C513B background

This text has white color on #0C513B background.


Related colors

Complementary color

Complementary color for #0C513B is #F3AEC4.


I love getcolorcode.com

Triadic colors

1 #3B0C51 and #513B0C with #0C513B are triadic colors.

2 #3B510C and #510C3B with #0C513B are triadic colors.