COLOR #5B675A

HEX: #5B675A
RGB: (91,103,90)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

91
103
90

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

Portions of RGB colors in percentages

R + G + B =
91 + 103 + 90 = 284 (100%)
R 91 of 284 ~ 32.04%
G 103 of 284 ~ 36.27%
B 90 of 284 ~ 31.69%

%32.04
%36.27
%31.69

CMYK color model

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

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

CMYK percentages

%11.65
%0
%12.62
%59.61

Codes

Color #5B675A in popluar color models

5B675A
RGB9110390
HSL115°6.74%37.84%
HSB/HSV115°12.62%40.39%
CMYK11.65%0.00%12.62%
59.61%

Color #5B675A in popluar number systems.

HEX5B675A
Decimal9110390
Binary101101111001111011010
Octal133147132

Shades and tints

Shades of #5B675A

#5B675A
(91,103,90)
#535E52
(83,94,82)
#4B554A
(75,85,74)
#434C42
(67,76,66)
#3B433A
(59,67,58)
#333A32
(51,58,50)
#2B312A
(43,49,42)
#232822
(35,40,34)
#1B1F1A
(27,31,26)
#131612
(19,22,18)
#0B0D0A
(11,13,10)
#000000
(0,0,0)

Tints of #5B675A

#5B675A
(91,103,90)
#697469
(105,116,105)
#778178
(119,129,120)
#858E87
(133,142,135)
#939B96
(147,155,150)
#A1A8A5
(161,168,165)
#AFB5B4
(175,181,180)
#BDC2C3
(189,194,195)
#CBCFD2
(203,207,210)
#D9DCE1
(217,220,225)
#E7E9F0
(231,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B675A; }

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

This text font color is #5B675A.


Background Color

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

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

This div background color is #5B675A.


Border color

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

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

This div border color is #5B675A.


Opacity

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

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

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

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

This text has shadow with #5B675A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B675A on black background.


Color preview on white background

This text has color #5B675A on white background.



Black color preview on #5B675A background

This text has black color on #5B675A background.


White color preview on #5B675A background

This text has white color on #5B675A background.