COLOR #5E746A

HEX: #5E746A
RGB: (94,116,106)

Color info

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

RGB color model

#5E746A color RGB value is (94,116,106).

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

RGB channels and saturation

R 94 of 255 = 37%
G 116 of 255 = 45%
B 106 of 255 = 42%

94
116
106

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

Portions of RGB colors in percentages

R + G + B =
94 + 116 + 106 = 316 (100%)
R 94 of 316 ~ 29.75%
G 116 of 316 ~ 36.71%
B 106 of 316 ~ 33.54%

%29.75
%36.71
%33.54

CMYK color model

#5E746A color CMYK value is (19,0,9,55).

  • cyan value is 18.97%
  • magenta value is 0.00%
  • yellow value is 8.62%
  • key color value is 54.51%
CMYK:
(19,0,9,55)
C19M0Y9K55 
(19%,0%,9%,55%)
(0.19/0.00/0.09/0.55)	

CMYK percentages

%18.97
%0
%8.62
%54.51

Codes

Color #5E746A in popluar color models

5E746A
RGB94116106
HSL153°10.48%41.18%
HSB/HSV153°18.97%45.49%
CMYK18.97%0.00%8.62%
54.51%

Color #5E746A in popluar number systems.

HEX5E746A
Decimal94116106
Binary101111011101001101010
Octal136164152

Shades and tints

Shades of #5E746A

#5E746A
(94,116,106)
#566A61
(86,106,97)
#4E6058
(78,96,88)
#46564F
(70,86,79)
#3E4C46
(62,76,70)
#36423D
(54,66,61)
#2E3834
(46,56,52)
#262E2B
(38,46,43)
#1E2422
(30,36,34)
#161A19
(22,26,25)
#0E1010
(14,16,16)
#000000
(0,0,0)

Tints of #5E746A

#5E746A
(94,116,106)
#6C8077
(108,128,119)
#7A8C84
(122,140,132)
#889891
(136,152,145)
#96A49E
(150,164,158)
#A4B0AB
(164,176,171)
#B2BCB8
(178,188,184)
#C0C8C5
(192,200,197)
#CED4D2
(206,212,210)
#DCE0DF
(220,224,223)
#EAECEC
(234,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E746A; }

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

This text font color is #5E746A.


Background Color

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

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

This div background color is #5E746A.


Border color

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

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

This div border color is #5E746A.


Opacity

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

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

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

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

This text has shadow with #5E746A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E746A on black background.


Color preview on white background

This text has color #5E746A on white background.



Black color preview on #5E746A background

This text has black color on #5E746A background.


White color preview on #5E746A background

This text has white color on #5E746A background.