COLOR #5B7971

HEX: #5B7971
RGB: (91,121,113)

Color info

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

RGB color model

#5B7971 color RGB value is (91,121,113).

  • red value is 91;
  • green value is 121;
  • blue value is 113.
RGB:
(91,121,113)
(36%,47%,44%)

RGB channels and saturation

R 91 of 255 = 36%
G 121 of 255 = 47%
B 113 of 255 = 44%

91
121
113

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

Portions of RGB colors in percentages

R + G + B =
91 + 121 + 113 = 325 (100%)
R 91 of 325 ~ 28%
G 121 of 325 ~ 37.23%
B 113 of 325 ~ 34.77%

%28
%37.23
%34.77

CMYK color model

#5B7971 color CMYK value is (25,0,7,53).

  • cyan value is 24.79%
  • magenta value is 0.00%
  • yellow value is 6.61%
  • key color value is 52.55%
CMYK:
(25,0,7,53)
C25M0Y7K53 
(25%,0%,7%,53%)
(0.25/0.00/0.07/0.53)	

CMYK percentages

%24.79
%0
%6.61
%52.55

Codes

Color #5B7971 in popluar color models

5B7971
RGB91121113
HSL164°14.15%41.57%
HSB/HSV164°24.79%47.45%
CMYK24.79%0.00%6.61%
52.55%

Color #5B7971 in popluar number systems.

HEX5B7971
Decimal91121113
Binary101101111110011110001
Octal133171161

Shades and tints

Shades of #5B7971

#5B7971
(91,121,113)
#536E67
(83,110,103)
#4B635D
(75,99,93)
#435853
(67,88,83)
#3B4D49
(59,77,73)
#33423F
(51,66,63)
#2B3735
(43,55,53)
#232C2B
(35,44,43)
#1B2121
(27,33,33)
#131617
(19,22,23)
#0B0B0D
(11,11,13)
#000000
(0,0,0)

Tints of #5B7971

#5B7971
(91,121,113)
#69857D
(105,133,125)
#779189
(119,145,137)
#859D95
(133,157,149)
#93A9A1
(147,169,161)
#A1B5AD
(161,181,173)
#AFC1B9
(175,193,185)
#BDCDC5
(189,205,197)
#CBD9D1
(203,217,209)
#D9E5DD
(217,229,221)
#E7F1E9
(231,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B7971 color. Also use rgb(91,121,113) instead hex code.

Text Font Color

.myTextColor { color: #5B7971; }

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

This text font color is #5B7971.


Background Color

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

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

This div background color is #5B7971.


Border color

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

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

This div border color is #5B7971.


Opacity

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

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

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

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

This text has shadow with #5B7971 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B7971 on black background.


Color preview on white background

This text has color #5B7971 on white background.



Black color preview on #5B7971 background

This text has black color on #5B7971 background.


White color preview on #5B7971 background

This text has white color on #5B7971 background.