COLOR #5C6953

HEX: #5C6953
RGB: (92,105,83)

Color info

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

RGB color model

#5C6953 color RGB value is (92,105,83).

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

RGB channels and saturation

R 92 of 255 = 36%
G 105 of 255 = 41%
B 83 of 255 = 33%

92
105
83

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

Portions of RGB colors in percentages

R + G + B =
92 + 105 + 83 = 280 (100%)
R 92 of 280 ~ 32.86%
G 105 of 280 ~ 37.5%
B 83 of 280 ~ 29.64%

%32.86
%37.5
%29.64

CMYK color model

#5C6953 color CMYK value is (12,0,21,59).

  • cyan value is 12.38%
  • magenta value is 0.00%
  • yellow value is 20.95%
  • key color value is 58.82%
CMYK:
(12,0,21,59)
C12M0Y21K59 
(12%,0%,21%,59%)
(0.12/0.00/0.21/0.59)	

CMYK percentages

%12.38
%0
%20.95
%58.82

Codes

Color #5C6953 in popluar color models

5C6953
RGB9210583
HSL95°11.70%36.86%
HSB/HSV95°20.95%41.18%
CMYK12.38%0.00%20.95%
58.82%

Color #5C6953 in popluar number systems.

HEX5C6953
Decimal9210583
Binary101110011010011010011
Octal134151123

Shades and tints

Shades of #5C6953

#5C6953
(92,105,83)
#54604C
(84,96,76)
#4C5745
(76,87,69)
#444E3E
(68,78,62)
#3C4537
(60,69,55)
#343C30
(52,60,48)
#2C3329
(44,51,41)
#242A22
(36,42,34)
#1C211B
(28,33,27)
#141814
(20,24,20)
#0C0F0D
(12,15,13)
#000000
(0,0,0)

Tints of #5C6953

#5C6953
(92,105,83)
#6A7662
(106,118,98)
#788371
(120,131,113)
#869080
(134,144,128)
#949D8F
(148,157,143)
#A2AA9E
(162,170,158)
#B0B7AD
(176,183,173)
#BEC4BC
(190,196,188)
#CCD1CB
(204,209,203)
#DADEDA
(218,222,218)
#E8EBE9
(232,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C6953; }

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

This text font color is #5C6953.


Background Color

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

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

This div background color is #5C6953.


Border color

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

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

This div border color is #5C6953.


Opacity

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

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

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

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

This text has shadow with #5C6953 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C6953 on black background.


Color preview on white background

This text has color #5C6953 on white background.



Black color preview on #5C6953 background

This text has black color on #5C6953 background.


White color preview on #5C6953 background

This text has white color on #5C6953 background.