COLOR #5B5125

HEX: #5B5125 RGB: (91,81,37)

Color info

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

RGB color model

#5B5125 color RGB value is (91,81,37).

RGB: (91,81,37) (36%, 32%, 15%)

RGB channels and saturation

R 91 of 255 = 36%
G 81 of 255 = 32%
B 37 of 255 = 15%

91
81
37

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

Portions of RGB colors in percentages

R + G + B = 91 + 81 + 37 = 209 (100%)
R 91 of 209 ~ 43.54%
G 81 of 209 ~ 38.76%
B 37 of 209 ~ 17.7'%

%43.54
%38.76
%17.7

CMYK color model

#5B5125 color CMYK value is (0,11,59,64).

  • cyan value is 0.00%
  • magenta value is 10.99%
  • yellow value is 59.34%
  • key color value is 64.31%

CMYK: (0,11,59,64)
C0M11Y59K64 (0%, 11%, 59%, 64%)
(0.00 / 0.11 / 0.59 / 0.64)

CMYK percentages

%0
%10.99
%59.34
%64.31

Codes

Color #5B5125 in popluar color models

5B 51 25
RGB 91 81 37
HSL 49° 42.19% 25.10%
HSB/HSV 49° 59.34% 35.69%
CMYK 0.00% 10.99% 59.34%
64.31%

Color #5B5125 in popluar number systems.

HEX 5B 51 25
Decimal 91 81 37
Binary 1011011 1010001 100101
Octal 133 121 45

Shades and tints

Shades of #5B5125

#5B5125
(91,81,37)
#534A22
(83,74,34)
#4B431F
(75,67,31)
#433C1C
(67,60,28)
#3B3519
(59,53,25)
#332E16
(51,46,22)
#2B2713
(43,39,19)
#232010
(35,32,16)
#1B190D
(27,25,13)
#13120A
(19,18,10)
#0B0B07
(11,11,7)
#000000
(0,0,0)

Tints of #5B5125

#5B5125
(91,81,37)
#696038
(105,96,56)
#776F4B
(119,111,75)
#857E5E
(133,126,94)
#938D71
(147,141,113)
#A19C84
(161,156,132)
#AFAB97
(175,171,151)
#BDBAAA
(189,186,170)
#CBC9BD
(203,201,189)
#D9D8D0
(217,216,208)
#E7E7E3
(231,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B5125; }

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

This text font color is #5B5125.

Background Color

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

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

This div background color is #5B5125.

Border color

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

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

This div border color is #5B5125.

Opacity

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

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

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

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

This text has shadow with #5B5125 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B5125.

Preview

Color preview on black background

This text has color #5B5125 on black background.


Color preview on white background

This text has color #5B5125 on white background.


Black color preview on #5B5125 background

This text has black color on #5B5125 background.


White color preview on #5B5125 background

This text has white color on #5B5125 background.


Related colors

Complementary color

Complementary color for #hex is #A4AEDA.


I love getcolorcode.com

Triadic colors

1 #255B51 and #51255B with #5B5125 are triadic colors.

2 #25515B and #515B25 with #5B5125 are triadic colors.