COLOR #0C523D

HEX: #0C523D
RGB: (12,82,61)

Color info

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

RGB color model

#0C523D color RGB value is (12,82,61).

  • red value is 12;
  • green value is 82;
  • blue value is 61.
RGB:
(12,82,61)
(5%,32%,24%)

RGB channels and saturation

R 12 of 255 = 5%
G 82 of 255 = 32%
B 61 of 255 = 24%

12
82
61

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

Portions of RGB colors in percentages

R + G + B =
12 + 82 + 61 = 155 (100%)
R 12 of 155 ~ 7.74%
G 82 of 155 ~ 52.9%
B 61 of 155 ~ 39.35%

%52.9
%39.35

CMYK color model

#0C523D color CMYK value is (85,0,26,68).

  • cyan value is 85.37%
  • magenta value is 0.00%
  • yellow value is 25.61%
  • key color value is 67.84%
CMYK:
(85,0,26,68)
C85M0Y26K68 
(85%,0%,26%,68%)
(0.85/0.00/0.26/0.68)	

CMYK percentages

%85.37
%0
%25.61
%67.84

Codes

Color #0C523D in popluar color models

0C523D
RGB128261
HSL162°74.47%18.43%
HSB/HSV162°85.37%32.16%
CMYK85.37%0.00%25.61%
67.84%

Color #0C523D in popluar number systems.

HEX0C523D
Decimal128261
Binary11001010010111101
Octal1412275

Shades and tints

Shades of #0C523D

#0C523D
(12,82,61)
#0B4B38
(11,75,56)
#0A4433
(10,68,51)
#093D2E
(9,61,46)
#083629
(8,54,41)
#072F24
(7,47,36)
#06281F
(6,40,31)
#05211A
(5,33,26)
#041A15
(4,26,21)
#031310
(3,19,16)
#020C0B
(2,12,11)
#000000
(0,0,0)

Tints of #0C523D

#0C523D
(12,82,61)
#22614E
(34,97,78)
#38705F
(56,112,95)
#4E7F70
(78,127,112)
#648E81
(100,142,129)
#7A9D92
(122,157,146)
#90ACA3
(144,172,163)
#A6BBB4
(166,187,180)
#BCCAC5
(188,202,197)
#D2D9D6
(210,217,214)
#E8E8E7
(232,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C523D color. Also use rgb(12,82,61) instead hex code.

Text Font Color

.myTextColor { color: #0C523D; }

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

This text font color is #0C523D.


Background Color

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

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

This div background color is #0C523D.


Border color

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

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

This div border color is #0C523D.


Opacity

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

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

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

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

This text has shadow with #0C523D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C523D on black background.


Color preview on white background

This text has color #0C523D on white background.



Black color preview on #0C523D background

This text has black color on #0C523D background.


White color preview on #0C523D background

This text has white color on #0C523D background.