COLOR #5A5347

HEX: #5A5347
RGB: (90,83,71)

Color info

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

RGB color model

#5A5347 color RGB value is (90,83,71).

  • red value is 90;
  • green value is 83;
  • blue value is 71.
RGB:
(90,83,71)
(35%,33%,28%)

RGB channels and saturation

R 90 of 255 = 35%
G 83 of 255 = 33%
B 71 of 255 = 28%

90
83
71

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

Portions of RGB colors in percentages

R + G + B =
90 + 83 + 71 = 244 (100%)
R 90 of 244 ~ 36.89%
G 83 of 244 ~ 34.02%
B 71 of 244 ~ 29.1%

%36.89
%34.02
%29.1

CMYK color model

#5A5347 color CMYK value is (0,8,21,65).

  • cyan value is 0.00%
  • magenta value is 7.78%
  • yellow value is 21.11%
  • key color value is 64.71%
CMYK:
(0,8,21,65)
C0M8Y21K65 
(0%,8%,21%,65%)
(0.00/0.08/0.21/0.65)	

CMYK percentages

%0
%7.78
%21.11
%64.71

Codes

Color #5A5347 in popluar color models

5A5347
RGB908371
HSL38°11.80%31.57%
HSB/HSV38°21.11%35.29%
CMYK0.00%7.78%21.11%
64.71%

Color #5A5347 in popluar number systems.

HEX5A5347
Decimal908371
Binary101101010100111000111
Octal132123107

Shades and tints

Shades of #5A5347

#5A5347
(90,83,71)
#524C41
(82,76,65)
#4A453B
(74,69,59)
#423E35
(66,62,53)
#3A372F
(58,55,47)
#323029
(50,48,41)
#2A2923
(42,41,35)
#22221D
(34,34,29)
#1A1B17
(26,27,23)
#121411
(18,20,17)
#0A0D0B
(10,13,11)
#000000
(0,0,0)

Tints of #5A5347

#5A5347
(90,83,71)
#696257
(105,98,87)
#787167
(120,113,103)
#878077
(135,128,119)
#968F87
(150,143,135)
#A59E97
(165,158,151)
#B4ADA7
(180,173,167)
#C3BCB7
(195,188,183)
#D2CBC7
(210,203,199)
#E1DAD7
(225,218,215)
#F0E9E7
(240,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A5347 color. Also use rgb(90,83,71) instead hex code.

Text Font Color

.myTextColor { color: #5A5347; }

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

This text font color is #5A5347.


Background Color

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

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

This div background color is #5A5347.


Border color

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

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

This div border color is #5A5347.


Opacity

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

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

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

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

This text has shadow with #5A5347 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A5347 on black background.


Color preview on white background

This text has color #5A5347 on white background.



Black color preview on #5A5347 background

This text has black color on #5A5347 background.


White color preview on #5A5347 background

This text has white color on #5A5347 background.