COLOR #5F4241

HEX: #5F4241
RGB: (95,66,65)

Color info

#5F4241 contains red, green and blue colors in about the same proportion. Web safe color of #5F4241 is #663333 (or #633).

RGB color model

#5F4241 color RGB value is (95,66,65).

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

RGB channels and saturation

R 95 of 255 = 37%
G 66 of 255 = 26%
B 65 of 255 = 25%

95
66
65

R + G + B ~ 29%. #5F4241 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 66 + 65 = 226 (100%)
R 95 of 226 ~ 42.04%
G 66 of 226 ~ 29.2%
B 65 of 226 ~ 28.76%

%42.04
%29.2
%28.76

CMYK color model

#5F4241 color CMYK value is (0,31,32,63).

  • cyan value is 0.00%
  • magenta value is 30.53%
  • yellow value is 31.58%
  • key color value is 62.75%
CMYK:
(0,31,32,63)
C0M31Y32K63 
(0%,31%,32%,63%)
(0.00/0.31/0.32/0.63)	

CMYK percentages

%0
%30.53
%31.58
%62.75

Codes

Color #5F4241 in popluar color models

5F4241
RGB956665
HSL18.75%31.37%
HSB/HSV31.58%37.25%
CMYK0.00%30.53%31.58%
62.75%

Color #5F4241 in popluar number systems.

HEX5F4241
Decimal956665
Binary101111110000101000001
Octal137102101

Shades and tints

Shades of #5F4241

#5F4241
(95,66,65)
#573C3C
(87,60,60)
#4F3637
(79,54,55)
#473032
(71,48,50)
#3F2A2D
(63,42,45)
#372428
(55,36,40)
#2F1E23
(47,30,35)
#27181E
(39,24,30)
#1F1219
(31,18,25)
#170C14
(23,12,20)
#0F060F
(15,6,15)
#000000
(0,0,0)

Tints of #5F4241

#5F4241
(95,66,65)
#6D5352
(109,83,82)
#7B6463
(123,100,99)
#897574
(137,117,116)
#978685
(151,134,133)
#A59796
(165,151,150)
#B3A8A7
(179,168,167)
#C1B9B8
(193,185,184)
#CFCAC9
(207,202,201)
#DDDBDA
(221,219,218)
#EBECEB
(235,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F4241; }

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

This text font color is #5F4241.


Background Color

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

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

This div background color is #5F4241.


Border color

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

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

This div border color is #5F4241.


Opacity

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

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

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

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

This text has shadow with #5F4241 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F4241 on black background.


Color preview on white background

This text has color #5F4241 on white background.



Black color preview on #5F4241 background

This text has black color on #5F4241 background.


White color preview on #5F4241 background

This text has white color on #5F4241 background.