COLOR #5F466A

HEX: #5F466A RGB: (95,70,106)

Color info

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

RGB color model

#5F466A color RGB value is (95,70,106).

RGB: (95,70,106) (37%, 27%, 42%)

RGB channels and saturation

R 95 of 255 = 37%
G 70 of 255 = 27%
B 106 of 255 = 42%

95
70
106

R + G + B ~ 35%. #5F466A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 95 + 70 + 106 = 271 (100%)
R 95 of 271 ~ 35.06%
G 70 of 271 ~ 25.83%
B 106 of 271 ~ 39.11'%

%35.06
%25.83
%39.11

CMYK color model

#5F466A color CMYK value is (10,34,0,58).

  • cyan value is 10.38%
  • magenta value is 33.96%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK: (10,34,0,58) C10M34Y0K58 (10%,34%,0%,58%) (0.10/0.34/0.00/0.58) 

CMYK percentages

%10.38
%33.96
%0
%58.43

Codes

Color #5F466A in popluar color models

5F 46 6A
RGB 95 70 106
HSL 282° 20.45% 34.51%
HSB/HSV 282° 33.96% 41.57%
CMYK 10.38% 33.96% 0.00%
58.43%

Color #5F466A in popluar number systems.

HEX 5F 46 6A
Decimal 95 70 106
Binary 1011111 1000110 1101010
Octal 137 106 152

Shades and tints

Shades of #5F466A

#5F466A
(95,70,106)
#574061
(87,64,97)
#4F3A58
(79,58,88)
#47344F
(71,52,79)
#3F2E46
(63,46,70)
#37283D
(55,40,61)
#2F2234
(47,34,52)
#271C2B
(39,28,43)
#1F1622
(31,22,34)
#171019
(23,16,25)
#0F0A10
(15,10,16)
#000000
(0,0,0)

Tints of #5F466A

#5F466A
(95,70,106)
#6D5677
(109,86,119)
#7B6684
(123,102,132)
#897691
(137,118,145)
#97869E
(151,134,158)
#A596AB
(165,150,171)
#B3A6B8
(179,166,184)
#C1B6C5
(193,182,197)
#CFC6D2
(207,198,210)
#DDD6DF
(221,214,223)
#EBE6EC
(235,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F466A; }

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

This text font color is #5F466A.

Background Color

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

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

This div background color is #5F466A.

Border color

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

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

This div border color is #5F466A.

Opacity

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

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

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

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

This text has shadow with #5F466A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F466A.

Preview

Color preview on black background

This text has color #5F466A on black background.


Color preview on white background

This text has color #5F466A on white background.


Black color preview on #5F466A background

This text has black color on #5F466A background.


White color preview on #5F466A background

This text has white color on #5F466A background.


Related colors

Complementary color

Complementary color for #hex is #A0B995.


I love getcolorcode.com

Triadic colors

1 #6A5F46 and #466A5F with #5F466A are triadic colors.

2 #6A465F and #465F6A with #5F466A are triadic colors.