COLOR #5F7568

HEX: #5F7568
RGB: (95,117,104)

Color info

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

RGB color model

#5F7568 color RGB value is (95,117,104).

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

RGB channels and saturation

R 95 of 255 = 37%
G 117 of 255 = 46%
B 104 of 255 = 41%

95
117
104

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

Portions of RGB colors in percentages

R + G + B =
95 + 117 + 104 = 316 (100%)
R 95 of 316 ~ 30.06%
G 117 of 316 ~ 37.03%
B 104 of 316 ~ 32.91%

%30.06
%37.03
%32.91

CMYK color model

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

  • cyan value is 18.80%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 54.12%
CMYK:
(19,0,11,54)
C19M0Y11K54 
(19%,0%,11%,54%)
(0.19/0.00/0.11/0.54)	

CMYK percentages

%18.8
%0
%11.11
%54.12

Codes

Color #5F7568 in popluar color models

5F7568
RGB95117104
HSL145°10.38%41.57%
HSB/HSV145°18.80%45.88%
CMYK18.80%0.00%11.11%
54.12%

Color #5F7568 in popluar number systems.

HEX5F7568
Decimal95117104
Binary101111111101011101000
Octal137165150

Shades and tints

Shades of #5F7568

#5F7568
(95,117,104)
#576B5F
(87,107,95)
#4F6156
(79,97,86)
#47574D
(71,87,77)
#3F4D44
(63,77,68)
#37433B
(55,67,59)
#2F3932
(47,57,50)
#272F29
(39,47,41)
#1F2520
(31,37,32)
#171B17
(23,27,23)
#0F110E
(15,17,14)
#000000
(0,0,0)

Tints of #5F7568

#5F7568
(95,117,104)
#6D8175
(109,129,117)
#7B8D82
(123,141,130)
#89998F
(137,153,143)
#97A59C
(151,165,156)
#A5B1A9
(165,177,169)
#B3BDB6
(179,189,182)
#C1C9C3
(193,201,195)
#CFD5D0
(207,213,208)
#DDE1DD
(221,225,221)
#EBEDEA
(235,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F7568; }

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

This text font color is #5F7568.


Background Color

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

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

This div background color is #5F7568.


Border color

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

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

This div border color is #5F7568.


Opacity

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

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

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

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

This text has shadow with #5F7568 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F7568 on black background.


Color preview on white background

This text has color #5F7568 on white background.



Black color preview on #5F7568 background

This text has black color on #5F7568 background.


White color preview on #5F7568 background

This text has white color on #5F7568 background.