COLOR #5A633C

HEX: #5A633C
RGB: (90,99,60)

Color info

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

RGB color model

#5A633C color RGB value is (90,99,60).

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

RGB channels and saturation

R 90 of 255 = 35%
G 99 of 255 = 39%
B 60 of 255 = 24%

90
99
60

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

Portions of RGB colors in percentages

R + G + B =
90 + 99 + 60 = 249 (100%)
R 90 of 249 ~ 36.14%
G 99 of 249 ~ 39.76%
B 60 of 249 ~ 24.1%

%36.14
%39.76
%24.1

CMYK color model

#5A633C color CMYK value is (9,0,39,61).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 39.39%
  • key color value is 61.18%
CMYK:
(9,0,39,61)
C9M0Y39K61 
(9%,0%,39%,61%)
(0.09/0.00/0.39/0.61)	

CMYK percentages

%9.09
%0
%39.39
%61.18

Codes

Color #5A633C in popluar color models

5A633C
RGB909960
HSL74°24.53%31.18%
HSB/HSV74°39.39%38.82%
CMYK9.09%0.00%39.39%
61.18%

Color #5A633C in popluar number systems.

HEX5A633C
Decimal909960
Binary10110101100011111100
Octal13214374

Shades and tints

Shades of #5A633C

#5A633C
(90,99,60)
#525A37
(82,90,55)
#4A5132
(74,81,50)
#42482D
(66,72,45)
#3A3F28
(58,63,40)
#323623
(50,54,35)
#2A2D1E
(42,45,30)
#222419
(34,36,25)
#1A1B14
(26,27,20)
#12120F
(18,18,15)
#0A090A
(10,9,10)
#000000
(0,0,0)

Tints of #5A633C

#5A633C
(90,99,60)
#69714D
(105,113,77)
#787F5E
(120,127,94)
#878D6F
(135,141,111)
#969B80
(150,155,128)
#A5A991
(165,169,145)
#B4B7A2
(180,183,162)
#C3C5B3
(195,197,179)
#D2D3C4
(210,211,196)
#E1E1D5
(225,225,213)
#F0EFE6
(240,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A633C; }

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

This text font color is #5A633C.


Background Color

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

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

This div background color is #5A633C.


Border color

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

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

This div border color is #5A633C.


Opacity

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

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

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

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

This text has shadow with #5A633C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A633C on black background.


Color preview on white background

This text has color #5A633C on white background.



Black color preview on #5A633C background

This text has black color on #5A633C background.


White color preview on #5A633C background

This text has white color on #5A633C background.