COLOR #5E744C

HEX: #5E744C RGB: (94,116,76)

Color info

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

RGB color model

#5E744C color RGB value is (94,116,76).

RGB: (94,116,76) (37%, 45%, 30%)

RGB channels and saturation

R 94 of 255 = 37%
G 116 of 255 = 45%
B 76 of 255 = 30%

94
116
76

R + G + B ~ 37%. #5E744C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 94 + 116 + 76 = 286 (100%)
R 94 of 286 ~ 32.87%
G 116 of 286 ~ 40.56%
B 76 of 286 ~ 26.57'%

%32.87
%40.56
%26.57

CMYK color model

#5E744C color CMYK value is (19,0,34,55).

  • cyan value is 18.97%
  • magenta value is 0.00%
  • yellow value is 34.48%
  • key color value is 54.51%

CMYK: (19,0,34,55)
C19M0Y34K55 (19%, 0%, 34%, 55%)
(0.19 / 0.00 / 0.34 / 0.55)

CMYK percentages

%18.97
%0
%34.48
%54.51

Codes

Color #5E744C in popluar color models

5E 74 4C
RGB 94 116 76
HSL 93° 20.83% 37.65%
HSB/HSV 93° 34.48% 45.49%
CMYK 18.97% 0.00% 34.48%
54.51%

Color #5E744C in popluar number systems.

HEX 5E 74 4C
Decimal 94 116 76
Binary 1011110 1110100 1001100
Octal 136 164 114

Shades and tints

Shades of #5E744C

#5E744C
(94,116,76)
#566A46
(86,106,70)
#4E6040
(78,96,64)
#46563A
(70,86,58)
#3E4C34
(62,76,52)
#36422E
(54,66,46)
#2E3828
(46,56,40)
#262E22
(38,46,34)
#1E241C
(30,36,28)
#161A16
(22,26,22)
#0E1010
(14,16,16)
#000000
(0,0,0)

Tints of #5E744C

#5E744C
(94,116,76)
#6C805C
(108,128,92)
#7A8C6C
(122,140,108)
#88987C
(136,152,124)
#96A48C
(150,164,140)
#A4B09C
(164,176,156)
#B2BCAC
(178,188,172)
#C0C8BC
(192,200,188)
#CED4CC
(206,212,204)
#DCE0DC
(220,224,220)
#EAECEC
(234,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E744C; }

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

This text font color is #5E744C.

Background Color

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

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

This div background color is #5E744C.

Border color

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

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

This div border color is #5E744C.

Opacity

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

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

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

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

This text has shadow with #5E744C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E744C.

Preview

Color preview on black background

This text has color #5E744C on black background.


Color preview on white background

This text has color #5E744C on white background.


Black color preview on #5E744C background

This text has black color on #5E744C background.


White color preview on #5E744C background

This text has white color on #5E744C background.


Related colors

Complementary color

Complementary color for #hex is #A18BB3.


I love getcolorcode.com

Triadic colors

1 #4C5E74 and #744C5E with #5E744C are triadic colors.

2 #4C745E and #745E4C with #5E744C are triadic colors.