COLOR #5E7974

HEX: #5E7974 RGB: (94,121,116)

Color info

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

RGB color model

#5E7974 color RGB value is (94,121,116).

RGB: (94,121,116) (37%, 47%, 45%)

RGB channels and saturation

R 94 of 255 = 37%
G 121 of 255 = 47%
B 116 of 255 = 45%

94
121
116

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

Portions of RGB colors in percentages

R + G + B = 94 + 121 + 116 = 331 (100%)
R 94 of 331 ~ 28.4%
G 121 of 331 ~ 36.56%
B 116 of 331 ~ 35.05'%

%28.4
%36.56
%35.05

CMYK color model

#5E7974 color CMYK value is (22,0,4,53).

  • cyan value is 22.31%
  • magenta value is 0.00%
  • yellow value is 4.13%
  • key color value is 52.55%

CMYK: (22,0,4,53)
C22M0Y4K53 (22%, 0%, 4%, 53%)
(0.22 / 0.00 / 0.04 / 0.53)

CMYK percentages

%22.31
%0
%4.13
%52.55

Codes

Color #5E7974 in popluar color models

5E 79 74
RGB 94 121 116
HSL 169° 12.56% 42.16%
HSB/HSV 169° 22.31% 47.45%
CMYK 22.31% 0.00% 4.13%
52.55%

Color #5E7974 in popluar number systems.

HEX 5E 79 74
Decimal 94 121 116
Binary 1011110 1111001 1110100
Octal 136 171 164

Shades and tints

Shades of #5E7974

#5E7974
(94,121,116)
#566E6A
(86,110,106)
#4E6360
(78,99,96)
#465856
(70,88,86)
#3E4D4C
(62,77,76)
#364242
(54,66,66)
#2E3738
(46,55,56)
#262C2E
(38,44,46)
#1E2124
(30,33,36)
#16161A
(22,22,26)
#0E0B10
(14,11,16)
#000000
(0,0,0)

Tints of #5E7974

#5E7974
(94,121,116)
#6C8580
(108,133,128)
#7A918C
(122,145,140)
#889D98
(136,157,152)
#96A9A4
(150,169,164)
#A4B5B0
(164,181,176)
#B2C1BC
(178,193,188)
#C0CDC8
(192,205,200)
#CED9D4
(206,217,212)
#DCE5E0
(220,229,224)
#EAF1EC
(234,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E7974; }

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

This text font color is #5E7974.

Background Color

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

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

This div background color is #5E7974.

Border color

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

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

This div border color is #5E7974.

Opacity

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

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

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

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

This text has shadow with #5E7974 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E7974.

Preview

Color preview on black background

This text has color #5E7974 on black background.


Color preview on white background

This text has color #5E7974 on white background.


Black color preview on #5E7974 background

This text has black color on #5E7974 background.


White color preview on #5E7974 background

This text has white color on #5E7974 background.


Related colors

Complementary color

Complementary color for #hex is #A1868B.


I love getcolorcode.com

Triadic colors

1 #745E79 and #79745E with #5E7974 are triadic colors.

2 #74795E and #795E74 with #5E7974 are triadic colors.