COLOR #5F625B

HEX: #5F625B
RGB: (95,98,91)

Color info

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

RGB color model

#5F625B color RGB value is (95,98,91).

  • red value is 95;
  • green value is 98;
  • blue value is 91.
RGB:
(95,98,91)
(37%,38%,36%)

RGB channels and saturation

R 95 of 255 = 37%
G 98 of 255 = 38%
B 91 of 255 = 36%

95
98
91

R + G + B ~ 37%. #5F625B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 98 + 91 = 284 (100%)
R 95 of 284 ~ 33.45%
G 98 of 284 ~ 34.51%
B 91 of 284 ~ 32.04%

%33.45
%34.51
%32.04

CMYK color model

#5F625B color CMYK value is (3,0,7,62).

  • cyan value is 3.06%
  • magenta value is 0.00%
  • yellow value is 7.14%
  • key color value is 61.57%
CMYK:
(3,0,7,62)
C3M0Y7K62 
(3%,0%,7%,62%)
(0.03/0.00/0.07/0.62)	

CMYK percentages

%3.06
%0
%7.14
%61.57

Codes

Color #5F625B in popluar color models

5F625B
RGB959891
HSL86°3.70%37.06%
HSB/HSV86°7.14%38.43%
CMYK3.06%0.00%7.14%
61.57%

Color #5F625B in popluar number systems.

HEX5F625B
Decimal959891
Binary101111111000101011011
Octal137142133

Shades and tints

Shades of #5F625B

#5F625B
(95,98,91)
#575A53
(87,90,83)
#4F524B
(79,82,75)
#474A43
(71,74,67)
#3F423B
(63,66,59)
#373A33
(55,58,51)
#2F322B
(47,50,43)
#272A23
(39,42,35)
#1F221B
(31,34,27)
#171A13
(23,26,19)
#0F120B
(15,18,11)
#000000
(0,0,0)

Tints of #5F625B

#5F625B
(95,98,91)
#6D7069
(109,112,105)
#7B7E77
(123,126,119)
#898C85
(137,140,133)
#979A93
(151,154,147)
#A5A8A1
(165,168,161)
#B3B6AF
(179,182,175)
#C1C4BD
(193,196,189)
#CFD2CB
(207,210,203)
#DDE0D9
(221,224,217)
#EBEEE7
(235,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F625B; }

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

This text font color is #5F625B.


Background Color

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

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

This div background color is #5F625B.


Border color

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

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

This div border color is #5F625B.


Opacity

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

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

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

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

This text has shadow with #5F625B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F625B on black background.


Color preview on white background

This text has color #5F625B on white background.



Black color preview on #5F625B background

This text has black color on #5F625B background.


White color preview on #5F625B background

This text has white color on #5F625B background.