COLOR #5B775D

HEX: #5B775D
RGB: (91,119,93)

Color info

#5B775D contains red, green and blue colors in about the same proportion. Web safe color of #5B775D is #666666 (or #666).

RGB color model

#5B775D color RGB value is (91,119,93).

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

RGB channels and saturation

R 91 of 255 = 36%
G 119 of 255 = 47%
B 93 of 255 = 36%

91
119
93

R + G + B ~ 40%. #5B775D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
91 + 119 + 93 = 303 (100%)
R 91 of 303 ~ 30.03%
G 119 of 303 ~ 39.27%
B 93 of 303 ~ 30.69%

%30.03
%39.27
%30.69

CMYK color model

#5B775D color CMYK value is (24,0,22,53).

  • cyan value is 23.53%
  • magenta value is 0.00%
  • yellow value is 21.85%
  • key color value is 53.33%
CMYK:
(24,0,22,53)
C24M0Y22K53 
(24%,0%,22%,53%)
(0.24/0.00/0.22/0.53)	

CMYK percentages

%23.53
%0
%21.85
%53.33

Codes

Color #5B775D in popluar color models

5B775D
RGB9111993
HSL124°13.33%41.18%
HSB/HSV124°23.53%46.67%
CMYK23.53%0.00%21.85%
53.33%

Color #5B775D in popluar number systems.

HEX5B775D
Decimal9111993
Binary101101111101111011101
Octal133167135

Shades and tints

Shades of #5B775D

#5B775D
(91,119,93)
#536D55
(83,109,85)
#4B634D
(75,99,77)
#435945
(67,89,69)
#3B4F3D
(59,79,61)
#334535
(51,69,53)
#2B3B2D
(43,59,45)
#233125
(35,49,37)
#1B271D
(27,39,29)
#131D15
(19,29,21)
#0B130D
(11,19,13)
#000000
(0,0,0)

Tints of #5B775D

#5B775D
(91,119,93)
#69836B
(105,131,107)
#778F79
(119,143,121)
#859B87
(133,155,135)
#93A795
(147,167,149)
#A1B3A3
(161,179,163)
#AFBFB1
(175,191,177)
#BDCBBF
(189,203,191)
#CBD7CD
(203,215,205)
#D9E3DB
(217,227,219)
#E7EFE9
(231,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B775D; }

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

This text font color is #5B775D.


Background Color

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

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

This div background color is #5B775D.


Border color

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

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

This div border color is #5B775D.


Opacity

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

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

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

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

This text has shadow with #5B775D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B775D on black background.


Color preview on white background

This text has color #5B775D on white background.



Black color preview on #5B775D background

This text has black color on #5B775D background.


White color preview on #5B775D background

This text has white color on #5B775D background.