COLOR #5A4226

HEX: #5A4226
RGB: (90,66,38)

Color info

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

RGB color model

#5A4226 color RGB value is (90,66,38).

  • red value is 90;
  • green value is 66;
  • blue value is 38.
RGB:
(90,66,38)
(35%,26%,15%)

RGB channels and saturation

R 90 of 255 = 35%
G 66 of 255 = 26%
B 38 of 255 = 15%

90
66
38

R + G + B ~ 25%. #5A4226 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 66 + 38 = 194 (100%)
R 90 of 194 ~ 46.39%
G 66 of 194 ~ 34.02%
B 38 of 194 ~ 19.59%

%46.39
%34.02
%19.59

CMYK color model

#5A4226 color CMYK value is (0,27,58,65).

  • cyan value is 0.00%
  • magenta value is 26.67%
  • yellow value is 57.78%
  • key color value is 64.71%
CMYK:
(0,27,58,65)
C0M27Y58K65 
(0%,27%,58%,65%)
(0.00/0.27/0.58/0.65)	

CMYK percentages

%0
%26.67
%57.78
%64.71

Codes

Color #5A4226 in popluar color models

5A4226
RGB906638
HSL32°40.63%25.10%
HSB/HSV32°57.78%35.29%
CMYK0.00%26.67%57.78%
64.71%

Color #5A4226 in popluar number systems.

HEX5A4226
Decimal906638
Binary10110101000010100110
Octal13210246

Shades and tints

Shades of #5A4226

#5A4226
(90,66,38)
#523C23
(82,60,35)
#4A3620
(74,54,32)
#42301D
(66,48,29)
#3A2A1A
(58,42,26)
#322417
(50,36,23)
#2A1E14
(42,30,20)
#221811
(34,24,17)
#1A120E
(26,18,14)
#120C0B
(18,12,11)
#0A0608
(10,6,8)
#000000
(0,0,0)

Tints of #5A4226

#5A4226
(90,66,38)
#695339
(105,83,57)
#78644C
(120,100,76)
#87755F
(135,117,95)
#968672
(150,134,114)
#A59785
(165,151,133)
#B4A898
(180,168,152)
#C3B9AB
(195,185,171)
#D2CABE
(210,202,190)
#E1DBD1
(225,219,209)
#F0ECE4
(240,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A4226 color. Also use rgb(90,66,38) instead hex code.

Text Font Color

.myTextColor { color: #5A4226; }

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

This text font color is #5A4226.


Background Color

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

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

This div background color is #5A4226.


Border color

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

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

This div border color is #5A4226.


Opacity

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

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

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

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

This text has shadow with #5A4226 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A4226 on black background.


Color preview on white background

This text has color #5A4226 on white background.



Black color preview on #5A4226 background

This text has black color on #5A4226 background.


White color preview on #5A4226 background

This text has white color on #5A4226 background.