COLOR #5B772D

HEX: #5B772D RGB: (91,119,45)

Color info

#5B772D contains mainly red and green colors. Web safe color of #5B772D is #666633 (or #663).

RGB color model

#5B772D color RGB value is (91,119,45).

RGB: (91,119,45) (36%, 47%, 18%)

RGB channels and saturation

R 91 of 255 = 36%
G 119 of 255 = 47%
B 45 of 255 = 18%

91
119
45

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

Portions of RGB colors in percentages

R + G + B = 91 + 119 + 45 = 255 (100%)
R 91 of 255 ~ 35.69%
G 119 of 255 ~ 46.67%
B 45 of 255 ~ 17.65'%

%35.69
%46.67
%17.65

CMYK color model

#5B772D color CMYK value is (24,0,62,53).

  • cyan value is 23.53%
  • magenta value is 0.00%
  • yellow value is 62.18%
  • key color value is 53.33%

CMYK: (24,0,62,53)
C24M0Y62K53 (24%, 0%, 62%, 53%)
(0.24 / 0.00 / 0.62 / 0.53)

CMYK percentages

%23.53
%0
%62.18
%53.33

Codes

Color #5B772D in popluar color models

5B 77 2D
RGB 91 119 45
HSL 83° 45.12% 32.16%
HSB/HSV 83° 62.18% 46.67%
CMYK 23.53% 0.00% 62.18%
53.33%

Color #5B772D in popluar number systems.

HEX 5B 77 2D
Decimal 91 119 45
Binary 1011011 1110111 101101
Octal 133 167 55

Shades and tints

Shades of #5B772D

#5B772D
(91,119,45)
#536D29
(83,109,41)
#4B6325
(75,99,37)
#435921
(67,89,33)
#3B4F1D
(59,79,29)
#334519
(51,69,25)
#2B3B15
(43,59,21)
#233111
(35,49,17)
#1B270D
(27,39,13)
#131D09
(19,29,9)
#0B1305
(11,19,5)
#000000
(0,0,0)

Tints of #5B772D

#5B772D
(91,119,45)
#698340
(105,131,64)
#778F53
(119,143,83)
#859B66
(133,155,102)
#93A779
(147,167,121)
#A1B38C
(161,179,140)
#AFBF9F
(175,191,159)
#BDCBB2
(189,203,178)
#CBD7C5
(203,215,197)
#D9E3D8
(217,227,216)
#E7EFEB
(231,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B772D color. Also use rgb(91,119,45) instead hex code.

Text Font Color

.myTextColor { color: #5B772D; }

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

This text font color is #5B772D.

Background Color

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

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

This div background color is #5B772D.

Border color

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

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

This div border color is #5B772D.

Opacity

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

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

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

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

This text has shadow with #5B772D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B772D.

Preview

Color preview on black background

This text has color #5B772D on black background.


Color preview on white background

This text has color #5B772D on white background.


Black color preview on #5B772D background

This text has black color on #5B772D background.


White color preview on #5B772D background

This text has white color on #5B772D background.


Related colors

Complementary color

Complementary color for #hex is #A488D2.


I love getcolorcode.com

Triadic colors

1 #2D5B77 and #772D5B with #5B772D are triadic colors.

2 #2D775B and #775B2D with #5B772D are triadic colors.