COLOR #5E7761

HEX: #5E7761
RGB: (94,119,97)

Color info

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

RGB color model

#5E7761 color RGB value is (94,119,97).

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

RGB channels and saturation

R 94 of 255 = 37%
G 119 of 255 = 47%
B 97 of 255 = 38%

94
119
97

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

Portions of RGB colors in percentages

R + G + B =
94 + 119 + 97 = 310 (100%)
R 94 of 310 ~ 30.32%
G 119 of 310 ~ 38.39%
B 97 of 310 ~ 31.29%

%30.32
%38.39
%31.29

CMYK color model

#5E7761 color CMYK value is (21,0,18,53).

  • cyan value is 21.01%
  • magenta value is 0.00%
  • yellow value is 18.49%
  • key color value is 53.33%
CMYK:
(21,0,18,53)
C21M0Y18K53 
(21%,0%,18%,53%)
(0.21/0.00/0.18/0.53)	

CMYK percentages

%21.01
%0
%18.49
%53.33

Codes

Color #5E7761 in popluar color models

5E7761
RGB9411997
HSL127°11.74%41.76%
HSB/HSV127°21.01%46.67%
CMYK21.01%0.00%18.49%
53.33%

Color #5E7761 in popluar number systems.

HEX5E7761
Decimal9411997
Binary101111011101111100001
Octal136167141

Shades and tints

Shades of #5E7761

#5E7761
(94,119,97)
#566D59
(86,109,89)
#4E6351
(78,99,81)
#465949
(70,89,73)
#3E4F41
(62,79,65)
#364539
(54,69,57)
#2E3B31
(46,59,49)
#263129
(38,49,41)
#1E2721
(30,39,33)
#161D19
(22,29,25)
#0E1311
(14,19,17)
#000000
(0,0,0)

Tints of #5E7761

#5E7761
(94,119,97)
#6C836F
(108,131,111)
#7A8F7D
(122,143,125)
#889B8B
(136,155,139)
#96A799
(150,167,153)
#A4B3A7
(164,179,167)
#B2BFB5
(178,191,181)
#C0CBC3
(192,203,195)
#CED7D1
(206,215,209)
#DCE3DF
(220,227,223)
#EAEFED
(234,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E7761; }

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

This text font color is #5E7761.


Background Color

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

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

This div background color is #5E7761.


Border color

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

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

This div border color is #5E7761.


Opacity

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

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

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

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

This text has shadow with #5E7761 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E7761 on black background.


Color preview on white background

This text has color #5E7761 on white background.



Black color preview on #5E7761 background

This text has black color on #5E7761 background.


White color preview on #5E7761 background

This text has white color on #5E7761 background.