COLOR #5E6271

HEX: #5E6271
RGB: (94,98,113)

Color info

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

RGB color model

#5E6271 color RGB value is (94,98,113).

  • red value is 94;
  • green value is 98;
  • blue value is 113.
RGB:
(94,98,113)
(37%,38%,44%)

RGB channels and saturation

R 94 of 255 = 37%
G 98 of 255 = 38%
B 113 of 255 = 44%

94
98
113

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

Portions of RGB colors in percentages

R + G + B =
94 + 98 + 113 = 305 (100%)
R 94 of 305 ~ 30.82%
G 98 of 305 ~ 32.13%
B 113 of 305 ~ 37.05%

%30.82
%32.13
%37.05

CMYK color model

#5E6271 color CMYK value is (17,13,0,56).

  • cyan value is 16.81%
  • magenta value is 13.27%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(17,13,0,56)
C17M13Y0K56 
(17%,13%,0%,56%)
(0.17/0.13/0.00/0.56)	

CMYK percentages

%16.81
%13.27
%0
%55.69

Codes

Color #5E6271 in popluar color models

5E6271
RGB9498113
HSL227°9.18%40.59%
HSB/HSV227°16.81%44.31%
CMYK16.81%13.27%0.00%
55.69%

Color #5E6271 in popluar number systems.

HEX5E6271
Decimal9498113
Binary101111011000101110001
Octal136142161

Shades and tints

Shades of #5E6271

#5E6271
(94,98,113)
#565A67
(86,90,103)
#4E525D
(78,82,93)
#464A53
(70,74,83)
#3E4249
(62,66,73)
#363A3F
(54,58,63)
#2E3235
(46,50,53)
#262A2B
(38,42,43)
#1E2221
(30,34,33)
#161A17
(22,26,23)
#0E120D
(14,18,13)
#000000
(0,0,0)

Tints of #5E6271

#5E6271
(94,98,113)
#6C707D
(108,112,125)
#7A7E89
(122,126,137)
#888C95
(136,140,149)
#969AA1
(150,154,161)
#A4A8AD
(164,168,173)
#B2B6B9
(178,182,185)
#C0C4C5
(192,196,197)
#CED2D1
(206,210,209)
#DCE0DD
(220,224,221)
#EAEEE9
(234,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E6271; }

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

This text font color is #5E6271.


Background Color

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

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

This div background color is #5E6271.


Border color

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

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

This div border color is #5E6271.


Opacity

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

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

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

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

This text has shadow with #5E6271 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E6271 on black background.


Color preview on white background

This text has color #5E6271 on white background.



Black color preview on #5E6271 background

This text has black color on #5E6271 background.


White color preview on #5E6271 background

This text has white color on #5E6271 background.