COLOR #5B773F

HEX: #5B773F
RGB: (91,119,63)

Color info

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

RGB color model

#5B773F color RGB value is (91,119,63).

  • red value is 91;
  • green value is 119;
  • blue value is 63.
RGB:
(91,119,63)
(36%,47%,25%)

RGB channels and saturation

R 91 of 255 = 36%
G 119 of 255 = 47%
B 63 of 255 = 25%

91
119
63

R + G + B ~ 36%. #5B773F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 119 + 63 = 273 (100%)
R 91 of 273 ~ 33.33%
G 119 of 273 ~ 43.59%
B 63 of 273 ~ 23.08%

%33.33
%43.59
%23.08

CMYK color model

#5B773F color CMYK value is (24,0,47,53).

  • cyan value is 23.53%
  • magenta value is 0.00%
  • yellow value is 47.06%
  • key color value is 53.33%
CMYK:
(24,0,47,53)
C24M0Y47K53 
(24%,0%,47%,53%)
(0.24/0.00/0.47/0.53)	

CMYK percentages

%23.53
%0
%47.06
%53.33

Codes

Color #5B773F in popluar color models

5B773F
RGB9111963
HSL90°30.77%35.69%
HSB/HSV90°47.06%46.67%
CMYK23.53%0.00%47.06%
53.33%

Color #5B773F in popluar number systems.

HEX5B773F
Decimal9111963
Binary10110111110111111111
Octal13316777

Shades and tints

Shades of #5B773F

#5B773F
(91,119,63)
#536D3A
(83,109,58)
#4B6335
(75,99,53)
#435930
(67,89,48)
#3B4F2B
(59,79,43)
#334526
(51,69,38)
#2B3B21
(43,59,33)
#23311C
(35,49,28)
#1B2717
(27,39,23)
#131D12
(19,29,18)
#0B130D
(11,19,13)
#000000
(0,0,0)

Tints of #5B773F

#5B773F
(91,119,63)
#698350
(105,131,80)
#778F61
(119,143,97)
#859B72
(133,155,114)
#93A783
(147,167,131)
#A1B394
(161,179,148)
#AFBFA5
(175,191,165)
#BDCBB6
(189,203,182)
#CBD7C7
(203,215,199)
#D9E3D8
(217,227,216)
#E7EFE9
(231,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B773F; }

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

This text font color is #5B773F.


Background Color

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

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

This div background color is #5B773F.


Border color

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

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

This div border color is #5B773F.


Opacity

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

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

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

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

This text has shadow with #5B773F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B773F on black background.


Color preview on white background

This text has color #5B773F on white background.



Black color preview on #5B773F background

This text has black color on #5B773F background.


White color preview on #5B773F background

This text has white color on #5B773F background.