COLOR #5E7768

HEX: #5E7768
RGB: (94,119,104)

Color info

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

RGB color model

#5E7768 color RGB value is (94,119,104).

  • red value is 94;
  • green value is 119;
  • blue value is 104.
RGB:
(94,119,104)
(37%,47%,41%)

RGB channels and saturation

R 94 of 255 = 37%
G 119 of 255 = 47%
B 104 of 255 = 41%

94
119
104

R + G + B ~ 42%. #5E7768 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
94 + 119 + 104 = 317 (100%)
R 94 of 317 ~ 29.65%
G 119 of 317 ~ 37.54%
B 104 of 317 ~ 32.81%

%29.65
%37.54
%32.81

CMYK color model

#5E7768 color CMYK value is (21,0,13,53).

  • cyan value is 21.01%
  • magenta value is 0.00%
  • yellow value is 12.61%
  • key color value is 53.33%
CMYK:
(21,0,13,53)
C21M0Y13K53 
(21%,0%,13%,53%)
(0.21/0.00/0.13/0.53)	

CMYK percentages

%21.01
%0
%12.61
%53.33

Codes

Color #5E7768 in popluar color models

5E7768
RGB94119104
HSL144°11.74%41.76%
HSB/HSV144°21.01%46.67%
CMYK21.01%0.00%12.61%
53.33%

Color #5E7768 in popluar number systems.

HEX5E7768
Decimal94119104
Binary101111011101111101000
Octal136167150

Shades and tints

Shades of #5E7768

#5E7768
(94,119,104)
#566D5F
(86,109,95)
#4E6356
(78,99,86)
#46594D
(70,89,77)
#3E4F44
(62,79,68)
#36453B
(54,69,59)
#2E3B32
(46,59,50)
#263129
(38,49,41)
#1E2720
(30,39,32)
#161D17
(22,29,23)
#0E130E
(14,19,14)
#000000
(0,0,0)

Tints of #5E7768

#5E7768
(94,119,104)
#6C8375
(108,131,117)
#7A8F82
(122,143,130)
#889B8F
(136,155,143)
#96A79C
(150,167,156)
#A4B3A9
(164,179,169)
#B2BFB6
(178,191,182)
#C0CBC3
(192,203,195)
#CED7D0
(206,215,208)
#DCE3DD
(220,227,221)
#EAEFEA
(234,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E7768 color. Also use rgb(94,119,104) instead hex code.

Text Font Color

.myTextColor { color: #5E7768; }

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

This text font color is #5E7768.


Background Color

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

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

This div background color is #5E7768.


Border color

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

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

This div border color is #5E7768.


Opacity

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

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

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

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

This text has shadow with #5E7768 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E7768 on black background.


Color preview on white background

This text has color #5E7768 on white background.



Black color preview on #5E7768 background

This text has black color on #5E7768 background.


White color preview on #5E7768 background

This text has white color on #5E7768 background.