COLOR #5C6C53

HEX: #5C6C53
RGB: (92,108,83)

Color info

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

RGB color model

#5C6C53 color RGB value is (92,108,83).

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

RGB channels and saturation

R 92 of 255 = 36%
G 108 of 255 = 42%
B 83 of 255 = 33%

92
108
83

R + G + B ~ 37%. #5C6C53 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 108 + 83 = 283 (100%)
R 92 of 283 ~ 32.51%
G 108 of 283 ~ 38.16%
B 83 of 283 ~ 29.33%

%32.51
%38.16
%29.33

CMYK color model

#5C6C53 color CMYK value is (15,0,23,58).

  • cyan value is 14.81%
  • magenta value is 0.00%
  • yellow value is 23.15%
  • key color value is 57.65%
CMYK:
(15,0,23,58)
C15M0Y23K58 
(15%,0%,23%,58%)
(0.15/0.00/0.23/0.58)	

CMYK percentages

%14.81
%0
%23.15
%57.65

Codes

Color #5C6C53 in popluar color models

5C6C53
RGB9210883
HSL98°13.09%37.45%
HSB/HSV98°23.15%42.35%
CMYK14.81%0.00%23.15%
57.65%

Color #5C6C53 in popluar number systems.

HEX5C6C53
Decimal9210883
Binary101110011011001010011
Octal134154123

Shades and tints

Shades of #5C6C53

#5C6C53
(92,108,83)
#54634C
(84,99,76)
#4C5A45
(76,90,69)
#44513E
(68,81,62)
#3C4837
(60,72,55)
#343F30
(52,63,48)
#2C3629
(44,54,41)
#242D22
(36,45,34)
#1C241B
(28,36,27)
#141B14
(20,27,20)
#0C120D
(12,18,13)
#000000
(0,0,0)

Tints of #5C6C53

#5C6C53
(92,108,83)
#6A7962
(106,121,98)
#788671
(120,134,113)
#869380
(134,147,128)
#94A08F
(148,160,143)
#A2AD9E
(162,173,158)
#B0BAAD
(176,186,173)
#BEC7BC
(190,199,188)
#CCD4CB
(204,212,203)
#DAE1DA
(218,225,218)
#E8EEE9
(232,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C6C53; }

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

This text font color is #5C6C53.


Background Color

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

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

This div background color is #5C6C53.


Border color

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

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

This div border color is #5C6C53.


Opacity

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

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

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

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

This text has shadow with #5C6C53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C6C53 on black background.


Color preview on white background

This text has color #5C6C53 on white background.



Black color preview on #5C6C53 background

This text has black color on #5C6C53 background.


White color preview on #5C6C53 background

This text has white color on #5C6C53 background.