COLOR #5B7732

HEX: #5B7732 RGB: (91,119,50)

Color info

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

RGB color model

#5B7732 color RGB value is (91,119,50).

RGB: (91,119,50) (36%, 47%, 20%)

RGB channels and saturation

R 91 of 255 = 36%
G 119 of 255 = 47%
B 50 of 255 = 20%

91
119
50

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

Portions of RGB colors in percentages

R + G + B = 91 + 119 + 50 = 260 (100%)
R 91 of 260 ~ 35%
G 119 of 260 ~ 45.77%
B 50 of 260 ~ 19.23'%

%35
%45.77
%19.23

CMYK color model

#5B7732 color CMYK value is (24,0,58,53).

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

CMYK: (24,0,58,53)
C24M0Y58K53 (24%, 0%, 58%, 53%)
(0.24 / 0.00 / 0.58 / 0.53)

CMYK percentages

%23.53
%0
%57.98
%53.33

Codes

Color #5B7732 in popluar color models

5B 77 32
RGB 91 119 50
HSL 84° 40.83% 33.14%
HSB/HSV 84° 57.98% 46.67%
CMYK 23.53% 0.00% 57.98%
53.33%

Color #5B7732 in popluar number systems.

HEX 5B 77 32
Decimal 91 119 50
Binary 1011011 1110111 110010
Octal 133 167 62

Shades and tints

Shades of #5B7732

#5B7732
(91,119,50)
#536D2E
(83,109,46)
#4B632A
(75,99,42)
#435926
(67,89,38)
#3B4F22
(59,79,34)
#33451E
(51,69,30)
#2B3B1A
(43,59,26)
#233116
(35,49,22)
#1B2712
(27,39,18)
#131D0E
(19,29,14)
#0B130A
(11,19,10)
#000000
(0,0,0)

Tints of #5B7732

#5B7732
(91,119,50)
#698344
(105,131,68)
#778F56
(119,143,86)
#859B68
(133,155,104)
#93A77A
(147,167,122)
#A1B38C
(161,179,140)
#AFBF9E
(175,191,158)
#BDCBB0
(189,203,176)
#CBD7C2
(203,215,194)
#D9E3D4
(217,227,212)
#E7EFE6
(231,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B7732; }

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

This text font color is #5B7732.

Background Color

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

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

This div background color is #5B7732.

Border color

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

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

This div border color is #5B7732.

Opacity

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

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

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

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

This text has shadow with #5B7732 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B7732.

Preview

Color preview on black background

This text has color #5B7732 on black background.


Color preview on white background

This text has color #5B7732 on white background.


Black color preview on #5B7732 background

This text has black color on #5B7732 background.


White color preview on #5B7732 background

This text has white color on #5B7732 background.


Related colors

Complementary color

Complementary color for #hex is #A488CD.


I love getcolorcode.com

Triadic colors

1 #325B77 and #77325B with #5B7732 are triadic colors.

2 #32775B and #775B32 with #5B7732 are triadic colors.