COLOR #5E786D

HEX: #5E786D
RGB: (94,120,109)

Color info

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

RGB color model

#5E786D color RGB value is (94,120,109).

  • red value is 94;
  • green value is 120;
  • blue value is 109.
RGB:
(94,120,109)
(37%,47%,43%)

RGB channels and saturation

R 94 of 255 = 37%
G 120 of 255 = 47%
B 109 of 255 = 43%

94
120
109

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

Portions of RGB colors in percentages

R + G + B =
94 + 120 + 109 = 323 (100%)
R 94 of 323 ~ 29.1%
G 120 of 323 ~ 37.15%
B 109 of 323 ~ 33.75%

%29.1
%37.15
%33.75

CMYK color model

#5E786D color CMYK value is (22,0,9,53).

  • cyan value is 21.67%
  • magenta value is 0.00%
  • yellow value is 9.17%
  • key color value is 52.94%
CMYK:
(22,0,9,53)
C22M0Y9K53 
(22%,0%,9%,53%)
(0.22/0.00/0.09/0.53)	

CMYK percentages

%21.67
%0
%9.17
%52.94

Codes

Color #5E786D in popluar color models

5E786D
RGB94120109
HSL155°12.15%41.96%
HSB/HSV155°21.67%47.06%
CMYK21.67%0.00%9.17%
52.94%

Color #5E786D in popluar number systems.

HEX5E786D
Decimal94120109
Binary101111011110001101101
Octal136170155

Shades and tints

Shades of #5E786D

#5E786D
(94,120,109)
#566E64
(86,110,100)
#4E645B
(78,100,91)
#465A52
(70,90,82)
#3E5049
(62,80,73)
#364640
(54,70,64)
#2E3C37
(46,60,55)
#26322E
(38,50,46)
#1E2825
(30,40,37)
#161E1C
(22,30,28)
#0E1413
(14,20,19)
#000000
(0,0,0)

Tints of #5E786D

#5E786D
(94,120,109)
#6C847A
(108,132,122)
#7A9087
(122,144,135)
#889C94
(136,156,148)
#96A8A1
(150,168,161)
#A4B4AE
(164,180,174)
#B2C0BB
(178,192,187)
#C0CCC8
(192,204,200)
#CED8D5
(206,216,213)
#DCE4E2
(220,228,226)
#EAF0EF
(234,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E786D color. Also use rgb(94,120,109) instead hex code.

Text Font Color

.myTextColor { color: #5E786D; }

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

This text font color is #5E786D.


Background Color

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

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

This div background color is #5E786D.


Border color

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

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

This div border color is #5E786D.


Opacity

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

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

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

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

This text has shadow with #5E786D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E786D on black background.


Color preview on white background

This text has color #5E786D on white background.



Black color preview on #5E786D background

This text has black color on #5E786D background.


White color preview on #5E786D background

This text has white color on #5E786D background.