COLOR #5A4C38

HEX: #5A4C38
RGB: (90,76,56)

Color info

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

RGB color model

#5A4C38 color RGB value is (90,76,56).

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

RGB channels and saturation

R 90 of 255 = 35%
G 76 of 255 = 30%
B 56 of 255 = 22%

90
76
56

R + G + B ~ 29%. #5A4C38 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 76 + 56 = 222 (100%)
R 90 of 222 ~ 40.54%
G 76 of 222 ~ 34.23%
B 56 of 222 ~ 25.23%

%40.54
%34.23
%25.23

CMYK color model

#5A4C38 color CMYK value is (0,16,38,65).

  • cyan value is 0.00%
  • magenta value is 15.56%
  • yellow value is 37.78%
  • key color value is 64.71%
CMYK:
(0,16,38,65)
C0M16Y38K65 
(0%,16%,38%,65%)
(0.00/0.16/0.38/0.65)	

CMYK percentages

%0
%15.56
%37.78
%64.71

Codes

Color #5A4C38 in popluar color models

5A4C38
RGB907656
HSL35°23.29%28.63%
HSB/HSV35°37.78%35.29%
CMYK0.00%15.56%37.78%
64.71%

Color #5A4C38 in popluar number systems.

HEX5A4C38
Decimal907656
Binary10110101001100111000
Octal13211470

Shades and tints

Shades of #5A4C38

#5A4C38
(90,76,56)
#524633
(82,70,51)
#4A402E
(74,64,46)
#423A29
(66,58,41)
#3A3424
(58,52,36)
#322E1F
(50,46,31)
#2A281A
(42,40,26)
#222215
(34,34,21)
#1A1C10
(26,28,16)
#12160B
(18,22,11)
#0A1006
(10,16,6)
#000000
(0,0,0)

Tints of #5A4C38

#5A4C38
(90,76,56)
#695C4A
(105,92,74)
#786C5C
(120,108,92)
#877C6E
(135,124,110)
#968C80
(150,140,128)
#A59C92
(165,156,146)
#B4ACA4
(180,172,164)
#C3BCB6
(195,188,182)
#D2CCC8
(210,204,200)
#E1DCDA
(225,220,218)
#F0ECEC
(240,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A4C38; }

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

This text font color is #5A4C38.


Background Color

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

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

This div background color is #5A4C38.


Border color

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

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

This div border color is #5A4C38.


Opacity

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

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

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

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

This text has shadow with #5A4C38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A4C38 on black background.


Color preview on white background

This text has color #5A4C38 on white background.



Black color preview on #5A4C38 background

This text has black color on #5A4C38 background.


White color preview on #5A4C38 background

This text has white color on #5A4C38 background.