COLOR #5F5255

HEX: #5F5255 RGB: (95,82,85)

Color info

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

RGB color model

#5F5255 color RGB value is (95,82,85).

RGB: (95,82,85) (37%, 32%, 33%)

RGB channels and saturation

R 95 of 255 = 37%
G 82 of 255 = 32%
B 85 of 255 = 33%

95
82
85

R + G + B ~ 34%. #5F5255 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 95 + 82 + 85 = 262 (100%)
R 95 of 262 ~ 36.26%
G 82 of 262 ~ 31.3%
B 85 of 262 ~ 32.44'%

%36.26
%31.3
%32.44

CMYK color model

#5F5255 color CMYK value is (0,14,11,63).

  • cyan value is 0.00%
  • magenta value is 13.68%
  • yellow value is 10.53%
  • key color value is 62.75%

CMYK: (0,14,11,63)
C0M14Y11K63 (0%, 14%, 11%, 63%)
(0.00 / 0.14 / 0.11 / 0.63)

CMYK percentages

%0
%13.68
%10.53
%62.75

Codes

Color #5F5255 in popluar color models

5F 52 55
RGB 95 82 85
HSL 346° 7.34% 34.71%
HSB/HSV 346° 13.68% 37.25%
CMYK 0.00% 13.68% 10.53%
62.75%

Color #5F5255 in popluar number systems.

HEX 5F 52 55
Decimal 95 82 85
Binary 1011111 1010010 1010101
Octal 137 122 125

Shades and tints

Shades of #5F5255

#5F5255
(95,82,85)
#574B4E
(87,75,78)
#4F4447
(79,68,71)
#473D40
(71,61,64)
#3F3639
(63,54,57)
#372F32
(55,47,50)
#2F282B
(47,40,43)
#272124
(39,33,36)
#1F1A1D
(31,26,29)
#171316
(23,19,22)
#0F0C0F
(15,12,15)
#000000
(0,0,0)

Tints of #5F5255

#5F5255
(95,82,85)
#6D6164
(109,97,100)
#7B7073
(123,112,115)
#897F82
(137,127,130)
#978E91
(151,142,145)
#A59DA0
(165,157,160)
#B3ACAF
(179,172,175)
#C1BBBE
(193,187,190)
#CFCACD
(207,202,205)
#DDD9DC
(221,217,220)
#EBE8EB
(235,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F5255; }

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

This text font color is #5F5255.

Background Color

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

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

This div background color is #5F5255.

Border color

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

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

This div border color is #5F5255.

Opacity

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

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

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

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

This text has shadow with #5F5255 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F5255.

Preview

Color preview on black background

This text has color #5F5255 on black background.


Color preview on white background

This text has color #5F5255 on white background.


Black color preview on #5F5255 background

This text has black color on #5F5255 background.


White color preview on #5F5255 background

This text has white color on #5F5255 background.


Related colors

Complementary color

Complementary color for #hex is #A0ADAA.


I love getcolorcode.com

Triadic colors

1 #555F52 and #52555F with #5F5255 are triadic colors.

2 #55525F and #525F55 with #5F5255 are triadic colors.