COLOR #5F7E63

HEX: #5F7E63
RGB: (95,126,99)

Color info

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

RGB color model

#5F7E63 color RGB value is (95,126,99).

  • red value is 95;
  • green value is 126;
  • blue value is 99.
RGB:
(95,126,99)
(37%,49%,39%)

RGB channels and saturation

R 95 of 255 = 37%
G 126 of 255 = 49%
B 99 of 255 = 39%

95
126
99

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

Portions of RGB colors in percentages

R + G + B =
95 + 126 + 99 = 320 (100%)
R 95 of 320 ~ 29.69%
G 126 of 320 ~ 39.38%
B 99 of 320 ~ 30.94%

%29.69
%39.38
%30.94

CMYK color model

#5F7E63 color CMYK value is (25,0,21,51).

  • cyan value is 24.60%
  • magenta value is 0.00%
  • yellow value is 21.43%
  • key color value is 50.59%
CMYK:
(25,0,21,51)
C25M0Y21K51 
(25%,0%,21%,51%)
(0.25/0.00/0.21/0.51)	

CMYK percentages

%24.6
%0
%21.43
%50.59

Codes

Color #5F7E63 in popluar color models

5F7E63
RGB9512699
HSL128°14.03%43.33%
HSB/HSV128°24.60%49.41%
CMYK24.60%0.00%21.43%
50.59%

Color #5F7E63 in popluar number systems.

HEX5F7E63
Decimal9512699
Binary101111111111101100011
Octal137176143

Shades and tints

Shades of #5F7E63

#5F7E63
(95,126,99)
#57735A
(87,115,90)
#4F6851
(79,104,81)
#475D48
(71,93,72)
#3F523F
(63,82,63)
#374736
(55,71,54)
#2F3C2D
(47,60,45)
#273124
(39,49,36)
#1F261B
(31,38,27)
#171B12
(23,27,18)
#0F1009
(15,16,9)
#000000
(0,0,0)

Tints of #5F7E63

#5F7E63
(95,126,99)
#6D8971
(109,137,113)
#7B947F
(123,148,127)
#899F8D
(137,159,141)
#97AA9B
(151,170,155)
#A5B5A9
(165,181,169)
#B3C0B7
(179,192,183)
#C1CBC5
(193,203,197)
#CFD6D3
(207,214,211)
#DDE1E1
(221,225,225)
#EBECEF
(235,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F7E63 color. Also use rgb(95,126,99) instead hex code.

Text Font Color

.myTextColor { color: #5F7E63; }

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

This text font color is #5F7E63.


Background Color

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

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

This div background color is #5F7E63.


Border color

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

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

This div border color is #5F7E63.


Opacity

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

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

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

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

This text has shadow with #5F7E63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F7E63 on black background.


Color preview on white background

This text has color #5F7E63 on white background.



Black color preview on #5F7E63 background

This text has black color on #5F7E63 background.


White color preview on #5F7E63 background

This text has white color on #5F7E63 background.