COLOR #5F3946

HEX: #5F3946
RGB: (95,57,70)

Color info

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

RGB color model

#5F3946 color RGB value is (95,57,70).

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

RGB channels and saturation

R 95 of 255 = 37%
G 57 of 255 = 22%
B 70 of 255 = 27%

95
57
70

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

Portions of RGB colors in percentages

R + G + B =
95 + 57 + 70 = 222 (100%)
R 95 of 222 ~ 42.79%
G 57 of 222 ~ 25.68%
B 70 of 222 ~ 31.53%

%42.79
%25.68
%31.53

CMYK color model

#5F3946 color CMYK value is (0,40,26,63).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 26.32%
  • key color value is 62.75%
CMYK:
(0,40,26,63)
C0M40Y26K63 
(0%,40%,26%,63%)
(0.00/0.40/0.26/0.63)	

CMYK percentages

%0
%40
%26.32
%62.75

Codes

Color #5F3946 in popluar color models

5F3946
RGB955770
HSL339°25.00%29.80%
HSB/HSV339°40.00%37.25%
CMYK0.00%40.00%26.32%
62.75%

Color #5F3946 in popluar number systems.

HEX5F3946
Decimal955770
Binary10111111110011000110
Octal13771106

Shades and tints

Shades of #5F3946

#5F3946
(95,57,70)
#573440
(87,52,64)
#4F2F3A
(79,47,58)
#472A34
(71,42,52)
#3F252E
(63,37,46)
#372028
(55,32,40)
#2F1B22
(47,27,34)
#27161C
(39,22,28)
#1F1116
(31,17,22)
#170C10
(23,12,16)
#0F070A
(15,7,10)
#000000
(0,0,0)

Tints of #5F3946

#5F3946
(95,57,70)
#6D4B56
(109,75,86)
#7B5D66
(123,93,102)
#896F76
(137,111,118)
#978186
(151,129,134)
#A59396
(165,147,150)
#B3A5A6
(179,165,166)
#C1B7B6
(193,183,182)
#CFC9C6
(207,201,198)
#DDDBD6
(221,219,214)
#EBEDE6
(235,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F3946; }

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

This text font color is #5F3946.


Background Color

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

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

This div background color is #5F3946.


Border color

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

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

This div border color is #5F3946.


Opacity

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

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

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

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

This text has shadow with #5F3946 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F3946 on black background.


Color preview on white background

This text has color #5F3946 on white background.



Black color preview on #5F3946 background

This text has black color on #5F3946 background.


White color preview on #5F3946 background

This text has white color on #5F3946 background.