COLOR #5C6646

HEX: #5C6646
RGB: (92,102,70)

Color info

#5C6646 contains red, green and blue colors in about the same proportion. Web safe color of #5C6646 is #666633 (or #663).

RGB color model

#5C6646 color RGB value is (92,102,70).

  • red value is 92;
  • green value is 102;
  • blue value is 70.
RGB:
(92,102,70)
(36%,40%,27%)

RGB channels and saturation

R 92 of 255 = 36%
G 102 of 255 = 40%
B 70 of 255 = 27%

92
102
70

R + G + B ~ 34%. #5C6646 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 102 + 70 = 264 (100%)
R 92 of 264 ~ 34.85%
G 102 of 264 ~ 38.64%
B 70 of 264 ~ 26.52%

%34.85
%38.64
%26.52

CMYK color model

#5C6646 color CMYK value is (10,0,31,60).

  • cyan value is 9.80%
  • magenta value is 0.00%
  • yellow value is 31.37%
  • key color value is 60.00%
CMYK:
(10,0,31,60)
C10M0Y31K60 
(10%,0%,31%,60%)
(0.10/0.00/0.31/0.60)	

CMYK percentages

%9.8
%0
%31.37
%60

Codes

Color #5C6646 in popluar color models

5C6646
RGB9210270
HSL79°18.60%33.73%
HSB/HSV79°31.37%40.00%
CMYK9.80%0.00%31.37%
60.00%

Color #5C6646 in popluar number systems.

HEX5C6646
Decimal9210270
Binary101110011001101000110
Octal134146106

Shades and tints

Shades of #5C6646

#5C6646
(92,102,70)
#545D40
(84,93,64)
#4C543A
(76,84,58)
#444B34
(68,75,52)
#3C422E
(60,66,46)
#343928
(52,57,40)
#2C3022
(44,48,34)
#24271C
(36,39,28)
#1C1E16
(28,30,22)
#141510
(20,21,16)
#0C0C0A
(12,12,10)
#000000
(0,0,0)

Tints of #5C6646

#5C6646
(92,102,70)
#6A7356
(106,115,86)
#788066
(120,128,102)
#868D76
(134,141,118)
#949A86
(148,154,134)
#A2A796
(162,167,150)
#B0B4A6
(176,180,166)
#BEC1B6
(190,193,182)
#CCCEC6
(204,206,198)
#DADBD6
(218,219,214)
#E8E8E6
(232,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C6646 color. Also use rgb(92,102,70) instead hex code.

Text Font Color

.myTextColor { color: #5C6646; }

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

This text font color is #5C6646.


Background Color

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

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

This div background color is #5C6646.


Border color

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

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

This div border color is #5C6646.


Opacity

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

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

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

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

This text has shadow with #5C6646 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C6646 on black background.


Color preview on white background

This text has color #5C6646 on white background.



Black color preview on #5C6646 background

This text has black color on #5C6646 background.


White color preview on #5C6646 background

This text has white color on #5C6646 background.