COLOR #5F4155

HEX: #5F4155
RGB: (95,65,85)

Color info

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

RGB color model

#5F4155 color RGB value is (95,65,85).

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

RGB channels and saturation

R 95 of 255 = 37%
G 65 of 255 = 25%
B 85 of 255 = 33%

95
65
85

R + G + B ~ 32%. #5F4155 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 65 + 85 = 245 (100%)
R 95 of 245 ~ 38.78%
G 65 of 245 ~ 26.53%
B 85 of 245 ~ 34.69%

%38.78
%26.53
%34.69

CMYK color model

#5F4155 color CMYK value is (0,32,11,63).

  • cyan value is 0.00%
  • magenta value is 31.58%
  • yellow value is 10.53%
  • key color value is 62.75%
CMYK:
(0,32,11,63)
C0M32Y11K63 
(0%,32%,11%,63%)
(0.00/0.32/0.11/0.63)	

CMYK percentages

%0
%31.58
%10.53
%62.75

Codes

Color #5F4155 in popluar color models

5F4155
RGB956585
HSL320°18.75%31.37%
HSB/HSV320°31.58%37.25%
CMYK0.00%31.58%10.53%
62.75%

Color #5F4155 in popluar number systems.

HEX5F4155
Decimal956585
Binary101111110000011010101
Octal137101125

Shades and tints

Shades of #5F4155

#5F4155
(95,65,85)
#573C4E
(87,60,78)
#4F3747
(79,55,71)
#473240
(71,50,64)
#3F2D39
(63,45,57)
#372832
(55,40,50)
#2F232B
(47,35,43)
#271E24
(39,30,36)
#1F191D
(31,25,29)
#171416
(23,20,22)
#0F0F0F
(15,15,15)
#000000
(0,0,0)

Tints of #5F4155

#5F4155
(95,65,85)
#6D5264
(109,82,100)
#7B6373
(123,99,115)
#897482
(137,116,130)
#978591
(151,133,145)
#A596A0
(165,150,160)
#B3A7AF
(179,167,175)
#C1B8BE
(193,184,190)
#CFC9CD
(207,201,205)
#DDDADC
(221,218,220)
#EBEBEB
(235,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F4155; }

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

This text font color is #5F4155.


Background Color

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

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

This div background color is #5F4155.


Border color

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

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

This div border color is #5F4155.


Opacity

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

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

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

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

This text has shadow with #5F4155 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F4155 on black background.


Color preview on white background

This text has color #5F4155 on white background.



Black color preview on #5F4155 background

This text has black color on #5F4155 background.


White color preview on #5F4155 background

This text has white color on #5F4155 background.