COLOR #5F3843

HEX: #5F3843
RGB: (95,56,67)

Color info

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

RGB color model

#5F3843 color RGB value is (95,56,67).

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

RGB channels and saturation

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

95
56
67

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

Portions of RGB colors in percentages

R + G + B =
95 + 56 + 67 = 218 (100%)
R 95 of 218 ~ 43.58%
G 56 of 218 ~ 25.69%
B 67 of 218 ~ 30.73%

%43.58
%25.69
%30.73

CMYK color model

#5F3843 color CMYK value is (0,41,29,63).

  • cyan value is 0.00%
  • magenta value is 41.05%
  • yellow value is 29.47%
  • key color value is 62.75%
CMYK:
(0,41,29,63)
C0M41Y29K63 
(0%,41%,29%,63%)
(0.00/0.41/0.29/0.63)	

CMYK percentages

%0
%41.05
%29.47
%62.75

Codes

Color #5F3843 in popluar color models

5F3843
RGB955667
HSL343°25.83%29.61%
HSB/HSV343°41.05%37.25%
CMYK0.00%41.05%29.47%
62.75%

Color #5F3843 in popluar number systems.

HEX5F3843
Decimal955667
Binary10111111110001000011
Octal13770103

Shades and tints

Shades of #5F3843

#5F3843
(95,56,67)
#57333D
(87,51,61)
#4F2E37
(79,46,55)
#472931
(71,41,49)
#3F242B
(63,36,43)
#371F25
(55,31,37)
#2F1A1F
(47,26,31)
#271519
(39,21,25)
#1F1013
(31,16,19)
#170B0D
(23,11,13)
#0F0607
(15,6,7)
#000000
(0,0,0)

Tints of #5F3843

#5F3843
(95,56,67)
#6D4A54
(109,74,84)
#7B5C65
(123,92,101)
#896E76
(137,110,118)
#978087
(151,128,135)
#A59298
(165,146,152)
#B3A4A9
(179,164,169)
#C1B6BA
(193,182,186)
#CFC8CB
(207,200,203)
#DDDADC
(221,218,220)
#EBECED
(235,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F3843; }

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

This text font color is #5F3843.


Background Color

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

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

This div background color is #5F3843.


Border color

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

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

This div border color is #5F3843.


Opacity

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

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

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

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

This text has shadow with #5F3843 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F3843 on black background.


Color preview on white background

This text has color #5F3843 on white background.



Black color preview on #5F3843 background

This text has black color on #5F3843 background.


White color preview on #5F3843 background

This text has white color on #5F3843 background.