COLOR #5E695D

HEX: #5E695D
RGB: (94,105,93)

Color info

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

RGB color model

#5E695D color RGB value is (94,105,93).

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

RGB channels and saturation

R 94 of 255 = 37%
G 105 of 255 = 41%
B 93 of 255 = 36%

94
105
93

R + G + B ~ 38%. #5E695D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 105 + 93 = 292 (100%)
R 94 of 292 ~ 32.19%
G 105 of 292 ~ 35.96%
B 93 of 292 ~ 31.85%

%32.19
%35.96
%31.85

CMYK color model

#5E695D color CMYK value is (10,0,11,59).

  • cyan value is 10.48%
  • magenta value is 0.00%
  • yellow value is 11.43%
  • key color value is 58.82%
CMYK:
(10,0,11,59)
C10M0Y11K59 
(10%,0%,11%,59%)
(0.10/0.00/0.11/0.59)	

CMYK percentages

%10.48
%0
%11.43
%58.82

Codes

Color #5E695D in popluar color models

5E695D
RGB9410593
HSL115°6.06%38.82%
HSB/HSV115°11.43%41.18%
CMYK10.48%0.00%11.43%
58.82%

Color #5E695D in popluar number systems.

HEX5E695D
Decimal9410593
Binary101111011010011011101
Octal136151135

Shades and tints

Shades of #5E695D

#5E695D
(94,105,93)
#566055
(86,96,85)
#4E574D
(78,87,77)
#464E45
(70,78,69)
#3E453D
(62,69,61)
#363C35
(54,60,53)
#2E332D
(46,51,45)
#262A25
(38,42,37)
#1E211D
(30,33,29)
#161815
(22,24,21)
#0E0F0D
(14,15,13)
#000000
(0,0,0)

Tints of #5E695D

#5E695D
(94,105,93)
#6C766B
(108,118,107)
#7A8379
(122,131,121)
#889087
(136,144,135)
#969D95
(150,157,149)
#A4AAA3
(164,170,163)
#B2B7B1
(178,183,177)
#C0C4BF
(192,196,191)
#CED1CD
(206,209,205)
#DCDEDB
(220,222,219)
#EAEBE9
(234,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E695D; }

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

This text font color is #5E695D.


Background Color

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

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

This div background color is #5E695D.


Border color

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

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

This div border color is #5E695D.


Opacity

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

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

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

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

This text has shadow with #5E695D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E695D on black background.


Color preview on white background

This text has color #5E695D on white background.



Black color preview on #5E695D background

This text has black color on #5E695D background.


White color preview on #5E695D background

This text has white color on #5E695D background.