COLOR #5C3A09

HEX: #5C3A09
RGB: (92,58,9)

Color info

#5C3A09 contains mainly red and green colors. Web safe color of #5C3A09 is #663300 (or #630).

RGB color model

#5C3A09 color RGB value is (92,58,9).

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

RGB channels and saturation

R 92 of 255 = 36%
G 58 of 255 = 23%
B 9 of 255 = 4%

92
58
9

R + G + B ~ 21%. #5C3A09 is dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 58 + 9 = 159 (100%)
R 92 of 159 ~ 57.86%
G 58 of 159 ~ 36.48%
B 9 of 159 ~ 5.66%

%57.86
%36.48

CMYK color model

#5C3A09 color CMYK value is (0,37,90,64).

  • cyan value is 0.00%
  • magenta value is 36.96%
  • yellow value is 90.22%
  • key color value is 63.92%
CMYK:
(0,37,90,64)
C0M37Y90K64 
(0%,37%,90%,64%)
(0.00/0.37/0.90/0.64)	

CMYK percentages

%0
%36.96
%90.22
%63.92

Codes

Color #5C3A09 in popluar color models

5C3A09
RGB92589
HSL35°82.18%19.80%
HSB/HSV35°90.22%36.08%
CMYK0.00%36.96%90.22%
63.92%

Color #5C3A09 in popluar number systems.

HEX5C3A09
Decimal92589
Binary10111001110101001
Octal1347211

Shades and tints

Shades of #5C3A09

#5C3A09
(92,58,9)
#543509
(84,53,9)
#4C3009
(76,48,9)
#442B09
(68,43,9)
#3C2609
(60,38,9)
#342109
(52,33,9)
#2C1C09
(44,28,9)
#241709
(36,23,9)
#1C1209
(28,18,9)
#140D09
(20,13,9)
#0C0809
(12,8,9)
#000000
(0,0,0)

Tints of #5C3A09

#5C3A09
(92,58,9)
#6A4B1F
(106,75,31)
#785C35
(120,92,53)
#866D4B
(134,109,75)
#947E61
(148,126,97)
#A28F77
(162,143,119)
#B0A08D
(176,160,141)
#BEB1A3
(190,177,163)
#CCC2B9
(204,194,185)
#DAD3CF
(218,211,207)
#E8E4E5
(232,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C3A09; }

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

This text font color is #5C3A09.


Background Color

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

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

This div background color is #5C3A09.


Border color

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

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

This div border color is #5C3A09.


Opacity

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

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

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

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

This text has shadow with #5C3A09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C3A09 on black background.


Color preview on white background

This text has color #5C3A09 on white background.



Black color preview on #5C3A09 background

This text has black color on #5C3A09 background.


White color preview on #5C3A09 background

This text has white color on #5C3A09 background.