COLOR #5E7272

HEX: #5E7272
RGB: (94,114,114)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

94
114
114

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

Portions of RGB colors in percentages

R + G + B =
94 + 114 + 114 = 322 (100%)
R 94 of 322 ~ 29.19%
G 114 of 322 ~ 35.4%
B 114 of 322 ~ 35.4%

%29.19
%35.4
%35.4

CMYK color model

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

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

CMYK percentages

%17.54
%0
%0
%55.29

Codes

Color #5E7272 in popluar color models

5E7272
RGB94114114
HSL180°9.62%40.78%
HSB/HSV180°17.54%44.71%
CMYK17.54%0.00%0.00%
55.29%

Color #5E7272 in popluar number systems.

HEX5E7272
Decimal94114114
Binary101111011100101110010
Octal136162162

Shades and tints

Shades of #5E7272

#5E7272
(94,114,114)
#566868
(86,104,104)
#4E5E5E
(78,94,94)
#465454
(70,84,84)
#3E4A4A
(62,74,74)
#364040
(54,64,64)
#2E3636
(46,54,54)
#262C2C
(38,44,44)
#1E2222
(30,34,34)
#161818
(22,24,24)
#0E0E0E
(14,14,14)
#000000
(0,0,0)

Tints of #5E7272

#5E7272
(94,114,114)
#6C7E7E
(108,126,126)
#7A8A8A
(122,138,138)
#889696
(136,150,150)
#96A2A2
(150,162,162)
#A4AEAE
(164,174,174)
#B2BABA
(178,186,186)
#C0C6C6
(192,198,198)
#CED2D2
(206,210,210)
#DCDEDE
(220,222,222)
#EAEAEA
(234,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E7272; }

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

This text font color is #5E7272.


Background Color

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

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

This div background color is #5E7272.


Border color

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

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

This div border color is #5E7272.


Opacity

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

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

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

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

This text has shadow with #5E7272 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E7272 on black background.


Color preview on white background

This text has color #5E7272 on white background.



Black color preview on #5E7272 background

This text has black color on #5E7272 background.


White color preview on #5E7272 background

This text has white color on #5E7272 background.