COLOR #5B696A

HEX: #5B696A
RGB: (91,105,106)

Color info

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

RGB color model

#5B696A color RGB value is (91,105,106).

  • red value is 91;
  • green value is 105;
  • blue value is 106.
RGB:
(91,105,106)
(36%,41%,42%)

RGB channels and saturation

R 91 of 255 = 36%
G 105 of 255 = 41%
B 106 of 255 = 42%

91
105
106

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

Portions of RGB colors in percentages

R + G + B =
91 + 105 + 106 = 302 (100%)
R 91 of 302 ~ 30.13%
G 105 of 302 ~ 34.77%
B 106 of 302 ~ 35.1%

%30.13
%34.77
%35.1

CMYK color model

#5B696A color CMYK value is (14,1,0,58).

  • cyan value is 14.15%
  • magenta value is 0.94%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(14,1,0,58)
C14M1Y0K58 
(14%,1%,0%,58%)
(0.14/0.01/0.00/0.58)	

CMYK percentages

%14.15
%0.94
%0
%58.43

Codes

Color #5B696A in popluar color models

5B696A
RGB91105106
HSL184°7.61%38.63%
HSB/HSV184°14.15%41.57%
CMYK14.15%0.94%0.00%
58.43%

Color #5B696A in popluar number systems.

HEX5B696A
Decimal91105106
Binary101101111010011101010
Octal133151152

Shades and tints

Shades of #5B696A

#5B696A
(91,105,106)
#536061
(83,96,97)
#4B5758
(75,87,88)
#434E4F
(67,78,79)
#3B4546
(59,69,70)
#333C3D
(51,60,61)
#2B3334
(43,51,52)
#232A2B
(35,42,43)
#1B2122
(27,33,34)
#131819
(19,24,25)
#0B0F10
(11,15,16)
#000000
(0,0,0)

Tints of #5B696A

#5B696A
(91,105,106)
#697677
(105,118,119)
#778384
(119,131,132)
#859091
(133,144,145)
#939D9E
(147,157,158)
#A1AAAB
(161,170,171)
#AFB7B8
(175,183,184)
#BDC4C5
(189,196,197)
#CBD1D2
(203,209,210)
#D9DEDF
(217,222,223)
#E7EBEC
(231,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B696A color. Also use rgb(91,105,106) instead hex code.

Text Font Color

.myTextColor { color: #5B696A; }

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

This text font color is #5B696A.


Background Color

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

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

This div background color is #5B696A.


Border color

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

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

This div border color is #5B696A.


Opacity

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

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

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

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

This text has shadow with #5B696A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B696A on black background.


Color preview on white background

This text has color #5B696A on white background.



Black color preview on #5B696A background

This text has black color on #5B696A background.


White color preview on #5B696A background

This text has white color on #5B696A background.