COLOR #5C3714

HEX: #5C3714 RGB: (92,55,20)

Color info

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

RGB color model

#5C3714 color RGB value is (92,55,20).

RGB: (92,55,20) (36%, 22%, 8%)

RGB channels and saturation

R 92 of 255 = 36%
G 55 of 255 = 22%
B 20 of 255 = 8%

92
55
20

R + G + B ~ 22%. #5C3714 is dark color.

Portions of RGB colors in percentages

R + G + B = 92 + 55 + 20 = 167 (100%)
R 92 of 167 ~ 55.09%
G 55 of 167 ~ 32.93%
B 20 of 167 ~ 11.98'%

%55.09
%32.93
%11.98

CMYK color model

#5C3714 color CMYK value is (0,40,78,64).

  • cyan value is 0.00%
  • magenta value is 40.22%
  • yellow value is 78.26%
  • key color value is 63.92%

CMYK: (0,40,78,64)
C0M40Y78K64 (0%, 40%, 78%, 64%)
(0.00 / 0.40 / 0.78 / 0.64)

CMYK percentages

%0
%40.22
%78.26
%63.92

Codes

Color #5C3714 in popluar color models

5C 37 14
RGB 92 55 20
HSL 29° 64.29% 21.96%
HSB/HSV 29° 78.26% 36.08%
CMYK 0.00% 40.22% 78.26%
63.92%

Color #5C3714 in popluar number systems.

HEX 5C 37 14
Decimal 92 55 20
Binary 1011100 110111 10100
Octal 134 67 24

Shades and tints

Shades of #5C3714

#5C3714
(92,55,20)
#543213
(84,50,19)
#4C2D12
(76,45,18)
#442811
(68,40,17)
#3C2310
(60,35,16)
#341E0F
(52,30,15)
#2C190E
(44,25,14)
#24140D
(36,20,13)
#1C0F0C
(28,15,12)
#140A0B
(20,10,11)
#0C050A
(12,5,10)
#000000
(0,0,0)

Tints of #5C3714

#5C3714
(92,55,20)
#6A4929
(106,73,41)
#785B3E
(120,91,62)
#866D53
(134,109,83)
#947F68
(148,127,104)
#A2917D
(162,145,125)
#B0A392
(176,163,146)
#BEB5A7
(190,181,167)
#CCC7BC
(204,199,188)
#DAD9D1
(218,217,209)
#E8EBE6
(232,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C3714 color. Also use rgb(92,55,20) instead hex code.

Text Font Color

.myTextColor { color: #5C3714; }

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

This text font color is #5C3714.

Background Color

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

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

This div background color is #5C3714.

Border color

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

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

This div border color is #5C3714.

Opacity

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

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

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

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

This text has shadow with #5C3714 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C3714.

Preview

Color preview on black background

This text has color #5C3714 on black background.


Color preview on white background

This text has color #5C3714 on white background.


Black color preview on #5C3714 background

This text has black color on #5C3714 background.


White color preview on #5C3714 background

This text has white color on #5C3714 background.


Related colors

Complementary color

Complementary color for #hex is #A3C8EB.


I love getcolorcode.com

Triadic colors

1 #145C37 and #37145C with #5C3714 are triadic colors.

2 #14375C and #375C14 with #5C3714 are triadic colors.