COLOR #5B5A25

HEX: #5B5A25
RGB: (91,90,37)

Color info

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

RGB color model

#5B5A25 color RGB value is (91,90,37).

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

RGB channels and saturation

R 91 of 255 = 36%
G 90 of 255 = 35%
B 37 of 255 = 15%

91
90
37

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

Portions of RGB colors in percentages

R + G + B =
91 + 90 + 37 = 218 (100%)
R 91 of 218 ~ 41.74%
G 90 of 218 ~ 41.28%
B 37 of 218 ~ 16.97%

%41.74
%41.28
%16.97

CMYK color model

#5B5A25 color CMYK value is (0,1,59,64).

  • cyan value is 0.00%
  • magenta value is 1.10%
  • yellow value is 59.34%
  • key color value is 64.31%
CMYK:
(0,1,59,64)
C0M1Y59K64 
(0%,1%,59%,64%)
(0.00/0.01/0.59/0.64)	

CMYK percentages

%0
%1.1
%59.34
%64.31

Codes

Color #5B5A25 in popluar color models

5B5A25
RGB919037
HSL59°42.19%25.10%
HSB/HSV59°59.34%35.69%
CMYK0.00%1.10%59.34%
64.31%

Color #5B5A25 in popluar number systems.

HEX5B5A25
Decimal919037
Binary10110111011010100101
Octal13313245

Shades and tints

Shades of #5B5A25

#5B5A25
(91,90,37)
#535222
(83,82,34)
#4B4A1F
(75,74,31)
#43421C
(67,66,28)
#3B3A19
(59,58,25)
#333216
(51,50,22)
#2B2A13
(43,42,19)
#232210
(35,34,16)
#1B1A0D
(27,26,13)
#13120A
(19,18,10)
#0B0A07
(11,10,7)
#000000
(0,0,0)

Tints of #5B5A25

#5B5A25
(91,90,37)
#696938
(105,105,56)
#77784B
(119,120,75)
#85875E
(133,135,94)
#939671
(147,150,113)
#A1A584
(161,165,132)
#AFB497
(175,180,151)
#BDC3AA
(189,195,170)
#CBD2BD
(203,210,189)
#D9E1D0
(217,225,208)
#E7F0E3
(231,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B5A25; }

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

This text font color is #5B5A25.


Background Color

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

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

This div background color is #5B5A25.


Border color

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

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

This div border color is #5B5A25.


Opacity

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

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

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

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

This text has shadow with #5B5A25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B5A25 on black background.


Color preview on white background

This text has color #5B5A25 on white background.



Black color preview on #5B5A25 background

This text has black color on #5B5A25 background.


White color preview on #5B5A25 background

This text has white color on #5B5A25 background.