COLOR #5A552A

HEX: #5A552A
RGB: (90,85,42)

Color info

#5A552A contains red, green and blue colors in about the same proportion. Web safe color of #5A552A is #666633 (or #663).

RGB color model

#5A552A color RGB value is (90,85,42).

  • red value is 90;
  • green value is 85;
  • blue value is 42.
RGB:
(90,85,42)
(35%,33%,16%)

RGB channels and saturation

R 90 of 255 = 35%
G 85 of 255 = 33%
B 42 of 255 = 16%

90
85
42

R + G + B ~ 28%. #5A552A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 85 + 42 = 217 (100%)
R 90 of 217 ~ 41.47%
G 85 of 217 ~ 39.17%
B 42 of 217 ~ 19.35%

%41.47
%39.17
%19.35

CMYK color model

#5A552A color CMYK value is (0,6,53,65).

  • cyan value is 0.00%
  • magenta value is 5.56%
  • yellow value is 53.33%
  • key color value is 64.71%
CMYK:
(0,6,53,65)
C0M6Y53K65 
(0%,6%,53%,65%)
(0.00/0.06/0.53/0.65)	

CMYK percentages

%0
%5.56
%53.33
%64.71

Codes

Color #5A552A in popluar color models

5A552A
RGB908542
HSL54°36.36%25.88%
HSB/HSV54°53.33%35.29%
CMYK0.00%5.56%53.33%
64.71%

Color #5A552A in popluar number systems.

HEX5A552A
Decimal908542
Binary10110101010101101010
Octal13212552

Shades and tints

Shades of #5A552A

#5A552A
(90,85,42)
#524E27
(82,78,39)
#4A4724
(74,71,36)
#424021
(66,64,33)
#3A391E
(58,57,30)
#32321B
(50,50,27)
#2A2B18
(42,43,24)
#222415
(34,36,21)
#1A1D12
(26,29,18)
#12160F
(18,22,15)
#0A0F0C
(10,15,12)
#000000
(0,0,0)

Tints of #5A552A

#5A552A
(90,85,42)
#69643D
(105,100,61)
#787350
(120,115,80)
#878263
(135,130,99)
#969176
(150,145,118)
#A5A089
(165,160,137)
#B4AF9C
(180,175,156)
#C3BEAF
(195,190,175)
#D2CDC2
(210,205,194)
#E1DCD5
(225,220,213)
#F0EBE8
(240,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A552A color. Also use rgb(90,85,42) instead hex code.

Text Font Color

.myTextColor { color: #5A552A; }

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

This text font color is #5A552A.


Background Color

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

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

This div background color is #5A552A.


Border color

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

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

This div border color is #5A552A.


Opacity

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

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

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

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

This text has shadow with #5A552A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A552A on black background.


Color preview on white background

This text has color #5A552A on white background.



Black color preview on #5A552A background

This text has black color on #5A552A background.


White color preview on #5A552A background

This text has white color on #5A552A background.