COLOR #0C5241

HEX: #0C5241 RGB: (12,82,65)

Color info

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

RGB color model

#0C5241 color RGB value is (12,82,65).

RGB: (12,82,65) (5%, 32%, 25%)

RGB channels and saturation

R 12 of 255 = 5%
G 82 of 255 = 32%
B 65 of 255 = 25%

12
82
65

R + G + B ~ 21%. #0C5241 is dark color.

Portions of RGB colors in percentages

R + G + B = 12 + 82 + 65 = 159 (100%)
R 12 of 159 ~ 7.55%
G 82 of 159 ~ 51.57%
B 65 of 159 ~ 40.88'%

%51.57
%40.88

CMYK color model

#0C5241 color CMYK value is (85,0,21,68).

  • cyan value is 85.37%
  • magenta value is 0.00%
  • yellow value is 20.73%
  • key color value is 67.84%

CMYK: (85,0,21,68)
C85M0Y21K68 (85%, 0%, 21%, 68%)
(0.85 / 0.00 / 0.21 / 0.68)

CMYK percentages

%85.37
%0
%20.73
%67.84

Codes

Color #0C5241 in popluar color models

0C 52 41
RGB 12 82 65
HSL 165° 74.47% 18.43%
HSB/HSV 165° 85.37% 32.16%
CMYK 85.37% 0.00% 20.73%
67.84%

Color #0C5241 in popluar number systems.

HEX 0C 52 41
Decimal 12 82 65
Binary 1100 1010010 1000001
Octal 14 122 101

Shades and tints

Shades of #0C5241

#0C5241
(12,82,65)
#0B4B3C
(11,75,60)
#0A4437
(10,68,55)
#093D32
(9,61,50)
#08362D
(8,54,45)
#072F28
(7,47,40)
#062823
(6,40,35)
#05211E
(5,33,30)
#041A19
(4,26,25)
#031314
(3,19,20)
#020C0F
(2,12,15)
#000000
(0,0,0)

Tints of #0C5241

#0C5241
(12,82,65)
#226152
(34,97,82)
#387063
(56,112,99)
#4E7F74
(78,127,116)
#648E85
(100,142,133)
#7A9D96
(122,157,150)
#90ACA7
(144,172,167)
#A6BBB8
(166,187,184)
#BCCAC9
(188,202,201)
#D2D9DA
(210,217,218)
#E8E8EB
(232,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C5241; }

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

This text font color is #0C5241.

Background Color

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

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

This div background color is #0C5241.

Border color

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

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

This div border color is #0C5241.

Opacity

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

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

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

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

This text has shadow with #0C5241 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C5241.

Preview

Color preview on black background

This text has color #0C5241 on black background.


Color preview on white background

This text has color #0C5241 on white background.


Black color preview on #0C5241 background

This text has black color on #0C5241 background.


White color preview on #0C5241 background

This text has white color on #0C5241 background.


Related colors

Complementary color

Complementary color for #hex is #F3ADBE.


I love getcolorcode.com

Triadic colors

1 #410C52 and #52410C with #0C5241 are triadic colors.

2 #41520C and #520C41 with #0C5241 are triadic colors.