COLOR #5F4153

HEX: #5F4153 RGB: (95,65,83)

Color info

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

RGB color model

#5F4153 color RGB value is (95,65,83).

RGB: (95,65,83) (37%, 25%, 33%)

RGB channels and saturation

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

95
65
83

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

Portions of RGB colors in percentages

R + G + B = 95 + 65 + 83 = 243 (100%)
R 95 of 243 ~ 39.09%
G 65 of 243 ~ 26.75%
B 83 of 243 ~ 34.16'%

%39.09
%26.75
%34.16

CMYK color model

#5F4153 color CMYK value is (0,32,13,63).

  • cyan value is 0.00%
  • magenta value is 31.58%
  • yellow value is 12.63%
  • key color value is 62.75%

CMYK: (0,32,13,63)
C0M32Y13K63 (0%, 32%, 13%, 63%)
(0.00 / 0.32 / 0.13 / 0.63)

CMYK percentages

%0
%31.58
%12.63
%62.75

Codes

Color #5F4153 in popluar color models

5F 41 53
RGB 95 65 83
HSL 324° 18.75% 31.37%
HSB/HSV 324° 31.58% 37.25%
CMYK 0.00% 31.58% 12.63%
62.75%

Color #5F4153 in popluar number systems.

HEX 5F 41 53
Decimal 95 65 83
Binary 1011111 1000001 1010011
Octal 137 101 123

Shades and tints

Shades of #5F4153

#5F4153
(95,65,83)
#573C4C
(87,60,76)
#4F3745
(79,55,69)
#47323E
(71,50,62)
#3F2D37
(63,45,55)
#372830
(55,40,48)
#2F2329
(47,35,41)
#271E22
(39,30,34)
#1F191B
(31,25,27)
#171414
(23,20,20)
#0F0F0D
(15,15,13)
#000000
(0,0,0)

Tints of #5F4153

#5F4153
(95,65,83)
#6D5262
(109,82,98)
#7B6371
(123,99,113)
#897480
(137,116,128)
#97858F
(151,133,143)
#A5969E
(165,150,158)
#B3A7AD
(179,167,173)
#C1B8BC
(193,184,188)
#CFC9CB
(207,201,203)
#DDDADA
(221,218,218)
#EBEBE9
(235,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F4153; }

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

This text font color is #5F4153.

Background Color

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

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

This div background color is #5F4153.

Border color

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

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

This div border color is #5F4153.

Opacity

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

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

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

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

This text has shadow with #5F4153 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F4153.

Preview

Color preview on black background

This text has color #5F4153 on black background.


Color preview on white background

This text has color #5F4153 on white background.


Black color preview on #5F4153 background

This text has black color on #5F4153 background.


White color preview on #5F4153 background

This text has white color on #5F4153 background.


Related colors

Complementary color

Complementary color for #hex is #A0BEAC.


I love getcolorcode.com

Triadic colors

1 #535F41 and #41535F with #5F4153 are triadic colors.

2 #53415F and #415F53 with #5F4153 are triadic colors.