COLOR #5B7037

HEX: #5B7037 RGB: (91,112,55)

Color info

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

RGB color model

#5B7037 color RGB value is (91,112,55).

RGB: (91,112,55) (36%, 44%, 22%)

RGB channels and saturation

R 91 of 255 = 36%
G 112 of 255 = 44%
B 55 of 255 = 22%

91
112
55

R + G + B ~ 34%. #5B7037 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 91 + 112 + 55 = 258 (100%)
R 91 of 258 ~ 35.27%
G 112 of 258 ~ 43.41%
B 55 of 258 ~ 21.32'%

%35.27
%43.41
%21.32

CMYK color model

#5B7037 color CMYK value is (19,0,51,56).

  • cyan value is 18.75%
  • magenta value is 0.00%
  • yellow value is 50.89%
  • key color value is 56.08%

CMYK: (19,0,51,56)
C19M0Y51K56 (19%, 0%, 51%, 56%)
(0.19 / 0.00 / 0.51 / 0.56)

CMYK percentages

%18.75
%0
%50.89
%56.08

Codes

Color #5B7037 in popluar color models

5B 70 37
RGB 91 112 55
HSL 82° 34.13% 32.75%
HSB/HSV 82° 50.89% 43.92%
CMYK 18.75% 0.00% 50.89%
56.08%

Color #5B7037 in popluar number systems.

HEX 5B 70 37
Decimal 91 112 55
Binary 1011011 1110000 110111
Octal 133 160 67

Shades and tints

Shades of #5B7037

#5B7037
(91,112,55)
#536632
(83,102,50)
#4B5C2D
(75,92,45)
#435228
(67,82,40)
#3B4823
(59,72,35)
#333E1E
(51,62,30)
#2B3419
(43,52,25)
#232A14
(35,42,20)
#1B200F
(27,32,15)
#13160A
(19,22,10)
#0B0C05
(11,12,5)
#000000
(0,0,0)

Tints of #5B7037

#5B7037
(91,112,55)
#697D49
(105,125,73)
#778A5B
(119,138,91)
#85976D
(133,151,109)
#93A47F
(147,164,127)
#A1B191
(161,177,145)
#AFBEA3
(175,190,163)
#BDCBB5
(189,203,181)
#CBD8C7
(203,216,199)
#D9E5D9
(217,229,217)
#E7F2EB
(231,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B7037 color. Also use rgb(91,112,55) instead hex code.

Text Font Color

.myTextColor { color: #5B7037; }

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

This text font color is #5B7037.

Background Color

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

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

This div background color is #5B7037.

Border color

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

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

This div border color is #5B7037.

Opacity

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

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

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

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

This text has shadow with #5B7037 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B7037.

Preview

Color preview on black background

This text has color #5B7037 on black background.


Color preview on white background

This text has color #5B7037 on white background.


Black color preview on #5B7037 background

This text has black color on #5B7037 background.


White color preview on #5B7037 background

This text has white color on #5B7037 background.


Related colors

Complementary color

Complementary color for #hex is #A48FC8.


I love getcolorcode.com

Triadic colors

1 #375B70 and #70375B with #5B7037 are triadic colors.

2 #37705B and #705B37 with #5B7037 are triadic colors.