COLOR #5F3133

HEX: #5F3133
RGB: (95,49,51)

Color info

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

RGB color model

#5F3133 color RGB value is (95,49,51).

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

RGB channels and saturation

R 95 of 255 = 37%
G 49 of 255 = 19%
B 51 of 255 = 20%

95
49
51

R + G + B ~ 25%. #5F3133 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 49 + 51 = 195 (100%)
R 95 of 195 ~ 48.72%
G 49 of 195 ~ 25.13%
B 51 of 195 ~ 26.15%

%48.72
%25.13
%26.15

CMYK color model

#5F3133 color CMYK value is (0,48,46,63).

  • cyan value is 0.00%
  • magenta value is 48.42%
  • yellow value is 46.32%
  • key color value is 62.75%
CMYK:
(0,48,46,63)
C0M48Y46K63 
(0%,48%,46%,63%)
(0.00/0.48/0.46/0.63)	

CMYK percentages

%0
%48.42
%46.32
%62.75

Codes

Color #5F3133 in popluar color models

5F3133
RGB954951
HSL357°31.94%28.24%
HSB/HSV357°48.42%37.25%
CMYK0.00%48.42%46.32%
62.75%

Color #5F3133 in popluar number systems.

HEX5F3133
Decimal954951
Binary1011111110001110011
Octal1376163

Shades and tints

Shades of #5F3133

#5F3133
(95,49,51)
#572D2F
(87,45,47)
#4F292B
(79,41,43)
#472527
(71,37,39)
#3F2123
(63,33,35)
#371D1F
(55,29,31)
#2F191B
(47,25,27)
#271517
(39,21,23)
#1F1113
(31,17,19)
#170D0F
(23,13,15)
#0F090B
(15,9,11)
#000000
(0,0,0)

Tints of #5F3133

#5F3133
(95,49,51)
#6D4345
(109,67,69)
#7B5557
(123,85,87)
#896769
(137,103,105)
#97797B
(151,121,123)
#A58B8D
(165,139,141)
#B39D9F
(179,157,159)
#C1AFB1
(193,175,177)
#CFC1C3
(207,193,195)
#DDD3D5
(221,211,213)
#EBE5E7
(235,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F3133; }

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

This text font color is #5F3133.


Background Color

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

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

This div background color is #5F3133.


Border color

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

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

This div border color is #5F3133.


Opacity

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

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

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

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

This text has shadow with #5F3133 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F3133 on black background.


Color preview on white background

This text has color #5F3133 on white background.



Black color preview on #5F3133 background

This text has black color on #5F3133 background.


White color preview on #5F3133 background

This text has white color on #5F3133 background.