COLOR #5C352F

HEX: #5C352F
RGB: (92,53,47)

Color info

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

RGB color model

#5C352F color RGB value is (92,53,47).

  • red value is 92;
  • green value is 53;
  • blue value is 47.
RGB:
(92,53,47)
(36%,21%,18%)

RGB channels and saturation

R 92 of 255 = 36%
G 53 of 255 = 21%
B 47 of 255 = 18%

92
53
47

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

Portions of RGB colors in percentages

R + G + B =
92 + 53 + 47 = 192 (100%)
R 92 of 192 ~ 47.92%
G 53 of 192 ~ 27.6%
B 47 of 192 ~ 24.48%

%47.92
%27.6
%24.48

CMYK color model

#5C352F color CMYK value is (0,42,49,64).

  • cyan value is 0.00%
  • magenta value is 42.39%
  • yellow value is 48.91%
  • key color value is 63.92%
CMYK:
(0,42,49,64)
C0M42Y49K64 
(0%,42%,49%,64%)
(0.00/0.42/0.49/0.64)	

CMYK percentages

%0
%42.39
%48.91
%63.92

Codes

Color #5C352F in popluar color models

5C352F
RGB925347
HSL32.37%27.25%
HSB/HSV48.91%36.08%
CMYK0.00%42.39%48.91%
63.92%

Color #5C352F in popluar number systems.

HEX5C352F
Decimal925347
Binary1011100110101101111
Octal1346557

Shades and tints

Shades of #5C352F

#5C352F
(92,53,47)
#54312B
(84,49,43)
#4C2D27
(76,45,39)
#442923
(68,41,35)
#3C251F
(60,37,31)
#34211B
(52,33,27)
#2C1D17
(44,29,23)
#241913
(36,25,19)
#1C150F
(28,21,15)
#14110B
(20,17,11)
#0C0D07
(12,13,7)
#000000
(0,0,0)

Tints of #5C352F

#5C352F
(92,53,47)
#6A4741
(106,71,65)
#785953
(120,89,83)
#866B65
(134,107,101)
#947D77
(148,125,119)
#A28F89
(162,143,137)
#B0A19B
(176,161,155)
#BEB3AD
(190,179,173)
#CCC5BF
(204,197,191)
#DAD7D1
(218,215,209)
#E8E9E3
(232,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C352F color. Also use rgb(92,53,47) instead hex code.

Text Font Color

.myTextColor { color: #5C352F; }

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

This text font color is #5C352F.


Background Color

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

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

This div background color is #5C352F.


Border color

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

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

This div border color is #5C352F.


Opacity

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

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

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

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

This text has shadow with #5C352F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C352F on black background.


Color preview on white background

This text has color #5C352F on white background.



Black color preview on #5C352F background

This text has black color on #5C352F background.


White color preview on #5C352F background

This text has white color on #5C352F background.