COLOR #5F485D

HEX: #5F485D RGB: (95,72,93)

Color info

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

RGB color model

#5F485D color RGB value is (95,72,93).

RGB: (95,72,93) (37%, 28%, 36%)

RGB channels and saturation

R 95 of 255 = 37%
G 72 of 255 = 28%
B 93 of 255 = 36%

95
72
93

R + G + B ~ 34%. #5F485D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 95 + 72 + 93 = 260 (100%)
R 95 of 260 ~ 36.54%
G 72 of 260 ~ 27.69%
B 93 of 260 ~ 35.77'%

%36.54
%27.69
%35.77

CMYK color model

#5F485D color CMYK value is (0,24,2,63).

  • cyan value is 0.00%
  • magenta value is 24.21%
  • yellow value is 2.11%
  • key color value is 62.75%

CMYK: (0,24,2,63)
C0M24Y2K63 (0%, 24%, 2%, 63%)
(0.00 / 0.24 / 0.02 / 0.63)

CMYK percentages

%0
%24.21
%2.11
%62.75

Codes

Color #5F485D in popluar color models

5F 48 5D
RGB 95 72 93
HSL 305° 13.77% 32.75%
HSB/HSV 305° 24.21% 37.25%
CMYK 0.00% 24.21% 2.11%
62.75%

Color #5F485D in popluar number systems.

HEX 5F 48 5D
Decimal 95 72 93
Binary 1011111 1001000 1011101
Octal 137 110 135

Shades and tints

Shades of #5F485D

#5F485D
(95,72,93)
#574255
(87,66,85)
#4F3C4D
(79,60,77)
#473645
(71,54,69)
#3F303D
(63,48,61)
#372A35
(55,42,53)
#2F242D
(47,36,45)
#271E25
(39,30,37)
#1F181D
(31,24,29)
#171215
(23,18,21)
#0F0C0D
(15,12,13)
#000000
(0,0,0)

Tints of #5F485D

#5F485D
(95,72,93)
#6D586B
(109,88,107)
#7B6879
(123,104,121)
#897887
(137,120,135)
#978895
(151,136,149)
#A598A3
(165,152,163)
#B3A8B1
(179,168,177)
#C1B8BF
(193,184,191)
#CFC8CD
(207,200,205)
#DDD8DB
(221,216,219)
#EBE8E9
(235,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F485D color. Also use rgb(95,72,93) instead hex code.

Text Font Color

.myTextColor { color: #5F485D; }

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

This text font color is #5F485D.

Background Color

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

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

This div background color is #5F485D.

Border color

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

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

This div border color is #5F485D.

Opacity

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

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

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

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

This text has shadow with #5F485D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F485D.

Preview

Color preview on black background

This text has color #5F485D on black background.


Color preview on white background

This text has color #5F485D on white background.


Black color preview on #5F485D background

This text has black color on #5F485D background.


White color preview on #5F485D background

This text has white color on #5F485D background.


Related colors

Complementary color

Complementary color for #hex is #A0B7A2.


I love getcolorcode.com

Triadic colors

1 #5D5F48 and #485D5F with #5F485D are triadic colors.

2 #5D485F and #485F5D with #5F485D are triadic colors.