COLOR #5F4676

HEX: #5F4676 RGB: (95,70,118)

Color info

#5F4676 contains red, green and blue colors in about the same proportion. Web safe color of #5F4676 is #663366 (or #636).

RGB color model

#5F4676 color RGB value is (95,70,118).

RGB: (95,70,118) (37%, 27%, 46%)

RGB channels and saturation

R 95 of 255 = 37%
G 70 of 255 = 27%
B 118 of 255 = 46%

95
70
118

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

Portions of RGB colors in percentages

R + G + B = 95 + 70 + 118 = 283 (100%)
R 95 of 283 ~ 33.57%
G 70 of 283 ~ 24.73%
B 118 of 283 ~ 41.7'%

%33.57
%24.73
%41.7

CMYK color model

#5F4676 color CMYK value is (19,41,0,54).

  • cyan value is 19.49%
  • magenta value is 40.68%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK: (19,41,0,54) C19M41Y0K54 (19%,41%,0%,54%) (0.19/0.41/0.00/0.54) 

CMYK percentages

%19.49
%40.68
%0
%53.73

Codes

Color #5F4676 in popluar color models

5F 46 76
RGB 95 70 118
HSL 271° 25.53% 36.86%
HSB/HSV 271° 40.68% 46.27%
CMYK 19.49% 40.68% 0.00%
53.73%

Color #5F4676 in popluar number systems.

HEX 5F 46 76
Decimal 95 70 118
Binary 1011111 1000110 1110110
Octal 137 106 166

Shades and tints

Shades of #5F4676

#5F4676
(95,70,118)
#57406C
(87,64,108)
#4F3A62
(79,58,98)
#473458
(71,52,88)
#3F2E4E
(63,46,78)
#372844
(55,40,68)
#2F223A
(47,34,58)
#271C30
(39,28,48)
#1F1626
(31,22,38)
#17101C
(23,16,28)
#0F0A12
(15,10,18)
#000000
(0,0,0)

Tints of #5F4676

#5F4676
(95,70,118)
#6D5682
(109,86,130)
#7B668E
(123,102,142)
#89769A
(137,118,154)
#9786A6
(151,134,166)
#A596B2
(165,150,178)
#B3A6BE
(179,166,190)
#C1B6CA
(193,182,202)
#CFC6D6
(207,198,214)
#DDD6E2
(221,214,226)
#EBE6EE
(235,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F4676 color. Also use rgb(95,70,118) instead hex code.

Text Font Color

.myTextColor { color: #5F4676; }

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

This text font color is #5F4676.

Background Color

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

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

This div background color is #5F4676.

Border color

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

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

This div border color is #5F4676.

Opacity

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

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

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

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

This text has shadow with #5F4676 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F4676.

Preview

Color preview on black background

This text has color #5F4676 on black background.


Color preview on white background

This text has color #5F4676 on white background.


Black color preview on #5F4676 background

This text has black color on #5F4676 background.


White color preview on #5F4676 background

This text has white color on #5F4676 background.


Related colors

Complementary color

Complementary color for #hex is #A0B989.


I love getcolorcode.com

Triadic colors

1 #765F46 and #46765F with #5F4676 are triadic colors.

2 #76465F and #465F76 with #5F4676 are triadic colors.