COLOR #5B675B

HEX: #5B675B
RGB: (91,103,91)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

91
103
91

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

Portions of RGB colors in percentages

R + G + B =
91 + 103 + 91 = 285 (100%)
R 91 of 285 ~ 31.93%
G 103 of 285 ~ 36.14%
B 91 of 285 ~ 31.93%

%31.93
%36.14
%31.93

CMYK color model

#5B675B color CMYK value is (12,0,12,60).

  • cyan value is 11.65%
  • magenta value is 0.00%
  • yellow value is 11.65%
  • key color value is 59.61%
CMYK:
(12,0,12,60)
C12M0Y12K60 
(12%,0%,12%,60%)
(0.12/0.00/0.12/0.60)	

CMYK percentages

%11.65
%0
%11.65
%59.61

Codes

Color #5B675B in popluar color models

5B675B
RGB9110391
HSL120°6.19%38.04%
HSB/HSV120°11.65%40.39%
CMYK11.65%0.00%11.65%
59.61%

Color #5B675B in popluar number systems.

HEX5B675B
Decimal9110391
Binary101101111001111011011
Octal133147133

Shades and tints

Shades of #5B675B

#5B675B
(91,103,91)
#535E53
(83,94,83)
#4B554B
(75,85,75)
#434C43
(67,76,67)
#3B433B
(59,67,59)
#333A33
(51,58,51)
#2B312B
(43,49,43)
#232823
(35,40,35)
#1B1F1B
(27,31,27)
#131613
(19,22,19)
#0B0D0B
(11,13,11)
#000000
(0,0,0)

Tints of #5B675B

#5B675B
(91,103,91)
#697469
(105,116,105)
#778177
(119,129,119)
#858E85
(133,142,133)
#939B93
(147,155,147)
#A1A8A1
(161,168,161)
#AFB5AF
(175,181,175)
#BDC2BD
(189,194,189)
#CBCFCB
(203,207,203)
#D9DCD9
(217,220,217)
#E7E9E7
(231,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B675B; }

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

This text font color is #5B675B.


Background Color

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

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

This div background color is #5B675B.


Border color

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

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

This div border color is #5B675B.


Opacity

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

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

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

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

This text has shadow with #5B675B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B675B on black background.


Color preview on white background

This text has color #5B675B on white background.



Black color preview on #5B675B background

This text has black color on #5B675B background.


White color preview on #5B675B background

This text has white color on #5B675B background.