COLOR #5A5339

HEX: #5A5339
RGB: (90,83,57)

Color info

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

RGB color model

#5A5339 color RGB value is (90,83,57).

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

RGB channels and saturation

R 90 of 255 = 35%
G 83 of 255 = 33%
B 57 of 255 = 22%

90
83
57

R + G + B ~ 30%. #5A5339 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 83 + 57 = 230 (100%)
R 90 of 230 ~ 39.13%
G 83 of 230 ~ 36.09%
B 57 of 230 ~ 24.78%

%39.13
%36.09
%24.78

CMYK color model

#5A5339 color CMYK value is (0,8,37,65).

  • cyan value is 0.00%
  • magenta value is 7.78%
  • yellow value is 36.67%
  • key color value is 64.71%
CMYK:
(0,8,37,65)
C0M8Y37K65 
(0%,8%,37%,65%)
(0.00/0.08/0.37/0.65)	

CMYK percentages

%0
%7.78
%36.67
%64.71

Codes

Color #5A5339 in popluar color models

5A5339
RGB908357
HSL47°22.45%28.82%
HSB/HSV47°36.67%35.29%
CMYK0.00%7.78%36.67%
64.71%

Color #5A5339 in popluar number systems.

HEX5A5339
Decimal908357
Binary10110101010011111001
Octal13212371

Shades and tints

Shades of #5A5339

#5A5339
(90,83,57)
#524C34
(82,76,52)
#4A452F
(74,69,47)
#423E2A
(66,62,42)
#3A3725
(58,55,37)
#323020
(50,48,32)
#2A291B
(42,41,27)
#222216
(34,34,22)
#1A1B11
(26,27,17)
#12140C
(18,20,12)
#0A0D07
(10,13,7)
#000000
(0,0,0)

Tints of #5A5339

#5A5339
(90,83,57)
#69624B
(105,98,75)
#78715D
(120,113,93)
#87806F
(135,128,111)
#968F81
(150,143,129)
#A59E93
(165,158,147)
#B4ADA5
(180,173,165)
#C3BCB7
(195,188,183)
#D2CBC9
(210,203,201)
#E1DADB
(225,218,219)
#F0E9ED
(240,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A5339; }

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

This text font color is #5A5339.


Background Color

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

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

This div background color is #5A5339.


Border color

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

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

This div border color is #5A5339.


Opacity

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

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

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

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

This text has shadow with #5A5339 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A5339 on black background.


Color preview on white background

This text has color #5A5339 on white background.



Black color preview on #5A5339 background

This text has black color on #5A5339 background.


White color preview on #5A5339 background

This text has white color on #5A5339 background.