COLOR #5B6F5F

HEX: #5B6F5F RGB: (91,111,95)

Color info

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

RGB color model

#5B6F5F color RGB value is (91,111,95).

RGB: (91,111,95) (36%, 44%, 37%)

RGB channels and saturation

R 91 of 255 = 36%
G 111 of 255 = 44%
B 95 of 255 = 37%

91
111
95

R + G + B ~ 39%. #5B6F5F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 91 + 111 + 95 = 297 (100%)
R 91 of 297 ~ 30.64%
G 111 of 297 ~ 37.37%
B 95 of 297 ~ 31.99'%

%30.64
%37.37
%31.99

CMYK color model

#5B6F5F color CMYK value is (18,0,14,56).

  • cyan value is 18.02%
  • magenta value is 0.00%
  • yellow value is 14.41%
  • key color value is 56.47%

CMYK: (18,0,14,56)
C18M0Y14K56 (18%, 0%, 14%, 56%)
(0.18 / 0.00 / 0.14 / 0.56)

CMYK percentages

%18.02
%0
%14.41
%56.47

Codes

Color #5B6F5F in popluar color models

5B 6F 5F
RGB 91 111 95
HSL 132° 9.90% 39.61%
HSB/HSV 132° 18.02% 43.53%
CMYK 18.02% 0.00% 14.41%
56.47%

Color #5B6F5F in popluar number systems.

HEX 5B 6F 5F
Decimal 91 111 95
Binary 1011011 1101111 1011111
Octal 133 157 137

Shades and tints

Shades of #5B6F5F

#5B6F5F
(91,111,95)
#536557
(83,101,87)
#4B5B4F
(75,91,79)
#435147
(67,81,71)
#3B473F
(59,71,63)
#333D37
(51,61,55)
#2B332F
(43,51,47)
#232927
(35,41,39)
#1B1F1F
(27,31,31)
#131517
(19,21,23)
#0B0B0F
(11,11,15)
#000000
(0,0,0)

Tints of #5B6F5F

#5B6F5F
(91,111,95)
#697C6D
(105,124,109)
#77897B
(119,137,123)
#859689
(133,150,137)
#93A397
(147,163,151)
#A1B0A5
(161,176,165)
#AFBDB3
(175,189,179)
#BDCAC1
(189,202,193)
#CBD7CF
(203,215,207)
#D9E4DD
(217,228,221)
#E7F1EB
(231,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B6F5F color. Also use rgb(91,111,95) instead hex code.

Text Font Color

.myTextColor { color: #5B6F5F; }

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

This text font color is #5B6F5F.

Background Color

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

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

This div background color is #5B6F5F.

Border color

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

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

This div border color is #5B6F5F.

Opacity

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

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

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

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

This text has shadow with #5B6F5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B6F5F.

Preview

Color preview on black background

This text has color #5B6F5F on black background.


Color preview on white background

This text has color #5B6F5F on white background.


Black color preview on #5B6F5F background

This text has black color on #5B6F5F background.


White color preview on #5B6F5F background

This text has white color on #5B6F5F background.


Related colors

Complementary color

Complementary color for #hex is #A490A0.


I love getcolorcode.com

Triadic colors

1 #5F5B6F and #6F5F5B with #5B6F5F are triadic colors.

2 #5F6F5B and #6F5B5F with #5B6F5F are triadic colors.