COLOR #5F4975

HEX: #5F4975
RGB: (95,73,117)

Color info

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

RGB color model

#5F4975 color RGB value is (95,73,117).

  • red value is 95;
  • green value is 73;
  • blue value is 117.
RGB:
(95,73,117)
(37%,29%,46%)

RGB channels and saturation

R 95 of 255 = 37%
G 73 of 255 = 29%
B 117 of 255 = 46%

95
73
117

R + G + B ~ 37%. #5F4975 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 73 + 117 = 285 (100%)
R 95 of 285 ~ 33.33%
G 73 of 285 ~ 25.61%
B 117 of 285 ~ 41.05%

%33.33
%25.61
%41.05

CMYK color model

#5F4975 color CMYK value is (19,38,0,54).

  • cyan value is 18.80%
  • magenta value is 37.61%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(19,38,0,54)
C19M38Y0K54 
(19%,38%,0%,54%)
(0.19/0.38/0.00/0.54)	

CMYK percentages

%18.8
%37.61
%0
%54.12

Codes

Color #5F4975 in popluar color models

5F4975
RGB9573117
HSL270°23.16%37.25%
HSB/HSV270°37.61%45.88%
CMYK18.80%37.61%0.00%
54.12%

Color #5F4975 in popluar number systems.

HEX5F4975
Decimal9573117
Binary101111110010011110101
Octal137111165

Shades and tints

Shades of #5F4975

#5F4975
(95,73,117)
#57436B
(87,67,107)
#4F3D61
(79,61,97)
#473757
(71,55,87)
#3F314D
(63,49,77)
#372B43
(55,43,67)
#2F2539
(47,37,57)
#271F2F
(39,31,47)
#1F1925
(31,25,37)
#17131B
(23,19,27)
#0F0D11
(15,13,17)
#000000
(0,0,0)

Tints of #5F4975

#5F4975
(95,73,117)
#6D5981
(109,89,129)
#7B698D
(123,105,141)
#897999
(137,121,153)
#9789A5
(151,137,165)
#A599B1
(165,153,177)
#B3A9BD
(179,169,189)
#C1B9C9
(193,185,201)
#CFC9D5
(207,201,213)
#DDD9E1
(221,217,225)
#EBE9ED
(235,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F4975 color. Also use rgb(95,73,117) instead hex code.

Text Font Color

.myTextColor { color: #5F4975; }

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

This text font color is #5F4975.


Background Color

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

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

This div background color is #5F4975.


Border color

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

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

This div border color is #5F4975.


Opacity

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

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

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

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

This text has shadow with #5F4975 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F4975 on black background.


Color preview on white background

This text has color #5F4975 on white background.



Black color preview on #5F4975 background

This text has black color on #5F4975 background.


White color preview on #5F4975 background

This text has white color on #5F4975 background.