COLOR #5C583E

HEX: #5C583E
RGB: (92,88,62)

Color info

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

RGB color model

#5C583E color RGB value is (92,88,62).

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

RGB channels and saturation

R 92 of 255 = 36%
G 88 of 255 = 35%
B 62 of 255 = 24%

92
88
62

R + G + B ~ 32%. #5C583E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 88 + 62 = 242 (100%)
R 92 of 242 ~ 38.02%
G 88 of 242 ~ 36.36%
B 62 of 242 ~ 25.62%

%38.02
%36.36
%25.62

CMYK color model

#5C583E color CMYK value is (0,4,33,64).

  • cyan value is 0.00%
  • magenta value is 4.35%
  • yellow value is 32.61%
  • key color value is 63.92%
CMYK:
(0,4,33,64)
C0M4Y33K64 
(0%,4%,33%,64%)
(0.00/0.04/0.33/0.64)	

CMYK percentages

%0
%4.35
%32.61
%63.92

Codes

Color #5C583E in popluar color models

5C583E
RGB928862
HSL52°19.48%30.20%
HSB/HSV52°32.61%36.08%
CMYK0.00%4.35%32.61%
63.92%

Color #5C583E in popluar number systems.

HEX5C583E
Decimal928862
Binary10111001011000111110
Octal13413076

Shades and tints

Shades of #5C583E

#5C583E
(92,88,62)
#545039
(84,80,57)
#4C4834
(76,72,52)
#44402F
(68,64,47)
#3C382A
(60,56,42)
#343025
(52,48,37)
#2C2820
(44,40,32)
#24201B
(36,32,27)
#1C1816
(28,24,22)
#141011
(20,16,17)
#0C080C
(12,8,12)
#000000
(0,0,0)

Tints of #5C583E

#5C583E
(92,88,62)
#6A674F
(106,103,79)
#787660
(120,118,96)
#868571
(134,133,113)
#949482
(148,148,130)
#A2A393
(162,163,147)
#B0B2A4
(176,178,164)
#BEC1B5
(190,193,181)
#CCD0C6
(204,208,198)
#DADFD7
(218,223,215)
#E8EEE8
(232,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C583E; }

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

This text font color is #5C583E.


Background Color

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

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

This div background color is #5C583E.


Border color

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

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

This div border color is #5C583E.


Opacity

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

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

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

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

This text has shadow with #5C583E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C583E on black background.


Color preview on white background

This text has color #5C583E on white background.



Black color preview on #5C583E background

This text has black color on #5C583E background.


White color preview on #5C583E background

This text has white color on #5C583E background.