COLOR #5F4C65

HEX: #5F4C65 RGB: (95,76,101)

Color info

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

RGB color model

#5F4C65 color RGB value is (95,76,101).

RGB: (95,76,101) (37%, 30%, 40%)

RGB channels and saturation

R 95 of 255 = 37%
G 76 of 255 = 30%
B 101 of 255 = 40%

95
76
101

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

Portions of RGB colors in percentages

R + G + B = 95 + 76 + 101 = 272 (100%)
R 95 of 272 ~ 34.93%
G 76 of 272 ~ 27.94%
B 101 of 272 ~ 37.13'%

%34.93
%27.94
%37.13

CMYK color model

#5F4C65 color CMYK value is (6,25,0,60).

  • cyan value is 5.94%
  • magenta value is 24.75%
  • yellow value is 0.00%
  • key color value is 60.39%

CMYK: (6,25,0,60)
C6M25Y0K60 (6%, 25%, 0%, 60%)
(0.06 / 0.25 / 0.00 / 0.60)

CMYK percentages

%5.94
%24.75
%0
%60.39

Codes

Color #5F4C65 in popluar color models

5F 4C 65
RGB 95 76 101
HSL 286° 14.12% 34.71%
HSB/HSV 286° 24.75% 39.61%
CMYK 5.94% 24.75% 0.00%
60.39%

Color #5F4C65 in popluar number systems.

HEX 5F 4C 65
Decimal 95 76 101
Binary 1011111 1001100 1100101
Octal 137 114 145

Shades and tints

Shades of #5F4C65

#5F4C65
(95,76,101)
#57465C
(87,70,92)
#4F4053
(79,64,83)
#473A4A
(71,58,74)
#3F3441
(63,52,65)
#372E38
(55,46,56)
#2F282F
(47,40,47)
#272226
(39,34,38)
#1F1C1D
(31,28,29)
#171614
(23,22,20)
#0F100B
(15,16,11)
#000000
(0,0,0)

Tints of #5F4C65

#5F4C65
(95,76,101)
#6D5C73
(109,92,115)
#7B6C81
(123,108,129)
#897C8F
(137,124,143)
#978C9D
(151,140,157)
#A59CAB
(165,156,171)
#B3ACB9
(179,172,185)
#C1BCC7
(193,188,199)
#CFCCD5
(207,204,213)
#DDDCE3
(221,220,227)
#EBECF1
(235,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F4C65; }

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

This text font color is #5F4C65.

Background Color

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

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

This div background color is #5F4C65.

Border color

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

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

This div border color is #5F4C65.

Opacity

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

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

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

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

This text has shadow with #5F4C65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F4C65.

Preview

Color preview on black background

This text has color #5F4C65 on black background.


Color preview on white background

This text has color #5F4C65 on white background.


Black color preview on #5F4C65 background

This text has black color on #5F4C65 background.


White color preview on #5F4C65 background

This text has white color on #5F4C65 background.


Related colors

Complementary color

Complementary color for #hex is #A0B39A.


I love getcolorcode.com

Triadic colors

1 #655F4C and #4C655F with #5F4C65 are triadic colors.

2 #654C5F and #4C5F65 with #5F4C65 are triadic colors.