COLOR #5F416D

HEX: #5F416D
RGB: (95,65,109)

Color info

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

RGB color model

#5F416D color RGB value is (95,65,109).

  • red value is 95;
  • green value is 65;
  • blue value is 109.
RGB:
(95,65,109)
(37%,25%,43%)

RGB channels and saturation

R 95 of 255 = 37%
G 65 of 255 = 25%
B 109 of 255 = 43%

95
65
109

R + G + B ~ 35%. #5F416D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 65 + 109 = 269 (100%)
R 95 of 269 ~ 35.32%
G 65 of 269 ~ 24.16%
B 109 of 269 ~ 40.52%

%35.32
%24.16
%40.52

CMYK color model

#5F416D color CMYK value is (13,40,0,57).

  • cyan value is 12.84%
  • magenta value is 40.37%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(13,40,0,57)
C13M40Y0K57 
(13%,40%,0%,57%)
(0.13/0.40/0.00/0.57)	

CMYK percentages

%12.84
%40.37
%0
%57.25

Codes

Color #5F416D in popluar color models

5F416D
RGB9565109
HSL281°25.29%34.12%
HSB/HSV281°40.37%42.75%
CMYK12.84%40.37%0.00%
57.25%

Color #5F416D in popluar number systems.

HEX5F416D
Decimal9565109
Binary101111110000011101101
Octal137101155

Shades and tints

Shades of #5F416D

#5F416D
(95,65,109)
#573C64
(87,60,100)
#4F375B
(79,55,91)
#473252
(71,50,82)
#3F2D49
(63,45,73)
#372840
(55,40,64)
#2F2337
(47,35,55)
#271E2E
(39,30,46)
#1F1925
(31,25,37)
#17141C
(23,20,28)
#0F0F13
(15,15,19)
#000000
(0,0,0)

Tints of #5F416D

#5F416D
(95,65,109)
#6D527A
(109,82,122)
#7B6387
(123,99,135)
#897494
(137,116,148)
#9785A1
(151,133,161)
#A596AE
(165,150,174)
#B3A7BB
(179,167,187)
#C1B8C8
(193,184,200)
#CFC9D5
(207,201,213)
#DDDAE2
(221,218,226)
#EBEBEF
(235,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F416D; }

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

This text font color is #5F416D.


Background Color

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

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

This div background color is #5F416D.


Border color

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

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

This div border color is #5F416D.


Opacity

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

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

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

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

This text has shadow with #5F416D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F416D on black background.


Color preview on white background

This text has color #5F416D on white background.



Black color preview on #5F416D background

This text has black color on #5F416D background.


White color preview on #5F416D background

This text has white color on #5F416D background.