COLOR #5F4162

HEX: #5F4162
RGB: (95,65,98)

Color info

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

RGB color model

#5F4162 color RGB value is (95,65,98).

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

RGB channels and saturation

R 95 of 255 = 37%
G 65 of 255 = 25%
B 98 of 255 = 38%

95
65
98

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

Portions of RGB colors in percentages

R + G + B =
95 + 65 + 98 = 258 (100%)
R 95 of 258 ~ 36.82%
G 65 of 258 ~ 25.19%
B 98 of 258 ~ 37.98%

%36.82
%25.19
%37.98

CMYK color model

#5F4162 color CMYK value is (3,34,0,62).

  • cyan value is 3.06%
  • magenta value is 33.67%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK: (3,34,0,62) C3M34Y0K62 (3%,34%,0%,62%) (0.03/0.34/0.00/0.62)

CMYK percentages

%3.06
%33.67
%0
%61.57

Codes

Color #5F4162 in popluar color models

5F4162
RGB956598
HSL295°20.25%31.96%
HSB/HSV295°33.67%38.43%
CMYK3.06%33.67%0.00%
61.57%

Color #5F4162 in popluar number systems.

HEX5F4162
Decimal956598
Binary101111110000011100010
Octal137101142

Shades and tints

Shades of #5F4162

#5F4162
(95,65,98)
#573C5A
(87,60,90)
#4F3752
(79,55,82)
#47324A
(71,50,74)
#3F2D42
(63,45,66)
#37283A
(55,40,58)
#2F2332
(47,35,50)
#271E2A
(39,30,42)
#1F1922
(31,25,34)
#17141A
(23,20,26)
#0F0F12
(15,15,18)
#000000
(0,0,0)

Tints of #5F4162

#5F4162
(95,65,98)
#6D5270
(109,82,112)
#7B637E
(123,99,126)
#89748C
(137,116,140)
#97859A
(151,133,154)
#A596A8
(165,150,168)
#B3A7B6
(179,167,182)
#C1B8C4
(193,184,196)
#CFC9D2
(207,201,210)
#DDDAE0
(221,218,224)
#EBEBEE
(235,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F4162; }

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

This text font color is #5F4162.


Background Color

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

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

This div background color is #5F4162.


Border color

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

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

This div border color is #5F4162.


Opacity

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

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

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

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

This text has shadow with #5F4162 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #5F4162 on black background.


Color preview on white background

This text has color #5F4162 on white background.



Black color preview on #5F4162 background

This text has black color on #5F4162 background.


White color preview on #5F4162 background

This text has white color on #5F4162 background.