COLOR #5E7667

HEX: #5E7667
RGB: (94,118,103)

Color info

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

RGB color model

#5E7667 color RGB value is (94,118,103).

  • red value is 94;
  • green value is 118;
  • blue value is 103.
RGB:
(94,118,103)
(37%,46%,40%)

RGB channels and saturation

R 94 of 255 = 37%
G 118 of 255 = 46%
B 103 of 255 = 40%

94
118
103

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

Portions of RGB colors in percentages

R + G + B =
94 + 118 + 103 = 315 (100%)
R 94 of 315 ~ 29.84%
G 118 of 315 ~ 37.46%
B 103 of 315 ~ 32.7%

%29.84
%37.46
%32.7

CMYK color model

#5E7667 color CMYK value is (20,0,13,54).

  • cyan value is 20.34%
  • magenta value is 0.00%
  • yellow value is 12.71%
  • key color value is 53.73%
CMYK:
(20,0,13,54)
C20M0Y13K54 
(20%,0%,13%,54%)
(0.20/0.00/0.13/0.54)	

CMYK percentages

%20.34
%0
%12.71
%53.73

Codes

Color #5E7667 in popluar color models

5E7667
RGB94118103
HSL143°11.32%41.57%
HSB/HSV143°20.34%46.27%
CMYK20.34%0.00%12.71%
53.73%

Color #5E7667 in popluar number systems.

HEX5E7667
Decimal94118103
Binary101111011101101100111
Octal136166147

Shades and tints

Shades of #5E7667

#5E7667
(94,118,103)
#566C5E
(86,108,94)
#4E6255
(78,98,85)
#46584C
(70,88,76)
#3E4E43
(62,78,67)
#36443A
(54,68,58)
#2E3A31
(46,58,49)
#263028
(38,48,40)
#1E261F
(30,38,31)
#161C16
(22,28,22)
#0E120D
(14,18,13)
#000000
(0,0,0)

Tints of #5E7667

#5E7667
(94,118,103)
#6C8274
(108,130,116)
#7A8E81
(122,142,129)
#889A8E
(136,154,142)
#96A69B
(150,166,155)
#A4B2A8
(164,178,168)
#B2BEB5
(178,190,181)
#C0CAC2
(192,202,194)
#CED6CF
(206,214,207)
#DCE2DC
(220,226,220)
#EAEEE9
(234,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E7667 color. Also use rgb(94,118,103) instead hex code.

Text Font Color

.myTextColor { color: #5E7667; }

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

This text font color is #5E7667.


Background Color

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

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

This div background color is #5E7667.


Border color

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

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

This div border color is #5E7667.


Opacity

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

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

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

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

This text has shadow with #5E7667 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E7667 on black background.


Color preview on white background

This text has color #5E7667 on white background.



Black color preview on #5E7667 background

This text has black color on #5E7667 background.


White color preview on #5E7667 background

This text has white color on #5E7667 background.