COLOR #5F765F

HEX: #5F765F
RGB: (95,118,95)

Color info

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

RGB color model

#5F765F color RGB value is (95,118,95).

  • red value is 95;
  • green value is 118;
  • blue value is 95.
RGB:
(95,118,95)
(37%,46%,37%)

RGB channels and saturation

R 95 of 255 = 37%
G 118 of 255 = 46%
B 95 of 255 = 37%

95
118
95

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

Portions of RGB colors in percentages

R + G + B =
95 + 118 + 95 = 308 (100%)
R 95 of 308 ~ 30.84%
G 118 of 308 ~ 38.31%
B 95 of 308 ~ 30.84%

%30.84
%38.31
%30.84

CMYK color model

#5F765F color CMYK value is (19,0,19,54).

  • cyan value is 19.49%
  • magenta value is 0.00%
  • yellow value is 19.49%
  • key color value is 53.73%
CMYK:
(19,0,19,54)
C19M0Y19K54 
(19%,0%,19%,54%)
(0.19/0.00/0.19/0.54)	

CMYK percentages

%19.49
%0
%19.49
%53.73

Codes

Color #5F765F in popluar color models

5F765F
RGB9511895
HSL120°10.80%41.76%
HSB/HSV120°19.49%46.27%
CMYK19.49%0.00%19.49%
53.73%

Color #5F765F in popluar number systems.

HEX5F765F
Decimal9511895
Binary101111111101101011111
Octal137166137

Shades and tints

Shades of #5F765F

#5F765F
(95,118,95)
#576C57
(87,108,87)
#4F624F
(79,98,79)
#475847
(71,88,71)
#3F4E3F
(63,78,63)
#374437
(55,68,55)
#2F3A2F
(47,58,47)
#273027
(39,48,39)
#1F261F
(31,38,31)
#171C17
(23,28,23)
#0F120F
(15,18,15)
#000000
(0,0,0)

Tints of #5F765F

#5F765F
(95,118,95)
#6D826D
(109,130,109)
#7B8E7B
(123,142,123)
#899A89
(137,154,137)
#97A697
(151,166,151)
#A5B2A5
(165,178,165)
#B3BEB3
(179,190,179)
#C1CAC1
(193,202,193)
#CFD6CF
(207,214,207)
#DDE2DD
(221,226,221)
#EBEEEB
(235,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F765F; }

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

This text font color is #5F765F.


Background Color

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

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

This div background color is #5F765F.


Border color

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

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

This div border color is #5F765F.


Opacity

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

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

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

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

This text has shadow with #5F765F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F765F on black background.


Color preview on white background

This text has color #5F765F on white background.



Black color preview on #5F765F background

This text has black color on #5F765F background.


White color preview on #5F765F background

This text has white color on #5F765F background.