COLOR #5C6550

HEX: #5C6550
RGB: (92,101,80)

Color info

#5C6550 contains red, green and blue colors in about the same proportion. Web safe color of #5C6550 is #666666 (or #666).

RGB color model

#5C6550 color RGB value is (92,101,80).

  • red value is 92;
  • green value is 101;
  • blue value is 80.
RGB:
(92,101,80)
(36%,40%,31%)

RGB channels and saturation

R 92 of 255 = 36%
G 101 of 255 = 40%
B 80 of 255 = 31%

92
101
80

R + G + B ~ 36%. #5C6550 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 101 + 80 = 273 (100%)
R 92 of 273 ~ 33.7%
G 101 of 273 ~ 37%
B 80 of 273 ~ 29.3%

%33.7
%37
%29.3

CMYK color model

#5C6550 color CMYK value is (9,0,21,60).

  • cyan value is 8.91%
  • magenta value is 0.00%
  • yellow value is 20.79%
  • key color value is 60.39%
CMYK:
(9,0,21,60)
C9M0Y21K60 
(9%,0%,21%,60%)
(0.09/0.00/0.21/0.60)	

CMYK percentages

%8.91
%0
%20.79
%60.39

Codes

Color #5C6550 in popluar color models

5C6550
RGB9210180
HSL86°11.60%35.49%
HSB/HSV86°20.79%39.61%
CMYK8.91%0.00%20.79%
60.39%

Color #5C6550 in popluar number systems.

HEX5C6550
Decimal9210180
Binary101110011001011010000
Octal134145120

Shades and tints

Shades of #5C6550

#5C6550
(92,101,80)
#545C49
(84,92,73)
#4C5342
(76,83,66)
#444A3B
(68,74,59)
#3C4134
(60,65,52)
#34382D
(52,56,45)
#2C2F26
(44,47,38)
#24261F
(36,38,31)
#1C1D18
(28,29,24)
#141411
(20,20,17)
#0C0B0A
(12,11,10)
#000000
(0,0,0)

Tints of #5C6550

#5C6550
(92,101,80)
#6A735F
(106,115,95)
#78816E
(120,129,110)
#868F7D
(134,143,125)
#949D8C
(148,157,140)
#A2AB9B
(162,171,155)
#B0B9AA
(176,185,170)
#BEC7B9
(190,199,185)
#CCD5C8
(204,213,200)
#DAE3D7
(218,227,215)
#E8F1E6
(232,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C6550 color. Also use rgb(92,101,80) instead hex code.

Text Font Color

.myTextColor { color: #5C6550; }

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

This text font color is #5C6550.


Background Color

.myBgColor { background-color: #5C6550; }

<div style="background-color:#5C6550">Inner text</div>

This div background color is #5C6550.


Border color

.myBorderColor { border: 1px solid #5C6550; }

<div style="border:3px solid #5C6550">Div</div>

This div border color is #5C6550.


Opacity

.myOpacity80 { color: #5C6550; opacity: 0.8; }

<p style="color:#5C6550;opacity:0.8;">80%</p>

Text with #5C6550 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 #5C6550;}

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

This text has shadow with #5C6550 color.

.textShadow {text-shadow: 3px 3px 1px #5C6550, 3px 3px 1px red;}

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

This text has shadow with #5C6550 primary color and red secondary color.


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

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

This text has shadow with #5C6550 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C6550 on black background.


Color preview on white background

This text has color #5C6550 on white background.



Black color preview on #5C6550 background

This text has black color on #5C6550 background.


White color preview on #5C6550 background

This text has white color on #5C6550 background.