COLOR #5F5271

HEX: #5F5271
RGB: (95,82,113)

Color info

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

RGB color model

#5F5271 color RGB value is (95,82,113).

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

RGB channels and saturation

R 95 of 255 = 37%
G 82 of 255 = 32%
B 113 of 255 = 44%

95
82
113

R + G + B ~ 38%. #5F5271 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 82 + 113 = 290 (100%)
R 95 of 290 ~ 32.76%
G 82 of 290 ~ 28.28%
B 113 of 290 ~ 38.97%

%32.76
%28.28
%38.97

CMYK color model

#5F5271 color CMYK value is (16,27,0,56).

  • cyan value is 15.93%
  • magenta value is 27.43%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(16,27,0,56)
C16M27Y0K56 
(16%,27%,0%,56%)
(0.16/0.27/0.00/0.56)	

CMYK percentages

%15.93
%27.43
%0
%55.69

Codes

Color #5F5271 in popluar color models

5F5271
RGB9582113
HSL265°15.90%38.24%
HSB/HSV265°27.43%44.31%
CMYK15.93%27.43%0.00%
55.69%

Color #5F5271 in popluar number systems.

HEX5F5271
Decimal9582113
Binary101111110100101110001
Octal137122161

Shades and tints

Shades of #5F5271

#5F5271
(95,82,113)
#574B67
(87,75,103)
#4F445D
(79,68,93)
#473D53
(71,61,83)
#3F3649
(63,54,73)
#372F3F
(55,47,63)
#2F2835
(47,40,53)
#27212B
(39,33,43)
#1F1A21
(31,26,33)
#171317
(23,19,23)
#0F0C0D
(15,12,13)
#000000
(0,0,0)

Tints of #5F5271

#5F5271
(95,82,113)
#6D617D
(109,97,125)
#7B7089
(123,112,137)
#897F95
(137,127,149)
#978EA1
(151,142,161)
#A59DAD
(165,157,173)
#B3ACB9
(179,172,185)
#C1BBC5
(193,187,197)
#CFCAD1
(207,202,209)
#DDD9DD
(221,217,221)
#EBE8E9
(235,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F5271; }

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

This text font color is #5F5271.


Background Color

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

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

This div background color is #5F5271.


Border color

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

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

This div border color is #5F5271.


Opacity

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

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

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

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

This text has shadow with #5F5271 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F5271 on black background.


Color preview on white background

This text has color #5F5271 on white background.



Black color preview on #5F5271 background

This text has black color on #5F5271 background.


White color preview on #5F5271 background

This text has white color on #5F5271 background.