COLOR #5C6053

HEX: #5C6053
RGB: (92,96,83)

Color info

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

RGB color model

#5C6053 color RGB value is (92,96,83).

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

RGB channels and saturation

R 92 of 255 = 36%
G 96 of 255 = 38%
B 83 of 255 = 33%

92
96
83

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

Portions of RGB colors in percentages

R + G + B =
92 + 96 + 83 = 271 (100%)
R 92 of 271 ~ 33.95%
G 96 of 271 ~ 35.42%
B 83 of 271 ~ 30.63%

%33.95
%35.42
%30.63

CMYK color model

#5C6053 color CMYK value is (4,0,14,62).

  • cyan value is 4.17%
  • magenta value is 0.00%
  • yellow value is 13.54%
  • key color value is 62.35%
CMYK:
(4,0,14,62)
C4M0Y14K62 
(4%,0%,14%,62%)
(0.04/0.00/0.14/0.62)	

CMYK percentages

%4.17
%0
%13.54
%62.35

Codes

Color #5C6053 in popluar color models

5C6053
RGB929683
HSL78°7.26%35.10%
HSB/HSV78°13.54%37.65%
CMYK4.17%0.00%13.54%
62.35%

Color #5C6053 in popluar number systems.

HEX5C6053
Decimal929683
Binary101110011000001010011
Octal134140123

Shades and tints

Shades of #5C6053

#5C6053
(92,96,83)
#54584C
(84,88,76)
#4C5045
(76,80,69)
#44483E
(68,72,62)
#3C4037
(60,64,55)
#343830
(52,56,48)
#2C3029
(44,48,41)
#242822
(36,40,34)
#1C201B
(28,32,27)
#141814
(20,24,20)
#0C100D
(12,16,13)
#000000
(0,0,0)

Tints of #5C6053

#5C6053
(92,96,83)
#6A6E62
(106,110,98)
#787C71
(120,124,113)
#868A80
(134,138,128)
#94988F
(148,152,143)
#A2A69E
(162,166,158)
#B0B4AD
(176,180,173)
#BEC2BC
(190,194,188)
#CCD0CB
(204,208,203)
#DADEDA
(218,222,218)
#E8ECE9
(232,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C6053; }

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

This text font color is #5C6053.


Background Color

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

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

This div background color is #5C6053.


Border color

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

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

This div border color is #5C6053.


Opacity

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

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

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

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

This text has shadow with #5C6053 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C6053 on black background.


Color preview on white background

This text has color #5C6053 on white background.



Black color preview on #5C6053 background

This text has black color on #5C6053 background.


White color preview on #5C6053 background

This text has white color on #5C6053 background.