COLOR #5C633C

HEX: #5C633C
RGB: (92,99,60)

Color info

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

RGB color model

#5C633C color RGB value is (92,99,60).

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

RGB channels and saturation

R 92 of 255 = 36%
G 99 of 255 = 39%
B 60 of 255 = 24%

92
99
60

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

Portions of RGB colors in percentages

R + G + B =
92 + 99 + 60 = 251 (100%)
R 92 of 251 ~ 36.65%
G 99 of 251 ~ 39.44%
B 60 of 251 ~ 23.9%

%36.65
%39.44
%23.9

CMYK color model

#5C633C color CMYK value is (7,0,39,61).

  • cyan value is 7.07%
  • magenta value is 0.00%
  • yellow value is 39.39%
  • key color value is 61.18%
CMYK:
(7,0,39,61)
C7M0Y39K61 
(7%,0%,39%,61%)
(0.07/0.00/0.39/0.61)	

CMYK percentages

%7.07
%0
%39.39
%61.18

Codes

Color #5C633C in popluar color models

5C633C
RGB929960
HSL71°24.53%31.18%
HSB/HSV71°39.39%38.82%
CMYK7.07%0.00%39.39%
61.18%

Color #5C633C in popluar number systems.

HEX5C633C
Decimal929960
Binary10111001100011111100
Octal13414374

Shades and tints

Shades of #5C633C

#5C633C
(92,99,60)
#545A37
(84,90,55)
#4C5132
(76,81,50)
#44482D
(68,72,45)
#3C3F28
(60,63,40)
#343623
(52,54,35)
#2C2D1E
(44,45,30)
#242419
(36,36,25)
#1C1B14
(28,27,20)
#14120F
(20,18,15)
#0C090A
(12,9,10)
#000000
(0,0,0)

Tints of #5C633C

#5C633C
(92,99,60)
#6A714D
(106,113,77)
#787F5E
(120,127,94)
#868D6F
(134,141,111)
#949B80
(148,155,128)
#A2A991
(162,169,145)
#B0B7A2
(176,183,162)
#BEC5B3
(190,197,179)
#CCD3C4
(204,211,196)
#DAE1D5
(218,225,213)
#E8EFE6
(232,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C633C; }

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

This text font color is #5C633C.


Background Color

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

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

This div background color is #5C633C.


Border color

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

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

This div border color is #5C633C.


Opacity

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

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

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

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

This text has shadow with #5C633C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C633C on black background.


Color preview on white background

This text has color #5C633C on white background.



Black color preview on #5C633C background

This text has black color on #5C633C background.


White color preview on #5C633C background

This text has white color on #5C633C background.