COLOR #5F4758

HEX: #5F4758 RGB: (95,71,88)

Color info

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

RGB color model

#5F4758 color RGB value is (95,71,88).

RGB: (95,71,88) (37%, 28%, 35%)

RGB channels and saturation

R 95 of 255 = 37%
G 71 of 255 = 28%
B 88 of 255 = 35%

95
71
88

R + G + B ~ 33%. #5F4758 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 95 + 71 + 88 = 254 (100%)
R 95 of 254 ~ 37.4%
G 71 of 254 ~ 27.95%
B 88 of 254 ~ 34.65'%

%37.4
%27.95
%34.65

CMYK color model

#5F4758 color CMYK value is (0,25,7,63).

  • cyan value is 0.00%
  • magenta value is 25.26%
  • yellow value is 7.37%
  • key color value is 62.75%
CMYK: (0,25,7,63) C0M25Y7K63 (0%,25%,7%,63%) (0.00/0.25/0.07/0.63) 

CMYK percentages

%0
%25.26
%7.37
%62.75

Codes

Color #5F4758 in popluar color models

5F 47 58
RGB 95 71 88
HSL 318° 14.46% 32.55%
HSB/HSV 318° 25.26% 37.25%
CMYK 0.00% 25.26% 7.37%
62.75%

Color #5F4758 in popluar number systems.

HEX 5F 47 58
Decimal 95 71 88
Binary 1011111 1000111 1011000
Octal 137 107 130

Shades and tints

Shades of #5F4758

#5F4758
(95,71,88)
#574150
(87,65,80)
#4F3B48
(79,59,72)
#473540
(71,53,64)
#3F2F38
(63,47,56)
#372930
(55,41,48)
#2F2328
(47,35,40)
#271D20
(39,29,32)
#1F1718
(31,23,24)
#171110
(23,17,16)
#0F0B08
(15,11,8)
#000000
(0,0,0)

Tints of #5F4758

#5F4758
(95,71,88)
#6D5767
(109,87,103)
#7B6776
(123,103,118)
#897785
(137,119,133)
#978794
(151,135,148)
#A597A3
(165,151,163)
#B3A7B2
(179,167,178)
#C1B7C1
(193,183,193)
#CFC7D0
(207,199,208)
#DDD7DF
(221,215,223)
#EBE7EE
(235,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F4758; }

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

This text font color is #5F4758.

Background Color

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

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

This div background color is #5F4758.

Border color

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

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

This div border color is #5F4758.

Opacity

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

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

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

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

This text has shadow with #5F4758 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F4758.

Preview

Color preview on black background

This text has color #5F4758 on black background.


Color preview on white background

This text has color #5F4758 on white background.


Black color preview on #5F4758 background

This text has black color on #5F4758 background.


White color preview on #5F4758 background

This text has white color on #5F4758 background.


Related colors

Complementary color

Complementary color for #hex is #A0B8A7.


I love getcolorcode.com

Triadic colors

1 #585F47 and #47585F with #5F4758 are triadic colors.

2 #58475F and #475F58 with #5F4758 are triadic colors.