COLOR #5C663A

HEX: #5C663A
RGB: (92,102,58)

Color info

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

RGB color model

#5C663A color RGB value is (92,102,58).

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

RGB channels and saturation

R 92 of 255 = 36%
G 102 of 255 = 40%
B 58 of 255 = 23%

92
102
58

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

Portions of RGB colors in percentages

R + G + B =
92 + 102 + 58 = 252 (100%)
R 92 of 252 ~ 36.51%
G 102 of 252 ~ 40.48%
B 58 of 252 ~ 23.02%

%36.51
%40.48
%23.02

CMYK color model

#5C663A color CMYK value is (10,0,43,60).

  • cyan value is 9.80%
  • magenta value is 0.00%
  • yellow value is 43.14%
  • key color value is 60.00%
CMYK:
(10,0,43,60)
C10M0Y43K60 
(10%,0%,43%,60%)
(0.10/0.00/0.43/0.60)	

CMYK percentages

%9.8
%0
%43.14
%60

Codes

Color #5C663A in popluar color models

5C663A
RGB9210258
HSL74°27.50%31.37%
HSB/HSV74°43.14%40.00%
CMYK9.80%0.00%43.14%
60.00%

Color #5C663A in popluar number systems.

HEX5C663A
Decimal9210258
Binary10111001100110111010
Octal13414672

Shades and tints

Shades of #5C663A

#5C663A
(92,102,58)
#545D35
(84,93,53)
#4C5430
(76,84,48)
#444B2B
(68,75,43)
#3C4226
(60,66,38)
#343921
(52,57,33)
#2C301C
(44,48,28)
#242717
(36,39,23)
#1C1E12
(28,30,18)
#14150D
(20,21,13)
#0C0C08
(12,12,8)
#000000
(0,0,0)

Tints of #5C663A

#5C663A
(92,102,58)
#6A734B
(106,115,75)
#78805C
(120,128,92)
#868D6D
(134,141,109)
#949A7E
(148,154,126)
#A2A78F
(162,167,143)
#B0B4A0
(176,180,160)
#BEC1B1
(190,193,177)
#CCCEC2
(204,206,194)
#DADBD3
(218,219,211)
#E8E8E4
(232,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C663A; }

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

This text font color is #5C663A.


Background Color

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

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

This div background color is #5C663A.


Border color

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

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

This div border color is #5C663A.


Opacity

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

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

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

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

This text has shadow with #5C663A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C663A on black background.


Color preview on white background

This text has color #5C663A on white background.



Black color preview on #5C663A background

This text has black color on #5C663A background.


White color preview on #5C663A background

This text has white color on #5C663A background.