COLOR #5C603C

HEX: #5C603C
RGB: (92,96,60)

Color info

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

RGB color model

#5C603C color RGB value is (92,96,60).

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

RGB channels and saturation

R 92 of 255 = 36%
G 96 of 255 = 38%
B 60 of 255 = 24%

92
96
60

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

Portions of RGB colors in percentages

R + G + B =
92 + 96 + 60 = 248 (100%)
R 92 of 248 ~ 37.1%
G 96 of 248 ~ 38.71%
B 60 of 248 ~ 24.19%

%37.1
%38.71
%24.19

CMYK color model

#5C603C color CMYK value is (4,0,38,62).

  • cyan value is 4.17%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 62.35%
CMYK:
(4,0,38,62)
C4M0Y38K62 
(4%,0%,38%,62%)
(0.04/0.00/0.38/0.62)	

CMYK percentages

%4.17
%0
%37.5
%62.35

Codes

Color #5C603C in popluar color models

5C603C
RGB929660
HSL67°23.08%30.59%
HSB/HSV67°37.50%37.65%
CMYK4.17%0.00%37.50%
62.35%

Color #5C603C in popluar number systems.

HEX5C603C
Decimal929660
Binary10111001100000111100
Octal13414074

Shades and tints

Shades of #5C603C

#5C603C
(92,96,60)
#545837
(84,88,55)
#4C5032
(76,80,50)
#44482D
(68,72,45)
#3C4028
(60,64,40)
#343823
(52,56,35)
#2C301E
(44,48,30)
#242819
(36,40,25)
#1C2014
(28,32,20)
#14180F
(20,24,15)
#0C100A
(12,16,10)
#000000
(0,0,0)

Tints of #5C603C

#5C603C
(92,96,60)
#6A6E4D
(106,110,77)
#787C5E
(120,124,94)
#868A6F
(134,138,111)
#949880
(148,152,128)
#A2A691
(162,166,145)
#B0B4A2
(176,180,162)
#BEC2B3
(190,194,179)
#CCD0C4
(204,208,196)
#DADED5
(218,222,213)
#E8ECE6
(232,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C603C; }

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

This text font color is #5C603C.


Background Color

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

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

This div background color is #5C603C.


Border color

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

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

This div border color is #5C603C.


Opacity

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

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

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

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

This text has shadow with #5C603C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C603C on black background.


Color preview on white background

This text has color #5C603C on white background.



Black color preview on #5C603C background

This text has black color on #5C603C background.


White color preview on #5C603C background

This text has white color on #5C603C background.