COLOR #5C3A30

HEX: #5C3A30
RGB: (92,58,48)

Color info

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

RGB color model

#5C3A30 color RGB value is (92,58,48).

  • red value is 92;
  • green value is 58;
  • blue value is 48.
RGB:
(92,58,48)
(36%,23%,19%)

RGB channels and saturation

R 92 of 255 = 36%
G 58 of 255 = 23%
B 48 of 255 = 19%

92
58
48

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

Portions of RGB colors in percentages

R + G + B =
92 + 58 + 48 = 198 (100%)
R 92 of 198 ~ 46.46%
G 58 of 198 ~ 29.29%
B 48 of 198 ~ 24.24%

%46.46
%29.29
%24.24

CMYK color model

#5C3A30 color CMYK value is (0,37,48,64).

  • cyan value is 0.00%
  • magenta value is 36.96%
  • yellow value is 47.83%
  • key color value is 63.92%
CMYK:
(0,37,48,64)
C0M37Y48K64 
(0%,37%,48%,64%)
(0.00/0.37/0.48/0.64)	

CMYK percentages

%0
%36.96
%47.83
%63.92

Codes

Color #5C3A30 in popluar color models

5C3A30
RGB925848
HSL14°31.43%27.45%
HSB/HSV14°47.83%36.08%
CMYK0.00%36.96%47.83%
63.92%

Color #5C3A30 in popluar number systems.

HEX5C3A30
Decimal925848
Binary1011100111010110000
Octal1347260

Shades and tints

Shades of #5C3A30

#5C3A30
(92,58,48)
#54352C
(84,53,44)
#4C3028
(76,48,40)
#442B24
(68,43,36)
#3C2620
(60,38,32)
#34211C
(52,33,28)
#2C1C18
(44,28,24)
#241714
(36,23,20)
#1C1210
(28,18,16)
#140D0C
(20,13,12)
#0C0808
(12,8,8)
#000000
(0,0,0)

Tints of #5C3A30

#5C3A30
(92,58,48)
#6A4B42
(106,75,66)
#785C54
(120,92,84)
#866D66
(134,109,102)
#947E78
(148,126,120)
#A28F8A
(162,143,138)
#B0A09C
(176,160,156)
#BEB1AE
(190,177,174)
#CCC2C0
(204,194,192)
#DAD3D2
(218,211,210)
#E8E4E4
(232,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C3A30 color. Also use rgb(92,58,48) instead hex code.

Text Font Color

.myTextColor { color: #5C3A30; }

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

This text font color is #5C3A30.


Background Color

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

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

This div background color is #5C3A30.


Border color

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

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

This div border color is #5C3A30.


Opacity

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

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

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

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

This text has shadow with #5C3A30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C3A30 on black background.


Color preview on white background

This text has color #5C3A30 on white background.



Black color preview on #5C3A30 background

This text has black color on #5C3A30 background.


White color preview on #5C3A30 background

This text has white color on #5C3A30 background.