COLOR #5B665C

HEX: #5B665C
RGB: (91,102,92)

Color info

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

RGB color model

#5B665C color RGB value is (91,102,92).

  • red value is 91;
  • green value is 102;
  • blue value is 92.
RGB:
(91,102,92)
(36%,40%,36%)

RGB channels and saturation

R 91 of 255 = 36%
G 102 of 255 = 40%
B 92 of 255 = 36%

91
102
92

R + G + B ~ 37%. #5B665C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 102 + 92 = 285 (100%)
R 91 of 285 ~ 31.93%
G 102 of 285 ~ 35.79%
B 92 of 285 ~ 32.28%

%31.93
%35.79
%32.28

CMYK color model

#5B665C color CMYK value is (11,0,10,60).

  • cyan value is 10.78%
  • magenta value is 0.00%
  • yellow value is 9.80%
  • key color value is 60.00%
CMYK:
(11,0,10,60)
C11M0Y10K60 
(11%,0%,10%,60%)
(0.11/0.00/0.10/0.60)	

CMYK percentages

%10.78
%0
%9.8
%60

Codes

Color #5B665C in popluar color models

5B665C
RGB9110292
HSL125°5.70%37.84%
HSB/HSV125°10.78%40.00%
CMYK10.78%0.00%9.80%
60.00%

Color #5B665C in popluar number systems.

HEX5B665C
Decimal9110292
Binary101101111001101011100
Octal133146134

Shades and tints

Shades of #5B665C

#5B665C
(91,102,92)
#535D54
(83,93,84)
#4B544C
(75,84,76)
#434B44
(67,75,68)
#3B423C
(59,66,60)
#333934
(51,57,52)
#2B302C
(43,48,44)
#232724
(35,39,36)
#1B1E1C
(27,30,28)
#131514
(19,21,20)
#0B0C0C
(11,12,12)
#000000
(0,0,0)

Tints of #5B665C

#5B665C
(91,102,92)
#69736A
(105,115,106)
#778078
(119,128,120)
#858D86
(133,141,134)
#939A94
(147,154,148)
#A1A7A2
(161,167,162)
#AFB4B0
(175,180,176)
#BDC1BE
(189,193,190)
#CBCECC
(203,206,204)
#D9DBDA
(217,219,218)
#E7E8E8
(231,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B665C color. Also use rgb(91,102,92) instead hex code.

Text Font Color

.myTextColor { color: #5B665C; }

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

This text font color is #5B665C.


Background Color

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

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

This div background color is #5B665C.


Border color

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

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

This div border color is #5B665C.


Opacity

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

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

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

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

This text has shadow with #5B665C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B665C on black background.


Color preview on white background

This text has color #5B665C on white background.



Black color preview on #5B665C background

This text has black color on #5B665C background.


White color preview on #5B665C background

This text has white color on #5B665C background.