COLOR #5A3701

HEX: #5A3701
RGB: (90,55,1)

Color info

#5A3701 contains mainly red and green colors. Web safe color of #5A3701 is #663300 (or #630).

RGB color model

#5A3701 color RGB value is (90,55,1).

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

RGB channels and saturation

R 90 of 255 = 35%
G 55 of 255 = 22%
B 1 of 255 = 0%

90
55
1

R + G + B ~ 19%. #5A3701 is dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 55 + 1 = 146 (100%)
R 90 of 146 ~ 61.64%
G 55 of 146 ~ 37.67%
B 1 of 146 ~ 0.68%

%61.64
%37.67

CMYK color model

#5A3701 color CMYK value is (0,39,99,65).

  • cyan value is 0.00%
  • magenta value is 38.89%
  • yellow value is 98.89%
  • key color value is 64.71%
CMYK:
(0,39,99,65)
C0M39Y99K65 
(0%,39%,99%,65%)
(0.00/0.39/0.99/0.65)	

CMYK percentages

%0
%38.89
%98.89
%64.71

Codes

Color #5A3701 in popluar color models

5A3701
RGB90551
HSL36°97.80%17.84%
HSB/HSV36°98.89%35.29%
CMYK0.00%38.89%98.89%
64.71%

Color #5A3701 in popluar number systems.

HEX5A3701
Decimal90551
Binary10110101101111
Octal132671

Shades and tints

Shades of #5A3701

#5A3701
(90,55,1)
#523201
(82,50,1)
#4A2D01
(74,45,1)
#422801
(66,40,1)
#3A2301
(58,35,1)
#321E01
(50,30,1)
#2A1901
(42,25,1)
#221401
(34,20,1)
#1A0F01
(26,15,1)
#120A01
(18,10,1)
#0A0501
(10,5,1)
#000000
(0,0,0)

Tints of #5A3701

#5A3701
(90,55,1)
#694918
(105,73,24)
#785B2F
(120,91,47)
#876D46
(135,109,70)
#967F5D
(150,127,93)
#A59174
(165,145,116)
#B4A38B
(180,163,139)
#C3B5A2
(195,181,162)
#D2C7B9
(210,199,185)
#E1D9D0
(225,217,208)
#F0EBE7
(240,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A3701; }

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

This text font color is #5A3701.


Background Color

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

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

This div background color is #5A3701.


Border color

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

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

This div border color is #5A3701.


Opacity

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

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

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

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

This text has shadow with #5A3701 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A3701 on black background.


Color preview on white background

This text has color #5A3701 on white background.



Black color preview on #5A3701 background

This text has black color on #5A3701 background.


White color preview on #5A3701 background

This text has white color on #5A3701 background.