COLOR #5F4765

HEX: #5F4765 RGB: (95,71,101)

Color info

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

RGB color model

#5F4765 color RGB value is (95,71,101).

RGB: (95,71,101) (37%, 28%, 40%)

RGB channels and saturation

R 95 of 255 = 37%
G 71 of 255 = 28%
B 101 of 255 = 40%

95
71
101

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

Portions of RGB colors in percentages

R + G + B = 95 + 71 + 101 = 267 (100%)
R 95 of 267 ~ 35.58%
G 71 of 267 ~ 26.59%
B 101 of 267 ~ 37.83'%

%35.58
%26.59
%37.83

CMYK color model

#5F4765 color CMYK value is (6,30,0,60).

  • cyan value is 5.94%
  • magenta value is 29.70%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK: (6,30,0,60) C6M30Y0K60 (6%,30%,0%,60%) (0.06/0.30/0.00/0.60) 

CMYK percentages

%5.94
%29.7
%0
%60.39

Codes

Color #5F4765 in popluar color models

5F 47 65
RGB 95 71 101
HSL 288° 17.44% 33.73%
HSB/HSV 288° 29.70% 39.61%
CMYK 5.94% 29.70% 0.00%
60.39%

Color #5F4765 in popluar number systems.

HEX 5F 47 65
Decimal 95 71 101
Binary 1011111 1000111 1100101
Octal 137 107 145

Shades and tints

Shades of #5F4765

#5F4765
(95,71,101)
#57415C
(87,65,92)
#4F3B53
(79,59,83)
#47354A
(71,53,74)
#3F2F41
(63,47,65)
#372938
(55,41,56)
#2F232F
(47,35,47)
#271D26
(39,29,38)
#1F171D
(31,23,29)
#171114
(23,17,20)
#0F0B0B
(15,11,11)
#000000
(0,0,0)

Tints of #5F4765

#5F4765
(95,71,101)
#6D5773
(109,87,115)
#7B6781
(123,103,129)
#89778F
(137,119,143)
#97879D
(151,135,157)
#A597AB
(165,151,171)
#B3A7B9
(179,167,185)
#C1B7C7
(193,183,199)
#CFC7D5
(207,199,213)
#DDD7E3
(221,215,227)
#EBE7F1
(235,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F4765 color. Also use rgb(95,71,101) instead hex code.

Text Font Color

.myTextColor { color: #5F4765; }

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

This text font color is #5F4765.

Background Color

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

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

This div background color is #5F4765.

Border color

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

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

This div border color is #5F4765.

Opacity

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

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

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

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

This text has shadow with #5F4765 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F4765.

Preview

Color preview on black background

This text has color #5F4765 on black background.


Color preview on white background

This text has color #5F4765 on white background.


Black color preview on #5F4765 background

This text has black color on #5F4765 background.


White color preview on #5F4765 background

This text has white color on #5F4765 background.


Related colors

Complementary color

Complementary color for #hex is #A0B89A.


I love getcolorcode.com

Triadic colors

1 #655F47 and #47655F with #5F4765 are triadic colors.

2 #65475F and #475F65 with #5F4765 are triadic colors.