COLOR #5F5266

HEX: #5F5266
RGB: (95,82,102)

Color info

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

RGB color model

#5F5266 color RGB value is (95,82,102).

  • red value is 95;
  • green value is 82;
  • blue value is 102.
RGB:
(95,82,102)
(37%,32%,40%)

RGB channels and saturation

R 95 of 255 = 37%
G 82 of 255 = 32%
B 102 of 255 = 40%

95
82
102

R + G + B ~ 36%. #5F5266 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 82 + 102 = 279 (100%)
R 95 of 279 ~ 34.05%
G 82 of 279 ~ 29.39%
B 102 of 279 ~ 36.56%

%34.05
%29.39
%36.56

CMYK color model

#5F5266 color CMYK value is (7,20,0,60).

  • cyan value is 6.86%
  • magenta value is 19.61%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(7,20,0,60)
C7M20Y0K60 
(7%,20%,0%,60%)
(0.07/0.20/0.00/0.60)	

CMYK percentages

%6.86
%19.61
%0
%60

Codes

Color #5F5266 in popluar color models

5F5266
RGB9582102
HSL279°10.87%36.08%
HSB/HSV279°19.61%40.00%
CMYK6.86%19.61%0.00%
60.00%

Color #5F5266 in popluar number systems.

HEX5F5266
Decimal9582102
Binary101111110100101100110
Octal137122146

Shades and tints

Shades of #5F5266

#5F5266
(95,82,102)
#574B5D
(87,75,93)
#4F4454
(79,68,84)
#473D4B
(71,61,75)
#3F3642
(63,54,66)
#372F39
(55,47,57)
#2F2830
(47,40,48)
#272127
(39,33,39)
#1F1A1E
(31,26,30)
#171315
(23,19,21)
#0F0C0C
(15,12,12)
#000000
(0,0,0)

Tints of #5F5266

#5F5266
(95,82,102)
#6D6173
(109,97,115)
#7B7080
(123,112,128)
#897F8D
(137,127,141)
#978E9A
(151,142,154)
#A59DA7
(165,157,167)
#B3ACB4
(179,172,180)
#C1BBC1
(193,187,193)
#CFCACE
(207,202,206)
#DDD9DB
(221,217,219)
#EBE8E8
(235,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F5266; }

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

This text font color is #5F5266.


Background Color

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

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

This div background color is #5F5266.


Border color

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

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

This div border color is #5F5266.


Opacity

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

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

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

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

This text has shadow with #5F5266 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F5266 on black background.


Color preview on white background

This text has color #5F5266 on white background.



Black color preview on #5F5266 background

This text has black color on #5F5266 background.


White color preview on #5F5266 background

This text has white color on #5F5266 background.