COLOR #5E504C

HEX: #5E504C
RGB: (94,80,76)

Color info

#5E504C contains red, green and blue colors in about the same proportion. Web safe color of #5E504C is #666633 (or #663).

RGB color model

#5E504C color RGB value is (94,80,76).

  • red value is 94;
  • green value is 80;
  • blue value is 76.
RGB: (94,80,76) (37%,31%,30%)

RGB channels and saturation

R 94 of 255 = 37%
G 80 of 255 = 31%
B 76 of 255 = 30%

94
80
76

R + G + B ~ 33%. #5E504C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 80 + 76 = 250 (100%)
R 94 of 250 ~ 37.6%
G 80 of 250 ~ 32%
B 76 of 250 ~ 30.4%

%37.6
%32
%30.4

CMYK color model

#5E504C color CMYK value is (0,15,19,63).

  • cyan value is 0.00%
  • magenta value is 14.89%
  • yellow value is 19.15%
  • key color value is 63.14%
CMYK: (0,15,19,63) C0M15Y19K63 (0%,15%,19%,63%) (0.00/0.15/0.19/0.63)

CMYK percentages

%0
%14.89
%19.15
%63.14

Codes

Color #5E504C in popluar color models

5E504C
RGB948076
HSL13°10.59%33.33%
HSB/HSV13°19.15%36.86%
CMYK0.00%14.89%19.15%
63.14%

Color #5E504C in popluar number systems.

HEX5E504C
Decimal948076
Binary101111010100001001100
Octal136120114

Shades and tints

Shades of #5E504C

#5E504C
(94,80,76)
#564946
(86,73,70)
#4E4240
(78,66,64)
#463B3A
(70,59,58)
#3E3434
(62,52,52)
#362D2E
(54,45,46)
#2E2628
(46,38,40)
#261F22
(38,31,34)
#1E181C
(30,24,28)
#161116
(22,17,22)
#0E0A10
(14,10,16)
#000000
(0,0,0)

Tints of #5E504C

#5E504C
(94,80,76)
#6C5F5C
(108,95,92)
#7A6E6C
(122,110,108)
#887D7C
(136,125,124)
#968C8C
(150,140,140)
#A49B9C
(164,155,156)
#B2AAAC
(178,170,172)
#C0B9BC
(192,185,188)
#CEC8CC
(206,200,204)
#DCD7DC
(220,215,220)
#EAE6EC
(234,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E504C; }

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

This text font color is #5E504C.


Background Color

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

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

This div background color is #5E504C.


Border color

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

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

This div border color is #5E504C.


Opacity

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

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

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

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

This text has shadow with #5E504C color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #5E504C on black background.


Color preview on white background

This text has color #5E504C on white background.



Black color preview on #5E504C background

This text has black color on #5E504C background.


White color preview on #5E504C background

This text has white color on #5E504C background.