COLOR #5A3726

HEX: #5A3726
RGB: (90,55,38)

Color info

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

RGB color model

#5A3726 color RGB value is (90,55,38).

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

RGB channels and saturation

R 90 of 255 = 35%
G 55 of 255 = 22%
B 38 of 255 = 15%

90
55
38

R + G + B ~ 24%. #5A3726 is dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 55 + 38 = 183 (100%)
R 90 of 183 ~ 49.18%
G 55 of 183 ~ 30.05%
B 38 of 183 ~ 20.77%

%49.18
%30.05
%20.77

CMYK color model

#5A3726 color CMYK value is (0,39,58,65).

  • cyan value is 0.00%
  • magenta value is 38.89%
  • yellow value is 57.78%
  • key color value is 64.71%
CMYK:
(0,39,58,65)
C0M39Y58K65 
(0%,39%,58%,65%)
(0.00/0.39/0.58/0.65)	

CMYK percentages

%0
%38.89
%57.78
%64.71

Codes

Color #5A3726 in popluar color models

5A3726
RGB905538
HSL20°40.63%25.10%
HSB/HSV20°57.78%35.29%
CMYK0.00%38.89%57.78%
64.71%

Color #5A3726 in popluar number systems.

HEX5A3726
Decimal905538
Binary1011010110111100110
Octal1326746

Shades and tints

Shades of #5A3726

#5A3726
(90,55,38)
#523223
(82,50,35)
#4A2D20
(74,45,32)
#42281D
(66,40,29)
#3A231A
(58,35,26)
#321E17
(50,30,23)
#2A1914
(42,25,20)
#221411
(34,20,17)
#1A0F0E
(26,15,14)
#120A0B
(18,10,11)
#0A0508
(10,5,8)
#000000
(0,0,0)

Tints of #5A3726

#5A3726
(90,55,38)
#694939
(105,73,57)
#785B4C
(120,91,76)
#876D5F
(135,109,95)
#967F72
(150,127,114)
#A59185
(165,145,133)
#B4A398
(180,163,152)
#C3B5AB
(195,181,171)
#D2C7BE
(210,199,190)
#E1D9D1
(225,217,209)
#F0EBE4
(240,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A3726; }

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

This text font color is #5A3726.


Background Color

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

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

This div background color is #5A3726.


Border color

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

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

This div border color is #5A3726.


Opacity

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

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

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

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

This text has shadow with #5A3726 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A3726 on black background.


Color preview on white background

This text has color #5A3726 on white background.



Black color preview on #5A3726 background

This text has black color on #5A3726 background.


White color preview on #5A3726 background

This text has white color on #5A3726 background.