COLOR #5F4243

HEX: #5F4243
RGB: (95,66,67)

Color info

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

RGB color model

#5F4243 color RGB value is (95,66,67).

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

RGB channels and saturation

R 95 of 255 = 37%
G 66 of 255 = 26%
B 67 of 255 = 26%

95
66
67

R + G + B ~ 30%. #5F4243 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 66 + 67 = 228 (100%)
R 95 of 228 ~ 41.67%
G 66 of 228 ~ 28.95%
B 67 of 228 ~ 29.39%

%41.67
%28.95
%29.39

CMYK color model

#5F4243 color CMYK value is (0,31,29,63).

  • cyan value is 0.00%
  • magenta value is 30.53%
  • yellow value is 29.47%
  • key color value is 62.75%
CMYK:
(0,31,29,63)
C0M31Y29K63 
(0%,31%,29%,63%)
(0.00/0.31/0.29/0.63)	

CMYK percentages

%0
%30.53
%29.47
%62.75

Codes

Color #5F4243 in popluar color models

5F4243
RGB956667
HSL358°18.01%31.57%
HSB/HSV358°30.53%37.25%
CMYK0.00%30.53%29.47%
62.75%

Color #5F4243 in popluar number systems.

HEX5F4243
Decimal956667
Binary101111110000101000011
Octal137102103

Shades and tints

Shades of #5F4243

#5F4243
(95,66,67)
#573C3D
(87,60,61)
#4F3637
(79,54,55)
#473031
(71,48,49)
#3F2A2B
(63,42,43)
#372425
(55,36,37)
#2F1E1F
(47,30,31)
#271819
(39,24,25)
#1F1213
(31,18,19)
#170C0D
(23,12,13)
#0F0607
(15,6,7)
#000000
(0,0,0)

Tints of #5F4243

#5F4243
(95,66,67)
#6D5354
(109,83,84)
#7B6465
(123,100,101)
#897576
(137,117,118)
#978687
(151,134,135)
#A59798
(165,151,152)
#B3A8A9
(179,168,169)
#C1B9BA
(193,185,186)
#CFCACB
(207,202,203)
#DDDBDC
(221,219,220)
#EBECED
(235,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F4243; }

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

This text font color is #5F4243.


Background Color

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

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

This div background color is #5F4243.


Border color

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

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

This div border color is #5F4243.


Opacity

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

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

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

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

This text has shadow with #5F4243 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F4243 on black background.


Color preview on white background

This text has color #5F4243 on white background.



Black color preview on #5F4243 background

This text has black color on #5F4243 background.


White color preview on #5F4243 background

This text has white color on #5F4243 background.