COLOR #5E635D

HEX: #5E635D
RGB: (94,99,93)

Color info

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

RGB color model

#5E635D color RGB value is (94,99,93).

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

RGB channels and saturation

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

94
99
93

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

Portions of RGB colors in percentages

R + G + B =
94 + 99 + 93 = 286 (100%)
R 94 of 286 ~ 32.87%
G 99 of 286 ~ 34.62%
B 93 of 286 ~ 32.52%

%32.87
%34.62
%32.52

CMYK color model

#5E635D color CMYK value is (5,0,6,61).

  • cyan value is 5.05%
  • magenta value is 0.00%
  • yellow value is 6.06%
  • key color value is 61.18%
CMYK:
(5,0,6,61)
C5M0Y6K61 
(5%,0%,6%,61%)
(0.05/0.00/0.06/0.61)	

CMYK percentages

%5.05
%0
%6.06
%61.18

Codes

Color #5E635D in popluar color models

5E635D
RGB949993
HSL110°3.13%37.65%
HSB/HSV110°6.06%38.82%
CMYK5.05%0.00%6.06%
61.18%

Color #5E635D in popluar number systems.

HEX5E635D
Decimal949993
Binary101111011000111011101
Octal136143135

Shades and tints

Shades of #5E635D

#5E635D
(94,99,93)
#565A55
(86,90,85)
#4E514D
(78,81,77)
#464845
(70,72,69)
#3E3F3D
(62,63,61)
#363635
(54,54,53)
#2E2D2D
(46,45,45)
#262425
(38,36,37)
#1E1B1D
(30,27,29)
#161215
(22,18,21)
#0E090D
(14,9,13)
#000000
(0,0,0)

Tints of #5E635D

#5E635D
(94,99,93)
#6C716B
(108,113,107)
#7A7F79
(122,127,121)
#888D87
(136,141,135)
#969B95
(150,155,149)
#A4A9A3
(164,169,163)
#B2B7B1
(178,183,177)
#C0C5BF
(192,197,191)
#CED3CD
(206,211,205)
#DCE1DB
(220,225,219)
#EAEFE9
(234,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E635D; }

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

This text font color is #5E635D.


Background Color

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

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

This div background color is #5E635D.


Border color

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

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

This div border color is #5E635D.


Opacity

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

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

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

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

This text has shadow with #5E635D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E635D on black background.


Color preview on white background

This text has color #5E635D on white background.



Black color preview on #5E635D background

This text has black color on #5E635D background.


White color preview on #5E635D background

This text has white color on #5E635D background.