COLOR #5E7375

HEX: #5E7375
RGB: (94,115,117)

Color info

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

RGB color model

#5E7375 color RGB value is (94,115,117).

  • red value is 94;
  • green value is 115;
  • blue value is 117.
RGB:
(94,115,117)
(37%,45%,46%)

RGB channels and saturation

R 94 of 255 = 37%
G 115 of 255 = 45%
B 117 of 255 = 46%

94
115
117

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

Portions of RGB colors in percentages

R + G + B =
94 + 115 + 117 = 326 (100%)
R 94 of 326 ~ 28.83%
G 115 of 326 ~ 35.28%
B 117 of 326 ~ 35.89%

%28.83
%35.28
%35.89

CMYK color model

#5E7375 color CMYK value is (20,2,0,54).

  • cyan value is 19.66%
  • magenta value is 1.71%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(20,2,0,54)
C20M2Y0K54 
(20%,2%,0%,54%)
(0.20/0.02/0.00/0.54)	

CMYK percentages

%19.66
%1.71
%0
%54.12

Codes

Color #5E7375 in popluar color models

5E7375
RGB94115117
HSL185°10.90%41.37%
HSB/HSV185°19.66%45.88%
CMYK19.66%1.71%0.00%
54.12%

Color #5E7375 in popluar number systems.

HEX5E7375
Decimal94115117
Binary101111011100111110101
Octal136163165

Shades and tints

Shades of #5E7375

#5E7375
(94,115,117)
#56696B
(86,105,107)
#4E5F61
(78,95,97)
#465557
(70,85,87)
#3E4B4D
(62,75,77)
#364143
(54,65,67)
#2E3739
(46,55,57)
#262D2F
(38,45,47)
#1E2325
(30,35,37)
#16191B
(22,25,27)
#0E0F11
(14,15,17)
#000000
(0,0,0)

Tints of #5E7375

#5E7375
(94,115,117)
#6C7F81
(108,127,129)
#7A8B8D
(122,139,141)
#889799
(136,151,153)
#96A3A5
(150,163,165)
#A4AFB1
(164,175,177)
#B2BBBD
(178,187,189)
#C0C7C9
(192,199,201)
#CED3D5
(206,211,213)
#DCDFE1
(220,223,225)
#EAEBED
(234,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E7375 color. Also use rgb(94,115,117) instead hex code.

Text Font Color

.myTextColor { color: #5E7375; }

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

This text font color is #5E7375.


Background Color

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

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

This div background color is #5E7375.


Border color

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

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

This div border color is #5E7375.


Opacity

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

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

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

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

This text has shadow with #5E7375 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E7375 on black background.


Color preview on white background

This text has color #5E7375 on white background.



Black color preview on #5E7375 background

This text has black color on #5E7375 background.


White color preview on #5E7375 background

This text has white color on #5E7375 background.