COLOR #5E736B

HEX: #5E736B
RGB: (94,115,107)

Color info

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

RGB color model

#5E736B color RGB value is (94,115,107).

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

RGB channels and saturation

R 94 of 255 = 37%
G 115 of 255 = 45%
B 107 of 255 = 42%

94
115
107

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

Portions of RGB colors in percentages

R + G + B =
94 + 115 + 107 = 316 (100%)
R 94 of 316 ~ 29.75%
G 115 of 316 ~ 36.39%
B 107 of 316 ~ 33.86%

%29.75
%36.39
%33.86

CMYK color model

#5E736B color CMYK value is (18,0,7,55).

  • cyan value is 18.26%
  • magenta value is 0.00%
  • yellow value is 6.96%
  • key color value is 54.90%
CMYK:
(18,0,7,55)
C18M0Y7K55 
(18%,0%,7%,55%)
(0.18/0.00/0.07/0.55)	

CMYK percentages

%18.26
%0
%6.96
%54.9

Codes

Color #5E736B in popluar color models

5E736B
RGB94115107
HSL157°10.05%40.98%
HSB/HSV157°18.26%45.10%
CMYK18.26%0.00%6.96%
54.90%

Color #5E736B in popluar number systems.

HEX5E736B
Decimal94115107
Binary101111011100111101011
Octal136163153

Shades and tints

Shades of #5E736B

#5E736B
(94,115,107)
#566962
(86,105,98)
#4E5F59
(78,95,89)
#465550
(70,85,80)
#3E4B47
(62,75,71)
#36413E
(54,65,62)
#2E3735
(46,55,53)
#262D2C
(38,45,44)
#1E2323
(30,35,35)
#16191A
(22,25,26)
#0E0F11
(14,15,17)
#000000
(0,0,0)

Tints of #5E736B

#5E736B
(94,115,107)
#6C7F78
(108,127,120)
#7A8B85
(122,139,133)
#889792
(136,151,146)
#96A39F
(150,163,159)
#A4AFAC
(164,175,172)
#B2BBB9
(178,187,185)
#C0C7C6
(192,199,198)
#CED3D3
(206,211,211)
#DCDFE0
(220,223,224)
#EAEBED
(234,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E736B; }

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

This text font color is #5E736B.


Background Color

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

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

This div background color is #5E736B.


Border color

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

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

This div border color is #5E736B.


Opacity

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

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

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

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

This text has shadow with #5E736B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E736B on black background.


Color preview on white background

This text has color #5E736B on white background.



Black color preview on #5E736B background

This text has black color on #5E736B background.


White color preview on #5E736B background

This text has white color on #5E736B background.