COLOR #5B676C

HEX: #5B676C
RGB: (91,103,108)

Renk bilgisi

#5B676C contains red, green and blue colors in about the same proportion. #5B676C ‘ nin web güvenlik rengi #666666 (ya da #666) dir.

RGB renk modeli

#5B676C color RGB value is (91,103,108).

  • kırmız ton 91;
  • yeşil ton 103;
  • mavi ton 108.
RGB:
(91,103,108)
(36%,40%,42%)

RGB bağlantıları ve doygunluk

R 91 of 255 = 36%
G 103 of 255 = 40%
B 108 of 255 = 42%

91
103
108

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

Yüzdelerle RGB renk parçaları

R + G + B =
91 + 103 + 108 = 302 (100%)
R 91 of 302 ~ 30.13%
G 103 of 302 ~ 34.11%
B 108 of 302 ~ 35.76%

%30.13
%34.11
%35.76

CMYK RENK MODELİ

#5B676C rengi CMYK tonu (16,5,0,58).

  • camgöbeği tonu 15.74%
  • eflatun tonu 4.63%
  • sarı tonu 0.00%
  • ana renk tonu 57.65%
CMYK:
(16,5,0,58)
C16M5Y0K58 
(16%,5%,0%,58%)
(0.16/0.05/0.00/0.58)	

CMYK yüzdeleri

%15.74
%4.63
%0
%57.65

Codes

Color #5B676C in popluar color models

5B676C
RGB91103108
HSL198°8.54%39.02%
HSB/HSV198°15.74%42.35%
CMYK15.74%4.63%0.00%
57.65%

Color #5B676C in popluar number systems.

HEX5B676C
Decimal91103108
Binary101101111001111101100
Octal133147154

Shades and tints

Shades of #5B676C

#5B676C
(91,103,108)
#535E63
(83,94,99)
#4B555A
(75,85,90)
#434C51
(67,76,81)
#3B4348
(59,67,72)
#333A3F
(51,58,63)
#2B3136
(43,49,54)
#23282D
(35,40,45)
#1B1F24
(27,31,36)
#13161B
(19,22,27)
#0B0D12
(11,13,18)
#000000
(0,0,0)

Tints of #5B676C

#5B676C
(91,103,108)
#697479
(105,116,121)
#778186
(119,129,134)
#858E93
(133,142,147)
#939BA0
(147,155,160)
#A1A8AD
(161,168,173)
#AFB5BA
(175,181,186)
#BDC2C7
(189,194,199)
#CBCFD4
(203,207,212)
#D9DCE1
(217,220,225)
#E7E9EE
(231,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B676C color. Also use rgb(91,103,108) instead hex code.

Text Font Color

.myTextColor { color: #5B676C; }

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

This text font color is #5B676C.


Background Color

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

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

This div background color is #5B676C.


Border color

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

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

This div border color is #5B676C.


Opacity

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

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

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

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

This text has shadow with #5B676C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B676C on black background.


Color preview on white background

This text has color #5B676C on white background.



Black color preview on #5B676C background

This text has black color on #5B676C background.


White color preview on #5B676C background

This text has white color on #5B676C background.