COLOR #5C663E

HEX: #5C663E
RGB: (92,102,62)

Color info

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

RGB color model

#5C663E color RGB value is (92,102,62).

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

RGB channels and saturation

R 92 of 255 = 36%
G 102 of 255 = 40%
B 62 of 255 = 24%

92
102
62

R + G + B ~ 33%. #5C663E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 102 + 62 = 256 (100%)
R 92 of 256 ~ 35.94%
G 102 of 256 ~ 39.84%
B 62 of 256 ~ 24.22%

%35.94
%39.84
%24.22

CMYK color model

#5C663E color CMYK value is (10,0,39,60).

  • cyan value is 9.80%
  • magenta value is 0.00%
  • yellow value is 39.22%
  • key color value is 60.00%
CMYK:
(10,0,39,60)
C10M0Y39K60 
(10%,0%,39%,60%)
(0.10/0.00/0.39/0.60)	

CMYK percentages

%9.8
%0
%39.22
%60

Codes

Color #5C663E in popluar color models

5C663E
RGB9210262
HSL75°24.39%32.16%
HSB/HSV75°39.22%40.00%
CMYK9.80%0.00%39.22%
60.00%

Color #5C663E in popluar number systems.

HEX5C663E
Decimal9210262
Binary10111001100110111110
Octal13414676

Shades and tints

Shades of #5C663E

#5C663E
(92,102,62)
#545D39
(84,93,57)
#4C5434
(76,84,52)
#444B2F
(68,75,47)
#3C422A
(60,66,42)
#343925
(52,57,37)
#2C3020
(44,48,32)
#24271B
(36,39,27)
#1C1E16
(28,30,22)
#141511
(20,21,17)
#0C0C0C
(12,12,12)
#000000
(0,0,0)

Tints of #5C663E

#5C663E
(92,102,62)
#6A734F
(106,115,79)
#788060
(120,128,96)
#868D71
(134,141,113)
#949A82
(148,154,130)
#A2A793
(162,167,147)
#B0B4A4
(176,180,164)
#BEC1B5
(190,193,181)
#CCCEC6
(204,206,198)
#DADBD7
(218,219,215)
#E8E8E8
(232,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C663E; }

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

This text font color is #5C663E.


Background Color

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

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

This div background color is #5C663E.


Border color

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

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

This div border color is #5C663E.


Opacity

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

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

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

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

This text has shadow with #5C663E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C663E on black background.


Color preview on white background

This text has color #5C663E on white background.



Black color preview on #5C663E background

This text has black color on #5C663E background.


White color preview on #5C663E background

This text has white color on #5C663E background.