COLOR #5F3631

HEX: #5F3631
RGB: (95,54,49)

Color info

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

RGB color model

#5F3631 color RGB value is (95,54,49).

  • red value is 95;
  • green value is 54;
  • blue value is 49.
RGB:
(95,54,49)
(37%,21%,19%)

RGB channels and saturation

R 95 of 255 = 37%
G 54 of 255 = 21%
B 49 of 255 = 19%

95
54
49

R + G + B ~ 26%. #5F3631 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 54 + 49 = 198 (100%)
R 95 of 198 ~ 47.98%
G 54 of 198 ~ 27.27%
B 49 of 198 ~ 24.75%

%47.98
%27.27
%24.75

CMYK color model

#5F3631 color CMYK value is (0,43,48,63).

  • cyan value is 0.00%
  • magenta value is 43.16%
  • yellow value is 48.42%
  • key color value is 62.75%
CMYK:
(0,43,48,63)
C0M43Y48K63 
(0%,43%,48%,63%)
(0.00/0.43/0.48/0.63)	

CMYK percentages

%0
%43.16
%48.42
%62.75

Codes

Color #5F3631 in popluar color models

5F3631
RGB955449
HSL31.94%28.24%
HSB/HSV48.42%37.25%
CMYK0.00%43.16%48.42%
62.75%

Color #5F3631 in popluar number systems.

HEX5F3631
Decimal955449
Binary1011111110110110001
Octal1376661

Shades and tints

Shades of #5F3631

#5F3631
(95,54,49)
#57322D
(87,50,45)
#4F2E29
(79,46,41)
#472A25
(71,42,37)
#3F2621
(63,38,33)
#37221D
(55,34,29)
#2F1E19
(47,30,25)
#271A15
(39,26,21)
#1F1611
(31,22,17)
#17120D
(23,18,13)
#0F0E09
(15,14,9)
#000000
(0,0,0)

Tints of #5F3631

#5F3631
(95,54,49)
#6D4843
(109,72,67)
#7B5A55
(123,90,85)
#896C67
(137,108,103)
#977E79
(151,126,121)
#A5908B
(165,144,139)
#B3A29D
(179,162,157)
#C1B4AF
(193,180,175)
#CFC6C1
(207,198,193)
#DDD8D3
(221,216,211)
#EBEAE5
(235,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F3631 color. Also use rgb(95,54,49) instead hex code.

Text Font Color

.myTextColor { color: #5F3631; }

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

This text font color is #5F3631.


Background Color

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

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

This div background color is #5F3631.


Border color

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

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

This div border color is #5F3631.


Opacity

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

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

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

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

This text has shadow with #5F3631 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F3631 on black background.


Color preview on white background

This text has color #5F3631 on white background.



Black color preview on #5F3631 background

This text has black color on #5F3631 background.


White color preview on #5F3631 background

This text has white color on #5F3631 background.