COLOR #5E7F51

HEX: #5E7F51 RGB: (94,127,81)

Color info

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

RGB color model

#5E7F51 color RGB value is (94,127,81).

RGB: (94,127,81) (37%, 50%, 32%)

RGB channels and saturation

R 94 of 255 = 37%
G 127 of 255 = 50%
B 81 of 255 = 32%

94
127
81

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

Portions of RGB colors in percentages

R + G + B = 94 + 127 + 81 = 302 (100%)
R 94 of 302 ~ 31.13%
G 127 of 302 ~ 42.05%
B 81 of 302 ~ 26.82'%

%31.13
%42.05
%26.82

CMYK color model

#5E7F51 color CMYK value is (26,0,36,50).

  • cyan value is 25.98%
  • magenta value is 0.00%
  • yellow value is 36.22%
  • key color value is 50.20%

CMYK: (26,0,36,50)
C26M0Y36K50 (26%, 0%, 36%, 50%)
(0.26 / 0.00 / 0.36 / 0.50)

CMYK percentages

%25.98
%0
%36.22
%50.2

Codes

Color #5E7F51 in popluar color models

5E 7F 51
RGB 94 127 81
HSL 103° 22.12% 40.78%
HSB/HSV 103° 36.22% 49.80%
CMYK 25.98% 0.00% 36.22%
50.20%

Color #5E7F51 in popluar number systems.

HEX 5E 7F 51
Decimal 94 127 81
Binary 1011110 1111111 1010001
Octal 136 177 121

Shades and tints

Shades of #5E7F51

#5E7F51
(94,127,81)
#56744A
(86,116,74)
#4E6943
(78,105,67)
#465E3C
(70,94,60)
#3E5335
(62,83,53)
#36482E
(54,72,46)
#2E3D27
(46,61,39)
#263220
(38,50,32)
#1E2719
(30,39,25)
#161C12
(22,28,18)
#0E110B
(14,17,11)
#000000
(0,0,0)

Tints of #5E7F51

#5E7F51
(94,127,81)
#6C8A60
(108,138,96)
#7A956F
(122,149,111)
#88A07E
(136,160,126)
#96AB8D
(150,171,141)
#A4B69C
(164,182,156)
#B2C1AB
(178,193,171)
#C0CCBA
(192,204,186)
#CED7C9
(206,215,201)
#DCE2D8
(220,226,216)
#EAEDE7
(234,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E7F51 color. Also use rgb(94,127,81) instead hex code.

Text Font Color

.myTextColor { color: #5E7F51; }

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

This text font color is #5E7F51.

Background Color

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

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

This div background color is #5E7F51.

Border color

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

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

This div border color is #5E7F51.

Opacity

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

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

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

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

This text has shadow with #5E7F51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E7F51.

Preview

Color preview on black background

This text has color #5E7F51 on black background.


Color preview on white background

This text has color #5E7F51 on white background.


Black color preview on #5E7F51 background

This text has black color on #5E7F51 background.


White color preview on #5E7F51 background

This text has white color on #5E7F51 background.


Related colors

Complementary color

Complementary color for #hex is #A180AE.


I love getcolorcode.com

Triadic colors

1 #515E7F and #7F515E with #5E7F51 are triadic colors.

2 #517F5E and #7F5E51 with #5E7F51 are triadic colors.