COLOR #5E787C

HEX: #5E787C RGB: (94,120,124)

Color info

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

RGB color model

#5E787C color RGB value is (94,120,124).

RGB: (94,120,124) (37%, 47%, 49%)

RGB channels and saturation

R 94 of 255 = 37%
G 120 of 255 = 47%
B 124 of 255 = 49%

94
120
124

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

Portions of RGB colors in percentages

R + G + B = 94 + 120 + 124 = 338 (100%)
R 94 of 338 ~ 27.81%
G 120 of 338 ~ 35.5%
B 124 of 338 ~ 36.69'%

%27.81
%35.5
%36.69

CMYK color model

#5E787C color CMYK value is (24,3,0,51).

  • cyan value is 24.19%
  • magenta value is 3.23%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (24,3,0,51)
C24M3Y0K51 (24%, 3%, 0%, 51%)
(0.24 / 0.03 / 0.00 / 0.51)

CMYK percentages

%24.19
%3.23
%0
%51.37

Codes

Color #5E787C in popluar color models

5E 78 7C
RGB 94 120 124
HSL 188° 13.76% 42.75%
HSB/HSV 188° 24.19% 48.63%
CMYK 24.19% 3.23% 0.00%
51.37%

Color #5E787C in popluar number systems.

HEX 5E 78 7C
Decimal 94 120 124
Binary 1011110 1111000 1111100
Octal 136 170 174

Shades and tints

Shades of #5E787C

#5E787C
(94,120,124)
#566E71
(86,110,113)
#4E6466
(78,100,102)
#465A5B
(70,90,91)
#3E5050
(62,80,80)
#364645
(54,70,69)
#2E3C3A
(46,60,58)
#26322F
(38,50,47)
#1E2824
(30,40,36)
#161E19
(22,30,25)
#0E140E
(14,20,14)
#000000
(0,0,0)

Tints of #5E787C

#5E787C
(94,120,124)
#6C8487
(108,132,135)
#7A9092
(122,144,146)
#889C9D
(136,156,157)
#96A8A8
(150,168,168)
#A4B4B3
(164,180,179)
#B2C0BE
(178,192,190)
#C0CCC9
(192,204,201)
#CED8D4
(206,216,212)
#DCE4DF
(220,228,223)
#EAF0EA
(234,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E787C; }

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

This text font color is #5E787C.

Background Color

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

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

This div background color is #5E787C.

Border color

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

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

This div border color is #5E787C.

Opacity

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

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

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

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

This text has shadow with #5E787C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E787C.

Preview

Color preview on black background

This text has color #5E787C on black background.


Color preview on white background

This text has color #5E787C on white background.


Black color preview on #5E787C background

This text has black color on #5E787C background.


White color preview on #5E787C background

This text has white color on #5E787C background.


Related colors

Complementary color

Complementary color for #hex is #A18783.


I love getcolorcode.com

Triadic colors

1 #7C5E78 and #787C5E with #5E787C are triadic colors.

2 #7C785E and #785E7C with #5E787C are triadic colors.