COLOR #5E774B

HEX: #5E774B
RGB: (94,119,75)

Color info

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

RGB color model

#5E774B color RGB value is (94,119,75).

  • red value is 94;
  • green value is 119;
  • blue value is 75.
RGB:
(94,119,75)
(37%,47%,29%)

RGB channels and saturation

R 94 of 255 = 37%
G 119 of 255 = 47%
B 75 of 255 = 29%

94
119
75

R + G + B ~ 38%. #5E774B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 119 + 75 = 288 (100%)
R 94 of 288 ~ 32.64%
G 119 of 288 ~ 41.32%
B 75 of 288 ~ 26.04%

%32.64
%41.32
%26.04

CMYK color model

#5E774B color CMYK value is (21,0,37,53).

  • cyan value is 21.01%
  • magenta value is 0.00%
  • yellow value is 36.97%
  • key color value is 53.33%
CMYK:
(21,0,37,53)
C21M0Y37K53 
(21%,0%,37%,53%)
(0.21/0.00/0.37/0.53)	

CMYK percentages

%21.01
%0
%36.97
%53.33

Codes

Color #5E774B in popluar color models

5E774B
RGB9411975
HSL94°22.68%38.04%
HSB/HSV94°36.97%46.67%
CMYK21.01%0.00%36.97%
53.33%

Color #5E774B in popluar number systems.

HEX5E774B
Decimal9411975
Binary101111011101111001011
Octal136167113

Shades and tints

Shades of #5E774B

#5E774B
(94,119,75)
#566D45
(86,109,69)
#4E633F
(78,99,63)
#465939
(70,89,57)
#3E4F33
(62,79,51)
#36452D
(54,69,45)
#2E3B27
(46,59,39)
#263121
(38,49,33)
#1E271B
(30,39,27)
#161D15
(22,29,21)
#0E130F
(14,19,15)
#000000
(0,0,0)

Tints of #5E774B

#5E774B
(94,119,75)
#6C835B
(108,131,91)
#7A8F6B
(122,143,107)
#889B7B
(136,155,123)
#96A78B
(150,167,139)
#A4B39B
(164,179,155)
#B2BFAB
(178,191,171)
#C0CBBB
(192,203,187)
#CED7CB
(206,215,203)
#DCE3DB
(220,227,219)
#EAEFEB
(234,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E774B color. Also use rgb(94,119,75) instead hex code.

Text Font Color

.myTextColor { color: #5E774B; }

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

This text font color is #5E774B.


Background Color

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

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

This div background color is #5E774B.


Border color

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

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

This div border color is #5E774B.


Opacity

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

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

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

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

This text has shadow with #5E774B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E774B on black background.


Color preview on white background

This text has color #5E774B on white background.



Black color preview on #5E774B background

This text has black color on #5E774B background.


White color preview on #5E774B background

This text has white color on #5E774B background.