COLOR #5A4838

HEX: #5A4838
RGB: (90,72,56)

Color info

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

RGB color model

#5A4838 color RGB value is (90,72,56).

  • red value is 90;
  • green value is 72;
  • blue value is 56.
RGB:
(90,72,56)
(35%,28%,22%)

RGB channels and saturation

R 90 of 255 = 35%
G 72 of 255 = 28%
B 56 of 255 = 22%

90
72
56

R + G + B ~ 28%. #5A4838 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 72 + 56 = 218 (100%)
R 90 of 218 ~ 41.28%
G 72 of 218 ~ 33.03%
B 56 of 218 ~ 25.69%

%41.28
%33.03
%25.69

CMYK color model

#5A4838 color CMYK value is (0,20,38,65).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 37.78%
  • key color value is 64.71%
CMYK:
(0,20,38,65)
C0M20Y38K65 
(0%,20%,38%,65%)
(0.00/0.20/0.38/0.65)	

CMYK percentages

%0
%20
%37.78
%64.71

Codes

Color #5A4838 in popluar color models

5A4838
RGB907256
HSL28°23.29%28.63%
HSB/HSV28°37.78%35.29%
CMYK0.00%20.00%37.78%
64.71%

Color #5A4838 in popluar number systems.

HEX5A4838
Decimal907256
Binary10110101001000111000
Octal13211070

Shades and tints

Shades of #5A4838

#5A4838
(90,72,56)
#524233
(82,66,51)
#4A3C2E
(74,60,46)
#423629
(66,54,41)
#3A3024
(58,48,36)
#322A1F
(50,42,31)
#2A241A
(42,36,26)
#221E15
(34,30,21)
#1A1810
(26,24,16)
#12120B
(18,18,11)
#0A0C06
(10,12,6)
#000000
(0,0,0)

Tints of #5A4838

#5A4838
(90,72,56)
#69584A
(105,88,74)
#78685C
(120,104,92)
#87786E
(135,120,110)
#968880
(150,136,128)
#A59892
(165,152,146)
#B4A8A4
(180,168,164)
#C3B8B6
(195,184,182)
#D2C8C8
(210,200,200)
#E1D8DA
(225,216,218)
#F0E8EC
(240,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A4838 color. Also use rgb(90,72,56) instead hex code.

Text Font Color

.myTextColor { color: #5A4838; }

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

This text font color is #5A4838.


Background Color

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

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

This div background color is #5A4838.


Border color

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

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

This div border color is #5A4838.


Opacity

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

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

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

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

This text has shadow with #5A4838 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A4838 on black background.


Color preview on white background

This text has color #5A4838 on white background.



Black color preview on #5A4838 background

This text has black color on #5A4838 background.


White color preview on #5A4838 background

This text has white color on #5A4838 background.