COLOR #5A4530

HEX: #5A4530
RGB: (90,69,48)

Color info

#5A4530 contains red, green and blue colors in about the same proportion. Web safe color of #5A4530 is #663333 (or #633).

RGB color model

#5A4530 color RGB value is (90,69,48).

  • red value is 90;
  • green value is 69;
  • blue value is 48.
RGB:
(90,69,48)
(35%,27%,19%)

RGB channels and saturation

R 90 of 255 = 35%
G 69 of 255 = 27%
B 48 of 255 = 19%

90
69
48

R + G + B ~ 27%. #5A4530 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 69 + 48 = 207 (100%)
R 90 of 207 ~ 43.48%
G 69 of 207 ~ 33.33%
B 48 of 207 ~ 23.19%

%43.48
%33.33
%23.19

CMYK color model

#5A4530 color CMYK value is (0,23,47,65).

  • cyan value is 0.00%
  • magenta value is 23.33%
  • yellow value is 46.67%
  • key color value is 64.71%
CMYK:
(0,23,47,65)
C0M23Y47K65 
(0%,23%,47%,65%)
(0.00/0.23/0.47/0.65)	

CMYK percentages

%0
%23.33
%46.67
%64.71

Codes

Color #5A4530 in popluar color models

5A4530
RGB906948
HSL30°30.43%27.06%
HSB/HSV30°46.67%35.29%
CMYK0.00%23.33%46.67%
64.71%

Color #5A4530 in popluar number systems.

HEX5A4530
Decimal906948
Binary10110101000101110000
Octal13210560

Shades and tints

Shades of #5A4530

#5A4530
(90,69,48)
#523F2C
(82,63,44)
#4A3928
(74,57,40)
#423324
(66,51,36)
#3A2D20
(58,45,32)
#32271C
(50,39,28)
#2A2118
(42,33,24)
#221B14
(34,27,20)
#1A1510
(26,21,16)
#120F0C
(18,15,12)
#0A0908
(10,9,8)
#000000
(0,0,0)

Tints of #5A4530

#5A4530
(90,69,48)
#695542
(105,85,66)
#786554
(120,101,84)
#877566
(135,117,102)
#968578
(150,133,120)
#A5958A
(165,149,138)
#B4A59C
(180,165,156)
#C3B5AE
(195,181,174)
#D2C5C0
(210,197,192)
#E1D5D2
(225,213,210)
#F0E5E4
(240,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A4530 color. Also use rgb(90,69,48) instead hex code.

Text Font Color

.myTextColor { color: #5A4530; }

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

This text font color is #5A4530.


Background Color

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

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

This div background color is #5A4530.


Border color

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

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

This div border color is #5A4530.


Opacity

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

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

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

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

This text has shadow with #5A4530 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A4530 on black background.


Color preview on white background

This text has color #5A4530 on white background.



Black color preview on #5A4530 background

This text has black color on #5A4530 background.


White color preview on #5A4530 background

This text has white color on #5A4530 background.