COLOR #5A5B38

HEX: #5A5B38
RGB: (90,91,56)

Color info

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

RGB color model

#5A5B38 color RGB value is (90,91,56).

  • red value is 90;
  • green value is 91;
  • blue value is 56.
RGB:
(90,91,56)
(35%,36%,22%)

RGB channels and saturation

R 90 of 255 = 35%
G 91 of 255 = 36%
B 56 of 255 = 22%

90
91
56

R + G + B ~ 31%. #5A5B38 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 91 + 56 = 237 (100%)
R 90 of 237 ~ 37.97%
G 91 of 237 ~ 38.4%
B 56 of 237 ~ 23.63%

%37.97
%38.4
%23.63

CMYK color model

#5A5B38 color CMYK value is (1,0,38,64).

  • cyan value is 1.10%
  • magenta value is 0.00%
  • yellow value is 38.46%
  • key color value is 64.31%
CMYK:
(1,0,38,64)
C1M0Y38K64 
(1%,0%,38%,64%)
(0.01/0.00/0.38/0.64)	

CMYK percentages

%1.1
%0
%38.46
%64.31

Codes

Color #5A5B38 in popluar color models

5A5B38
RGB909156
HSL62°23.81%28.82%
HSB/HSV62°38.46%35.69%
CMYK1.10%0.00%38.46%
64.31%

Color #5A5B38 in popluar number systems.

HEX5A5B38
Decimal909156
Binary10110101011011111000
Octal13213370

Shades and tints

Shades of #5A5B38

#5A5B38
(90,91,56)
#525333
(82,83,51)
#4A4B2E
(74,75,46)
#424329
(66,67,41)
#3A3B24
(58,59,36)
#32331F
(50,51,31)
#2A2B1A
(42,43,26)
#222315
(34,35,21)
#1A1B10
(26,27,16)
#12130B
(18,19,11)
#0A0B06
(10,11,6)
#000000
(0,0,0)

Tints of #5A5B38

#5A5B38
(90,91,56)
#69694A
(105,105,74)
#78775C
(120,119,92)
#87856E
(135,133,110)
#969380
(150,147,128)
#A5A192
(165,161,146)
#B4AFA4
(180,175,164)
#C3BDB6
(195,189,182)
#D2CBC8
(210,203,200)
#E1D9DA
(225,217,218)
#F0E7EC
(240,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A5B38 color. Also use rgb(90,91,56) instead hex code.

Text Font Color

.myTextColor { color: #5A5B38; }

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

This text font color is #5A5B38.


Background Color

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

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

This div background color is #5A5B38.


Border color

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

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

This div border color is #5A5B38.


Opacity

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

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

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

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

This text has shadow with #5A5B38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A5B38 on black background.


Color preview on white background

This text has color #5A5B38 on white background.



Black color preview on #5A5B38 background

This text has black color on #5A5B38 background.


White color preview on #5A5B38 background

This text has white color on #5A5B38 background.