COLOR #5C6553

HEX: #5C6553
RGB: (92,101,83)

Color info

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

RGB color model

#5C6553 color RGB value is (92,101,83).

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

RGB channels and saturation

R 92 of 255 = 36%
G 101 of 255 = 40%
B 83 of 255 = 33%

92
101
83

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

Portions of RGB colors in percentages

R + G + B =
92 + 101 + 83 = 276 (100%)
R 92 of 276 ~ 33.33%
G 101 of 276 ~ 36.59%
B 83 of 276 ~ 30.07%

%33.33
%36.59
%30.07

CMYK color model

#5C6553 color CMYK value is (9,0,18,60).

  • cyan value is 8.91%
  • magenta value is 0.00%
  • yellow value is 17.82%
  • key color value is 60.39%
CMYK:
(9,0,18,60)
C9M0Y18K60 
(9%,0%,18%,60%)
(0.09/0.00/0.18/0.60)	

CMYK percentages

%8.91
%0
%17.82
%60.39

Codes

Color #5C6553 in popluar color models

5C6553
RGB9210183
HSL90°9.78%36.08%
HSB/HSV90°17.82%39.61%
CMYK8.91%0.00%17.82%
60.39%

Color #5C6553 in popluar number systems.

HEX5C6553
Decimal9210183
Binary101110011001011010011
Octal134145123

Shades and tints

Shades of #5C6553

#5C6553
(92,101,83)
#545C4C
(84,92,76)
#4C5345
(76,83,69)
#444A3E
(68,74,62)
#3C4137
(60,65,55)
#343830
(52,56,48)
#2C2F29
(44,47,41)
#242622
(36,38,34)
#1C1D1B
(28,29,27)
#141414
(20,20,20)
#0C0B0D
(12,11,13)
#000000
(0,0,0)

Tints of #5C6553

#5C6553
(92,101,83)
#6A7362
(106,115,98)
#788171
(120,129,113)
#868F80
(134,143,128)
#949D8F
(148,157,143)
#A2AB9E
(162,171,158)
#B0B9AD
(176,185,173)
#BEC7BC
(190,199,188)
#CCD5CB
(204,213,203)
#DAE3DA
(218,227,218)
#E8F1E9
(232,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C6553; }

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

This text font color is #5C6553.


Background Color

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

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

This div background color is #5C6553.


Border color

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

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

This div border color is #5C6553.


Opacity

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

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

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

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

This text has shadow with #5C6553 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C6553 on black background.


Color preview on white background

This text has color #5C6553 on white background.



Black color preview on #5C6553 background

This text has black color on #5C6553 background.


White color preview on #5C6553 background

This text has white color on #5C6553 background.