COLOR #5A3D27

HEX: #5A3D27
RGB: (90,61,39)

Color info

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

RGB color model

#5A3D27 color RGB value is (90,61,39).

  • red value is 90;
  • green value is 61;
  • blue value is 39.
RGB:
(90,61,39)
(35%,24%,15%)

RGB channels and saturation

R 90 of 255 = 35%
G 61 of 255 = 24%
B 39 of 255 = 15%

90
61
39

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

Portions of RGB colors in percentages

R + G + B =
90 + 61 + 39 = 190 (100%)
R 90 of 190 ~ 47.37%
G 61 of 190 ~ 32.11%
B 39 of 190 ~ 20.53%

%47.37
%32.11
%20.53

CMYK color model

#5A3D27 color CMYK value is (0,32,57,65).

  • cyan value is 0.00%
  • magenta value is 32.22%
  • yellow value is 56.67%
  • key color value is 64.71%
CMYK:
(0,32,57,65)
C0M32Y57K65 
(0%,32%,57%,65%)
(0.00/0.32/0.57/0.65)	

CMYK percentages

%0
%32.22
%56.67
%64.71

Codes

Color #5A3D27 in popluar color models

5A3D27
RGB906139
HSL26°39.53%25.29%
HSB/HSV26°56.67%35.29%
CMYK0.00%32.22%56.67%
64.71%

Color #5A3D27 in popluar number systems.

HEX5A3D27
Decimal906139
Binary1011010111101100111
Octal1327547

Shades and tints

Shades of #5A3D27

#5A3D27
(90,61,39)
#523824
(82,56,36)
#4A3321
(74,51,33)
#422E1E
(66,46,30)
#3A291B
(58,41,27)
#322418
(50,36,24)
#2A1F15
(42,31,21)
#221A12
(34,26,18)
#1A150F
(26,21,15)
#12100C
(18,16,12)
#0A0B09
(10,11,9)
#000000
(0,0,0)

Tints of #5A3D27

#5A3D27
(90,61,39)
#694E3A
(105,78,58)
#785F4D
(120,95,77)
#877060
(135,112,96)
#968173
(150,129,115)
#A59286
(165,146,134)
#B4A399
(180,163,153)
#C3B4AC
(195,180,172)
#D2C5BF
(210,197,191)
#E1D6D2
(225,214,210)
#F0E7E5
(240,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A3D27 color. Also use rgb(90,61,39) instead hex code.

Text Font Color

.myTextColor { color: #5A3D27; }

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

This text font color is #5A3D27.


Background Color

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

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

This div background color is #5A3D27.


Border color

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

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

This div border color is #5A3D27.


Opacity

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

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

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

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

This text has shadow with #5A3D27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A3D27 on black background.


Color preview on white background

This text has color #5A3D27 on white background.



Black color preview on #5A3D27 background

This text has black color on #5A3D27 background.


White color preview on #5A3D27 background

This text has white color on #5A3D27 background.