COLOR #5B706D

HEX: #5B706D
RGB: (91,112,109)

Color info

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

RGB color model

#5B706D color RGB value is (91,112,109).

  • red value is 91;
  • green value is 112;
  • blue value is 109.
RGB:
(91,112,109)
(36%,44%,43%)

RGB channels and saturation

R 91 of 255 = 36%
G 112 of 255 = 44%
B 109 of 255 = 43%

91
112
109

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

Portions of RGB colors in percentages

R + G + B =
91 + 112 + 109 = 312 (100%)
R 91 of 312 ~ 29.17%
G 112 of 312 ~ 35.9%
B 109 of 312 ~ 34.94%

%29.17
%35.9
%34.94

CMYK color model

#5B706D color CMYK value is (19,0,3,56).

  • cyan value is 18.75%
  • magenta value is 0.00%
  • yellow value is 2.68%
  • key color value is 56.08%
CMYK:
(19,0,3,56)
C19M0Y3K56 
(19%,0%,3%,56%)
(0.19/0.00/0.03/0.56)	

CMYK percentages

%18.75
%0
%2.68
%56.08

Codes

Color #5B706D in popluar color models

5B706D
RGB91112109
HSL171°10.34%39.80%
HSB/HSV171°18.75%43.92%
CMYK18.75%0.00%2.68%
56.08%

Color #5B706D in popluar number systems.

HEX5B706D
Decimal91112109
Binary101101111100001101101
Octal133160155

Shades and tints

Shades of #5B706D

#5B706D
(91,112,109)
#536664
(83,102,100)
#4B5C5B
(75,92,91)
#435252
(67,82,82)
#3B4849
(59,72,73)
#333E40
(51,62,64)
#2B3437
(43,52,55)
#232A2E
(35,42,46)
#1B2025
(27,32,37)
#13161C
(19,22,28)
#0B0C13
(11,12,19)
#000000
(0,0,0)

Tints of #5B706D

#5B706D
(91,112,109)
#697D7A
(105,125,122)
#778A87
(119,138,135)
#859794
(133,151,148)
#93A4A1
(147,164,161)
#A1B1AE
(161,177,174)
#AFBEBB
(175,190,187)
#BDCBC8
(189,203,200)
#CBD8D5
(203,216,213)
#D9E5E2
(217,229,226)
#E7F2EF
(231,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B706D color. Also use rgb(91,112,109) instead hex code.

Text Font Color

.myTextColor { color: #5B706D; }

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

This text font color is #5B706D.


Background Color

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

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

This div background color is #5B706D.


Border color

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

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

This div border color is #5B706D.


Opacity

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

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

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

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

This text has shadow with #5B706D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B706D on black background.


Color preview on white background

This text has color #5B706D on white background.



Black color preview on #5B706D background

This text has black color on #5B706D background.


White color preview on #5B706D background

This text has white color on #5B706D background.