COLOR #0C5535

HEX: #0C5535 RGB: (12,85,53)

Color info

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

RGB color model

#0C5535 color RGB value is (12,85,53).

RGB: (12,85,53) (5%, 33%, 21%)

RGB channels and saturation

R 12 of 255 = 5%
G 85 of 255 = 33%
B 53 of 255 = 21%

12
85
53

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

Portions of RGB colors in percentages

R + G + B = 12 + 85 + 53 = 150 (100%)
R 12 of 150 ~ 8%
G 85 of 150 ~ 56.67%
B 53 of 150 ~ 35.33'%

%56.67
%35.33

CMYK color model

#0C5535 color CMYK value is (86,0,38,67).

  • cyan value is 85.88%
  • magenta value is 0.00%
  • yellow value is 37.65%
  • key color value is 66.67%

CMYK: (86,0,38,67)
C86M0Y38K67 (86%, 0%, 38%, 67%)
(0.86 / 0.00 / 0.38 / 0.67)

CMYK percentages

%85.88
%0
%37.65
%66.67

Codes

Color #0C5535 in popluar color models

0C 55 35
RGB 12 85 53
HSL 154° 75.26% 19.02%
HSB/HSV 154° 85.88% 33.33%
CMYK 85.88% 0.00% 37.65%
66.67%

Color #0C5535 in popluar number systems.

HEX 0C 55 35
Decimal 12 85 53
Binary 1100 1010101 110101
Octal 14 125 65

Shades and tints

Shades of #0C5535

#0C5535
(12,85,53)
#0B4E31
(11,78,49)
#0A472D
(10,71,45)
#094029
(9,64,41)
#083925
(8,57,37)
#073221
(7,50,33)
#062B1D
(6,43,29)
#052419
(5,36,25)
#041D15
(4,29,21)
#031611
(3,22,17)
#020F0D
(2,15,13)
#000000
(0,0,0)

Tints of #0C5535

#0C5535
(12,85,53)
#226447
(34,100,71)
#387359
(56,115,89)
#4E826B
(78,130,107)
#64917D
(100,145,125)
#7AA08F
(122,160,143)
#90AFA1
(144,175,161)
#A6BEB3
(166,190,179)
#BCCDC5
(188,205,197)
#D2DCD7
(210,220,215)
#E8EBE9
(232,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C5535 color. Also use rgb(12,85,53) instead hex code.

Text Font Color

.myTextColor { color: #0C5535; }

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

This text font color is #0C5535.

Background Color

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

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

This div background color is #0C5535.

Border color

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

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

This div border color is #0C5535.

Opacity

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

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

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

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

This text has shadow with #0C5535 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C5535.

Preview

Color preview on black background

This text has color #0C5535 on black background.


Color preview on white background

This text has color #0C5535 on white background.


Black color preview on #0C5535 background

This text has black color on #0C5535 background.


White color preview on #0C5535 background

This text has white color on #0C5535 background.


Related colors

Complementary color

Complementary color for #hex is #F3AACA.


I love getcolorcode.com

Triadic colors

1 #350C55 and #55350C with #0C5535 are triadic colors.

2 #35550C and #550C35 with #0C5535 are triadic colors.