COLOR #5E7E6D

HEX: #5E7E6D RGB: (94,126,109)

Color info

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

RGB color model

#5E7E6D color RGB value is (94,126,109).

RGB: (94,126,109) (37%, 49%, 43%)

RGB channels and saturation

R 94 of 255 = 37%
G 126 of 255 = 49%
B 109 of 255 = 43%

94
126
109

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

Portions of RGB colors in percentages

R + G + B = 94 + 126 + 109 = 329 (100%)
R 94 of 329 ~ 28.57%
G 126 of 329 ~ 38.3%
B 109 of 329 ~ 33.13'%

%28.57
%38.3
%33.13

CMYK color model

#5E7E6D color CMYK value is (25,0,13,51).

  • cyan value is 25.40%
  • magenta value is 0.00%
  • yellow value is 13.49%
  • key color value is 50.59%

CMYK: (25,0,13,51)
C25M0Y13K51 (25%, 0%, 13%, 51%)
(0.25 / 0.00 / 0.13 / 0.51)

CMYK percentages

%25.4
%0
%13.49
%50.59

Codes

Color #5E7E6D in popluar color models

5E 7E 6D
RGB 94 126 109
HSL 148° 14.55% 43.14%
HSB/HSV 148° 25.40% 49.41%
CMYK 25.40% 0.00% 13.49%
50.59%

Color #5E7E6D in popluar number systems.

HEX 5E 7E 6D
Decimal 94 126 109
Binary 1011110 1111110 1101101
Octal 136 176 155

Shades and tints

Shades of #5E7E6D

#5E7E6D
(94,126,109)
#567364
(86,115,100)
#4E685B
(78,104,91)
#465D52
(70,93,82)
#3E5249
(62,82,73)
#364740
(54,71,64)
#2E3C37
(46,60,55)
#26312E
(38,49,46)
#1E2625
(30,38,37)
#161B1C
(22,27,28)
#0E1013
(14,16,19)
#000000
(0,0,0)

Tints of #5E7E6D

#5E7E6D
(94,126,109)
#6C897A
(108,137,122)
#7A9487
(122,148,135)
#889F94
(136,159,148)
#96AAA1
(150,170,161)
#A4B5AE
(164,181,174)
#B2C0BB
(178,192,187)
#C0CBC8
(192,203,200)
#CED6D5
(206,214,213)
#DCE1E2
(220,225,226)
#EAECEF
(234,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E7E6D; }

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

This text font color is #5E7E6D.

Background Color

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

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

This div background color is #5E7E6D.

Border color

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

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

This div border color is #5E7E6D.

Opacity

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

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

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

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

This text has shadow with #5E7E6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E7E6D.

Preview

Color preview on black background

This text has color #5E7E6D on black background.


Color preview on white background

This text has color #5E7E6D on white background.


Black color preview on #5E7E6D background

This text has black color on #5E7E6D background.


White color preview on #5E7E6D background

This text has white color on #5E7E6D background.


Related colors

Complementary color

Complementary color for #hex is #A18192.


I love getcolorcode.com

Triadic colors

1 #6D5E7E and #7E6D5E with #5E7E6D are triadic colors.

2 #6D7E5E and #7E5E6D with #5E7E6D are triadic colors.