COLOR #5A3F25

HEX: #5A3F25
RGB: (90,63,37)

Color info

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

RGB color model

#5A3F25 color RGB value is (90,63,37).

  • red value is 90;
  • green value is 63;
  • blue value is 37.
RGB:
(90,63,37)
(35%,25%,15%)

RGB channels and saturation

R 90 of 255 = 35%
G 63 of 255 = 25%
B 37 of 255 = 15%

90
63
37

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

Portions of RGB colors in percentages

R + G + B =
90 + 63 + 37 = 190 (100%)
R 90 of 190 ~ 47.37%
G 63 of 190 ~ 33.16%
B 37 of 190 ~ 19.47%

%47.37
%33.16
%19.47

CMYK color model

#5A3F25 color CMYK value is (0,30,59,65).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 58.89%
  • key color value is 64.71%
CMYK:
(0,30,59,65)
C0M30Y59K65 
(0%,30%,59%,65%)
(0.00/0.30/0.59/0.65)	

CMYK percentages

%0
%30
%58.89
%64.71

Codes

Color #5A3F25 in popluar color models

5A3F25
RGB906337
HSL29°41.73%24.90%
HSB/HSV29°58.89%35.29%
CMYK0.00%30.00%58.89%
64.71%

Color #5A3F25 in popluar number systems.

HEX5A3F25
Decimal906337
Binary1011010111111100101
Octal1327745

Shades and tints

Shades of #5A3F25

#5A3F25
(90,63,37)
#523A22
(82,58,34)
#4A351F
(74,53,31)
#42301C
(66,48,28)
#3A2B19
(58,43,25)
#322616
(50,38,22)
#2A2113
(42,33,19)
#221C10
(34,28,16)
#1A170D
(26,23,13)
#12120A
(18,18,10)
#0A0D07
(10,13,7)
#000000
(0,0,0)

Tints of #5A3F25

#5A3F25
(90,63,37)
#695038
(105,80,56)
#78614B
(120,97,75)
#87725E
(135,114,94)
#968371
(150,131,113)
#A59484
(165,148,132)
#B4A597
(180,165,151)
#C3B6AA
(195,182,170)
#D2C7BD
(210,199,189)
#E1D8D0
(225,216,208)
#F0E9E3
(240,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A3F25 color. Also use rgb(90,63,37) instead hex code.

Text Font Color

.myTextColor { color: #5A3F25; }

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

This text font color is #5A3F25.


Background Color

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

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

This div background color is #5A3F25.


Border color

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

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

This div border color is #5A3F25.


Opacity

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

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

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

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

This text has shadow with #5A3F25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A3F25 on black background.


Color preview on white background

This text has color #5A3F25 on white background.



Black color preview on #5A3F25 background

This text has black color on #5A3F25 background.


White color preview on #5A3F25 background

This text has white color on #5A3F25 background.