COLOR #5E7264

HEX: #5E7264
RGB: (94,114,100)

Color info

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

RGB color model

#5E7264 color RGB value is (94,114,100).

  • red value is 94;
  • green value is 114;
  • blue value is 100.
RGB:
(94,114,100)
(37%,45%,39%)

RGB channels and saturation

R 94 of 255 = 37%
G 114 of 255 = 45%
B 100 of 255 = 39%

94
114
100

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

Portions of RGB colors in percentages

R + G + B =
94 + 114 + 100 = 308 (100%)
R 94 of 308 ~ 30.52%
G 114 of 308 ~ 37.01%
B 100 of 308 ~ 32.47%

%30.52
%37.01
%32.47

CMYK color model

#5E7264 color CMYK value is (18,0,12,55).

  • cyan value is 17.54%
  • magenta value is 0.00%
  • yellow value is 12.28%
  • key color value is 55.29%
CMYK:
(18,0,12,55)
C18M0Y12K55 
(18%,0%,12%,55%)
(0.18/0.00/0.12/0.55)	

CMYK percentages

%17.54
%0
%12.28
%55.29

Codes

Color #5E7264 in popluar color models

5E7264
RGB94114100
HSL138°9.62%40.78%
HSB/HSV138°17.54%44.71%
CMYK17.54%0.00%12.28%
55.29%

Color #5E7264 in popluar number systems.

HEX5E7264
Decimal94114100
Binary101111011100101100100
Octal136162144

Shades and tints

Shades of #5E7264

#5E7264
(94,114,100)
#56685B
(86,104,91)
#4E5E52
(78,94,82)
#465449
(70,84,73)
#3E4A40
(62,74,64)
#364037
(54,64,55)
#2E362E
(46,54,46)
#262C25
(38,44,37)
#1E221C
(30,34,28)
#161813
(22,24,19)
#0E0E0A
(14,14,10)
#000000
(0,0,0)

Tints of #5E7264

#5E7264
(94,114,100)
#6C7E72
(108,126,114)
#7A8A80
(122,138,128)
#88968E
(136,150,142)
#96A29C
(150,162,156)
#A4AEAA
(164,174,170)
#B2BAB8
(178,186,184)
#C0C6C6
(192,198,198)
#CED2D4
(206,210,212)
#DCDEE2
(220,222,226)
#EAEAF0
(234,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E7264 color. Also use rgb(94,114,100) instead hex code.

Text Font Color

.myTextColor { color: #5E7264; }

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

This text font color is #5E7264.


Background Color

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

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

This div background color is #5E7264.


Border color

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

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

This div border color is #5E7264.


Opacity

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

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

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

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

This text has shadow with #5E7264 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E7264 on black background.


Color preview on white background

This text has color #5E7264 on white background.



Black color preview on #5E7264 background

This text has black color on #5E7264 background.


White color preview on #5E7264 background

This text has white color on #5E7264 background.