COLOR #5C6351

HEX: #5C6351
RGB: (92,99,81)

Color info

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

RGB color model

#5C6351 color RGB value is (92,99,81).

  • red value is 92;
  • green value is 99;
  • blue value is 81.
RGB:
(92,99,81)
(36%,39%,32%)

RGB channels and saturation

R 92 of 255 = 36%
G 99 of 255 = 39%
B 81 of 255 = 32%

92
99
81

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

Portions of RGB colors in percentages

R + G + B =
92 + 99 + 81 = 272 (100%)
R 92 of 272 ~ 33.82%
G 99 of 272 ~ 36.4%
B 81 of 272 ~ 29.78%

%33.82
%36.4
%29.78

CMYK color model

#5C6351 color CMYK value is (7,0,18,61).

  • cyan value is 7.07%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 61.18%
CMYK:
(7,0,18,61)
C7M0Y18K61 
(7%,0%,18%,61%)
(0.07/0.00/0.18/0.61)	

CMYK percentages

%7.07
%0
%18.18
%61.18

Codes

Color #5C6351 in popluar color models

5C6351
RGB929981
HSL83°10.00%35.29%
HSB/HSV83°18.18%38.82%
CMYK7.07%0.00%18.18%
61.18%

Color #5C6351 in popluar number systems.

HEX5C6351
Decimal929981
Binary101110011000111010001
Octal134143121

Shades and tints

Shades of #5C6351

#5C6351
(92,99,81)
#545A4A
(84,90,74)
#4C5143
(76,81,67)
#44483C
(68,72,60)
#3C3F35
(60,63,53)
#34362E
(52,54,46)
#2C2D27
(44,45,39)
#242420
(36,36,32)
#1C1B19
(28,27,25)
#141212
(20,18,18)
#0C090B
(12,9,11)
#000000
(0,0,0)

Tints of #5C6351

#5C6351
(92,99,81)
#6A7160
(106,113,96)
#787F6F
(120,127,111)
#868D7E
(134,141,126)
#949B8D
(148,155,141)
#A2A99C
(162,169,156)
#B0B7AB
(176,183,171)
#BEC5BA
(190,197,186)
#CCD3C9
(204,211,201)
#DAE1D8
(218,225,216)
#E8EFE7
(232,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C6351 color. Also use rgb(92,99,81) instead hex code.

Text Font Color

.myTextColor { color: #5C6351; }

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

This text font color is #5C6351.


Background Color

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

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

This div background color is #5C6351.


Border color

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

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

This div border color is #5C6351.


Opacity

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

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

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

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

This text has shadow with #5C6351 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C6351 on black background.


Color preview on white background

This text has color #5C6351 on white background.



Black color preview on #5C6351 background

This text has black color on #5C6351 background.


White color preview on #5C6351 background

This text has white color on #5C6351 background.