COLOR #0C553F

HEX: #0C553F
RGB: (12,85,63)

Color info

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

RGB color model

#0C553F color RGB value is (12,85,63).

  • red value is 12;
  • green value is 85;
  • blue value is 63.
RGB:
(12,85,63)
(5%,33%,25%)

RGB channels and saturation

R 12 of 255 = 5%
G 85 of 255 = 33%
B 63 of 255 = 25%

12
85
63

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

Portions of RGB colors in percentages

R + G + B =
12 + 85 + 63 = 160 (100%)
R 12 of 160 ~ 7.5%
G 85 of 160 ~ 53.13%
B 63 of 160 ~ 39.38%

%53.13
%39.38

CMYK color model

#0C553F color CMYK value is (86,0,26,67).

  • cyan value is 85.88%
  • magenta value is 0.00%
  • yellow value is 25.88%
  • key color value is 66.67%
CMYK:
(86,0,26,67)
C86M0Y26K67 
(86%,0%,26%,67%)
(0.86/0.00/0.26/0.67)	

CMYK percentages

%85.88
%0
%25.88
%66.67

Codes

Color #0C553F in popluar color models

0C553F
RGB128563
HSL162°75.26%19.02%
HSB/HSV162°85.88%33.33%
CMYK85.88%0.00%25.88%
66.67%

Color #0C553F in popluar number systems.

HEX0C553F
Decimal128563
Binary11001010101111111
Octal1412577

Shades and tints

Shades of #0C553F

#0C553F
(12,85,63)
#0B4E3A
(11,78,58)
#0A4735
(10,71,53)
#094030
(9,64,48)
#08392B
(8,57,43)
#073226
(7,50,38)
#062B21
(6,43,33)
#05241C
(5,36,28)
#041D17
(4,29,23)
#031612
(3,22,18)
#020F0D
(2,15,13)
#000000
(0,0,0)

Tints of #0C553F

#0C553F
(12,85,63)
#226450
(34,100,80)
#387361
(56,115,97)
#4E8272
(78,130,114)
#649183
(100,145,131)
#7AA094
(122,160,148)
#90AFA5
(144,175,165)
#A6BEB6
(166,190,182)
#BCCDC7
(188,205,199)
#D2DCD8
(210,220,216)
#E8EBE9
(232,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C553F; }

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

This text font color is #0C553F.


Background Color

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

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

This div background color is #0C553F.


Border color

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

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

This div border color is #0C553F.


Opacity

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

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

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

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

This text has shadow with #0C553F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C553F on black background.


Color preview on white background

This text has color #0C553F on white background.



Black color preview on #0C553F background

This text has black color on #0C553F background.


White color preview on #0C553F background

This text has white color on #0C553F background.