COLOR #5E7467

HEX: #5E7467
RGB: (94,116,103)

Color info

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

RGB color model

#5E7467 color RGB value is (94,116,103).

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

RGB channels and saturation

R 94 of 255 = 37%
G 116 of 255 = 45%
B 103 of 255 = 40%

94
116
103

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

Portions of RGB colors in percentages

R + G + B =
94 + 116 + 103 = 313 (100%)
R 94 of 313 ~ 30.03%
G 116 of 313 ~ 37.06%
B 103 of 313 ~ 32.91%

%30.03
%37.06
%32.91

CMYK color model

#5E7467 color CMYK value is (19,0,11,55).

  • cyan value is 18.97%
  • magenta value is 0.00%
  • yellow value is 11.21%
  • key color value is 54.51%
CMYK:
(19,0,11,55)
C19M0Y11K55 
(19%,0%,11%,55%)
(0.19/0.00/0.11/0.55)	

CMYK percentages

%18.97
%0
%11.21
%54.51

Codes

Color #5E7467 in popluar color models

5E7467
RGB94116103
HSL145°10.48%41.18%
HSB/HSV145°18.97%45.49%
CMYK18.97%0.00%11.21%
54.51%

Color #5E7467 in popluar number systems.

HEX5E7467
Decimal94116103
Binary101111011101001100111
Octal136164147

Shades and tints

Shades of #5E7467

#5E7467
(94,116,103)
#566A5E
(86,106,94)
#4E6055
(78,96,85)
#46564C
(70,86,76)
#3E4C43
(62,76,67)
#36423A
(54,66,58)
#2E3831
(46,56,49)
#262E28
(38,46,40)
#1E241F
(30,36,31)
#161A16
(22,26,22)
#0E100D
(14,16,13)
#000000
(0,0,0)

Tints of #5E7467

#5E7467
(94,116,103)
#6C8074
(108,128,116)
#7A8C81
(122,140,129)
#88988E
(136,152,142)
#96A49B
(150,164,155)
#A4B0A8
(164,176,168)
#B2BCB5
(178,188,181)
#C0C8C2
(192,200,194)
#CED4CF
(206,212,207)
#DCE0DC
(220,224,220)
#EAECE9
(234,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E7467; }

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

This text font color is #5E7467.


Background Color

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

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

This div background color is #5E7467.


Border color

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

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

This div border color is #5E7467.


Opacity

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

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

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

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

This text has shadow with #5E7467 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E7467 on black background.


Color preview on white background

This text has color #5E7467 on white background.



Black color preview on #5E7467 background

This text has black color on #5E7467 background.


White color preview on #5E7467 background

This text has white color on #5E7467 background.