COLOR #5E645D

HEX: #5E645D
RGB: (94,100,93)

Color info

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

RGB color model

#5E645D color RGB value is (94,100,93).

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

RGB channels and saturation

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

94
100
93

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

Portions of RGB colors in percentages

R + G + B =
94 + 100 + 93 = 287 (100%)
R 94 of 287 ~ 32.75%
G 100 of 287 ~ 34.84%
B 93 of 287 ~ 32.4%

%32.75
%34.84
%32.4

CMYK color model

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

  • cyan value is 6.00%
  • magenta value is 0.00%
  • yellow value is 7.00%
  • key color value is 60.78%
CMYK:
(6,0,7,61)
C6M0Y7K61 
(6%,0%,7%,61%)
(0.06/0.00/0.07/0.61)	

CMYK percentages

%6
%0
%7
%60.78

Codes

Color #5E645D in popluar color models

5E645D
RGB9410093
HSL111°3.63%37.84%
HSB/HSV111°7.00%39.22%
CMYK6.00%0.00%7.00%
60.78%

Color #5E645D in popluar number systems.

HEX5E645D
Decimal9410093
Binary101111011001001011101
Octal136144135

Shades and tints

Shades of #5E645D

#5E645D
(94,100,93)
#565B55
(86,91,85)
#4E524D
(78,82,77)
#464945
(70,73,69)
#3E403D
(62,64,61)
#363735
(54,55,53)
#2E2E2D
(46,46,45)
#262525
(38,37,37)
#1E1C1D
(30,28,29)
#161315
(22,19,21)
#0E0A0D
(14,10,13)
#000000
(0,0,0)

Tints of #5E645D

#5E645D
(94,100,93)
#6C726B
(108,114,107)
#7A8079
(122,128,121)
#888E87
(136,142,135)
#969C95
(150,156,149)
#A4AAA3
(164,170,163)
#B2B8B1
(178,184,177)
#C0C6BF
(192,198,191)
#CED4CD
(206,212,205)
#DCE2DB
(220,226,219)
#EAF0E9
(234,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E645D; }

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

This text font color is #5E645D.


Background Color

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

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

This div background color is #5E645D.


Border color

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

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

This div border color is #5E645D.


Opacity

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

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

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

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

This text has shadow with #5E645D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E645D on black background.


Color preview on white background

This text has color #5E645D on white background.



Black color preview on #5E645D background

This text has black color on #5E645D background.


White color preview on #5E645D background

This text has white color on #5E645D background.