COLOR #5A5133

HEX: #5A5133
RGB: (90,81,51)

Color info

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

RGB color model

#5A5133 color RGB value is (90,81,51).

  • red value is 90;
  • green value is 81;
  • blue value is 51.
RGB:
(90,81,51)
(35%,32%,20%)

RGB channels and saturation

R 90 of 255 = 35%
G 81 of 255 = 32%
B 51 of 255 = 20%

90
81
51

R + G + B ~ 29%. #5A5133 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 81 + 51 = 222 (100%)
R 90 of 222 ~ 40.54%
G 81 of 222 ~ 36.49%
B 51 of 222 ~ 22.97%

%40.54
%36.49
%22.97

CMYK color model

#5A5133 color CMYK value is (0,10,43,65).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 43.33%
  • key color value is 64.71%
CMYK:
(0,10,43,65)
C0M10Y43K65 
(0%,10%,43%,65%)
(0.00/0.10/0.43/0.65)	

CMYK percentages

%0
%10
%43.33
%64.71

Codes

Color #5A5133 in popluar color models

5A5133
RGB908151
HSL46°27.66%27.65%
HSB/HSV46°43.33%35.29%
CMYK0.00%10.00%43.33%
64.71%

Color #5A5133 in popluar number systems.

HEX5A5133
Decimal908151
Binary10110101010001110011
Octal13212163

Shades and tints

Shades of #5A5133

#5A5133
(90,81,51)
#524A2F
(82,74,47)
#4A432B
(74,67,43)
#423C27
(66,60,39)
#3A3523
(58,53,35)
#322E1F
(50,46,31)
#2A271B
(42,39,27)
#222017
(34,32,23)
#1A1913
(26,25,19)
#12120F
(18,18,15)
#0A0B0B
(10,11,11)
#000000
(0,0,0)

Tints of #5A5133

#5A5133
(90,81,51)
#696045
(105,96,69)
#786F57
(120,111,87)
#877E69
(135,126,105)
#968D7B
(150,141,123)
#A59C8D
(165,156,141)
#B4AB9F
(180,171,159)
#C3BAB1
(195,186,177)
#D2C9C3
(210,201,195)
#E1D8D5
(225,216,213)
#F0E7E7
(240,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A5133 color. Also use rgb(90,81,51) instead hex code.

Text Font Color

.myTextColor { color: #5A5133; }

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

This text font color is #5A5133.


Background Color

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

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

This div background color is #5A5133.


Border color

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

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

This div border color is #5A5133.


Opacity

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

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

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

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

This text has shadow with #5A5133 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A5133 on black background.


Color preview on white background

This text has color #5A5133 on white background.



Black color preview on #5A5133 background

This text has black color on #5A5133 background.


White color preview on #5A5133 background

This text has white color on #5A5133 background.