COLOR #5B635E

HEX: #5B635E
RGB: (91,99,94)

Color info

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

RGB color model

#5B635E color RGB value is (91,99,94).

  • red value is 91;
  • green value is 99;
  • blue value is 94.
RGB:
(91,99,94)
(36%,39%,37%)

RGB channels and saturation

R 91 of 255 = 36%
G 99 of 255 = 39%
B 94 of 255 = 37%

91
99
94

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

Portions of RGB colors in percentages

R + G + B =
91 + 99 + 94 = 284 (100%)
R 91 of 284 ~ 32.04%
G 99 of 284 ~ 34.86%
B 94 of 284 ~ 33.1%

%32.04
%34.86
%33.1

CMYK color model

#5B635E color CMYK value is (8,0,5,61).

  • cyan value is 8.08%
  • magenta value is 0.00%
  • yellow value is 5.05%
  • key color value is 61.18%
CMYK:
(8,0,5,61)
C8M0Y5K61 
(8%,0%,5%,61%)
(0.08/0.00/0.05/0.61)	

CMYK percentages

%8.08
%0
%5.05
%61.18

Codes

Color #5B635E in popluar color models

5B635E
RGB919994
HSL143°4.21%37.25%
HSB/HSV143°8.08%38.82%
CMYK8.08%0.00%5.05%
61.18%

Color #5B635E in popluar number systems.

HEX5B635E
Decimal919994
Binary101101111000111011110
Octal133143136

Shades and tints

Shades of #5B635E

#5B635E
(91,99,94)
#535A56
(83,90,86)
#4B514E
(75,81,78)
#434846
(67,72,70)
#3B3F3E
(59,63,62)
#333636
(51,54,54)
#2B2D2E
(43,45,46)
#232426
(35,36,38)
#1B1B1E
(27,27,30)
#131216
(19,18,22)
#0B090E
(11,9,14)
#000000
(0,0,0)

Tints of #5B635E

#5B635E
(91,99,94)
#69716C
(105,113,108)
#777F7A
(119,127,122)
#858D88
(133,141,136)
#939B96
(147,155,150)
#A1A9A4
(161,169,164)
#AFB7B2
(175,183,178)
#BDC5C0
(189,197,192)
#CBD3CE
(203,211,206)
#D9E1DC
(217,225,220)
#E7EFEA
(231,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B635E; }

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

This text font color is #5B635E.


Background Color

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

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

This div background color is #5B635E.


Border color

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

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

This div border color is #5B635E.


Opacity

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

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

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

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

This text has shadow with #5B635E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B635E on black background.


Color preview on white background

This text has color #5B635E on white background.



Black color preview on #5B635E background

This text has black color on #5B635E background.


White color preview on #5B635E background

This text has white color on #5B635E background.