COLOR #5F486D

HEX: #5F486D RGB: (95,72,109)

Color info

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

RGB color model

#5F486D color RGB value is (95,72,109).

RGB: (95,72,109) (37%, 28%, 43%)

RGB channels and saturation

R 95 of 255 = 37%
G 72 of 255 = 28%
B 109 of 255 = 43%

95
72
109

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

Portions of RGB colors in percentages

R + G + B = 95 + 72 + 109 = 276 (100%)
R 95 of 276 ~ 34.42%
G 72 of 276 ~ 26.09%
B 109 of 276 ~ 39.49'%

%34.42
%26.09
%39.49

CMYK color model

#5F486D color CMYK value is (13,34,0,57).

  • cyan value is 12.84%
  • magenta value is 33.94%
  • yellow value is 0.00%
  • key color value is 57.25%

CMYK: (13,34,0,57)
C13M34Y0K57 (13%, 34%, 0%, 57%)
(0.13 / 0.34 / 0.00 / 0.57)

CMYK percentages

%12.84
%33.94
%0
%57.25

Codes

Color #5F486D in popluar color models

5F 48 6D
RGB 95 72 109
HSL 277° 20.44% 35.49%
HSB/HSV 277° 33.94% 42.75%
CMYK 12.84% 33.94% 0.00%
57.25%

Color #5F486D in popluar number systems.

HEX 5F 48 6D
Decimal 95 72 109
Binary 1011111 1001000 1101101
Octal 137 110 155

Shades and tints

Shades of #5F486D

#5F486D
(95,72,109)
#574264
(87,66,100)
#4F3C5B
(79,60,91)
#473652
(71,54,82)
#3F3049
(63,48,73)
#372A40
(55,42,64)
#2F2437
(47,36,55)
#271E2E
(39,30,46)
#1F1825
(31,24,37)
#17121C
(23,18,28)
#0F0C13
(15,12,19)
#000000
(0,0,0)

Tints of #5F486D

#5F486D
(95,72,109)
#6D587A
(109,88,122)
#7B6887
(123,104,135)
#897894
(137,120,148)
#9788A1
(151,136,161)
#A598AE
(165,152,174)
#B3A8BB
(179,168,187)
#C1B8C8
(193,184,200)
#CFC8D5
(207,200,213)
#DDD8E2
(221,216,226)
#EBE8EF
(235,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F486D; }

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

This text font color is #5F486D.

Background Color

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

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

This div background color is #5F486D.

Border color

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

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

This div border color is #5F486D.

Opacity

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

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

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

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

This text has shadow with #5F486D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F486D.

Preview

Color preview on black background

This text has color #5F486D on black background.


Color preview on white background

This text has color #5F486D on white background.


Black color preview on #5F486D background

This text has black color on #5F486D background.


White color preview on #5F486D background

This text has white color on #5F486D background.


Related colors

Complementary color

Complementary color for #hex is #A0B792.


I love getcolorcode.com

Triadic colors

1 #6D5F48 and #486D5F with #5F486D are triadic colors.

2 #6D485F and #485F6D with #5F486D are triadic colors.