COLOR #5F3943

HEX: #5F3943
RGB: (95,57,67)

Color info

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

RGB color model

#5F3943 color RGB value is (95,57,67).

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

RGB channels and saturation

R 95 of 255 = 37%
G 57 of 255 = 22%
B 67 of 255 = 26%

95
57
67

R + G + B ~ 28%. #5F3943 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 57 + 67 = 219 (100%)
R 95 of 219 ~ 43.38%
G 57 of 219 ~ 26.03%
B 67 of 219 ~ 30.59%

%43.38
%26.03
%30.59

CMYK color model

#5F3943 color CMYK value is (0,40,29,63).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 29.47%
  • key color value is 62.75%
CMYK:
(0,40,29,63)
C0M40Y29K63 
(0%,40%,29%,63%)
(0.00/0.40/0.29/0.63)	

CMYK percentages

%0
%40
%29.47
%62.75

Codes

Color #5F3943 in popluar color models

5F3943
RGB955767
HSL344°25.00%29.80%
HSB/HSV344°40.00%37.25%
CMYK0.00%40.00%29.47%
62.75%

Color #5F3943 in popluar number systems.

HEX5F3943
Decimal955767
Binary10111111110011000011
Octal13771103

Shades and tints

Shades of #5F3943

#5F3943
(95,57,67)
#57343D
(87,52,61)
#4F2F37
(79,47,55)
#472A31
(71,42,49)
#3F252B
(63,37,43)
#372025
(55,32,37)
#2F1B1F
(47,27,31)
#271619
(39,22,25)
#1F1113
(31,17,19)
#170C0D
(23,12,13)
#0F0707
(15,7,7)
#000000
(0,0,0)

Tints of #5F3943

#5F3943
(95,57,67)
#6D4B54
(109,75,84)
#7B5D65
(123,93,101)
#896F76
(137,111,118)
#978187
(151,129,135)
#A59398
(165,147,152)
#B3A5A9
(179,165,169)
#C1B7BA
(193,183,186)
#CFC9CB
(207,201,203)
#DDDBDC
(221,219,220)
#EBEDED
(235,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F3943; }

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

This text font color is #5F3943.


Background Color

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

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

This div background color is #5F3943.


Border color

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

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

This div border color is #5F3943.


Opacity

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

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

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

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

This text has shadow with #5F3943 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F3943 on black background.


Color preview on white background

This text has color #5F3943 on white background.



Black color preview on #5F3943 background

This text has black color on #5F3943 background.


White color preview on #5F3943 background

This text has white color on #5F3943 background.