COLOR #5C3E3F

HEX: #5C3E3F
RGB: (92,62,63)

Color info

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

RGB color model

#5C3E3F color RGB value is (92,62,63).

  • red value is 92;
  • green value is 62;
  • blue value is 63.
RGB:
(92,62,63)
(36%,24%,25%)

RGB channels and saturation

R 92 of 255 = 36%
G 62 of 255 = 24%
B 63 of 255 = 25%

92
62
63

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

Portions of RGB colors in percentages

R + G + B =
92 + 62 + 63 = 217 (100%)
R 92 of 217 ~ 42.4%
G 62 of 217 ~ 28.57%
B 63 of 217 ~ 29.03%

%42.4
%28.57
%29.03

CMYK color model

#5C3E3F color CMYK value is (0,33,32,64).

  • cyan value is 0.00%
  • magenta value is 32.61%
  • yellow value is 31.52%
  • key color value is 63.92%
CMYK:
(0,33,32,64)
C0M33Y32K64 
(0%,33%,32%,64%)
(0.00/0.33/0.32/0.64)	

CMYK percentages

%0
%32.61
%31.52
%63.92

Codes

Color #5C3E3F in popluar color models

5C3E3F
RGB926263
HSL358°19.48%30.20%
HSB/HSV358°32.61%36.08%
CMYK0.00%32.61%31.52%
63.92%

Color #5C3E3F in popluar number systems.

HEX5C3E3F
Decimal926263
Binary1011100111110111111
Octal1347677

Shades and tints

Shades of #5C3E3F

#5C3E3F
(92,62,63)
#54393A
(84,57,58)
#4C3435
(76,52,53)
#442F30
(68,47,48)
#3C2A2B
(60,42,43)
#342526
(52,37,38)
#2C2021
(44,32,33)
#241B1C
(36,27,28)
#1C1617
(28,22,23)
#141112
(20,17,18)
#0C0C0D
(12,12,13)
#000000
(0,0,0)

Tints of #5C3E3F

#5C3E3F
(92,62,63)
#6A4F50
(106,79,80)
#786061
(120,96,97)
#867172
(134,113,114)
#948283
(148,130,131)
#A29394
(162,147,148)
#B0A4A5
(176,164,165)
#BEB5B6
(190,181,182)
#CCC6C7
(204,198,199)
#DAD7D8
(218,215,216)
#E8E8E9
(232,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C3E3F color. Also use rgb(92,62,63) instead hex code.

Text Font Color

.myTextColor { color: #5C3E3F; }

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

This text font color is #5C3E3F.


Background Color

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

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

This div background color is #5C3E3F.


Border color

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

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

This div border color is #5C3E3F.


Opacity

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

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

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

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

This text has shadow with #5C3E3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C3E3F on black background.


Color preview on white background

This text has color #5C3E3F on white background.



Black color preview on #5C3E3F background

This text has black color on #5C3E3F background.


White color preview on #5C3E3F background

This text has white color on #5C3E3F background.