COLOR #5C743E

HEX: #5C743E RGB: (92,116,62)

Color info

#5C743E contains red, green and blue colors in about the same proportion. Web safe color of #5C743E is #666633 (or #663).

RGB color model

#5C743E color RGB value is (92,116,62).

RGB: (92,116,62) (36%, 45%, 24%)

RGB channels and saturation

R 92 of 255 = 36%
G 116 of 255 = 45%
B 62 of 255 = 24%

92
116
62

R + G + B ~ 35%. #5C743E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 92 + 116 + 62 = 270 (100%)
R 92 of 270 ~ 34.07%
G 116 of 270 ~ 42.96%
B 62 of 270 ~ 22.96'%

%34.07
%42.96
%22.96

CMYK color model

#5C743E color CMYK value is (21,0,47,55).

  • cyan value is 20.69%
  • magenta value is 0.00%
  • yellow value is 46.55%
  • key color value is 54.51%

CMYK: (21,0,47,55)
C21M0Y47K55 (21%, 0%, 47%, 55%)
(0.21 / 0.00 / 0.47 / 0.55)

CMYK percentages

%20.69
%0
%46.55
%54.51

Codes

Color #5C743E in popluar color models

5C 74 3E
RGB 92 116 62
HSL 87° 30.34% 34.90%
HSB/HSV 87° 46.55% 45.49%
CMYK 20.69% 0.00% 46.55%
54.51%

Color #5C743E in popluar number systems.

HEX 5C 74 3E
Decimal 92 116 62
Binary 1011100 1110100 111110
Octal 134 164 76

Shades and tints

Shades of #5C743E

#5C743E
(92,116,62)
#546A39
(84,106,57)
#4C6034
(76,96,52)
#44562F
(68,86,47)
#3C4C2A
(60,76,42)
#344225
(52,66,37)
#2C3820
(44,56,32)
#242E1B
(36,46,27)
#1C2416
(28,36,22)
#141A11
(20,26,17)
#0C100C
(12,16,12)
#000000
(0,0,0)

Tints of #5C743E

#5C743E
(92,116,62)
#6A804F
(106,128,79)
#788C60
(120,140,96)
#869871
(134,152,113)
#94A482
(148,164,130)
#A2B093
(162,176,147)
#B0BCA4
(176,188,164)
#BEC8B5
(190,200,181)
#CCD4C6
(204,212,198)
#DAE0D7
(218,224,215)
#E8ECE8
(232,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C743E; }

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

This text font color is #5C743E.

Background Color

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

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

This div background color is #5C743E.

Border color

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

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

This div border color is #5C743E.

Opacity

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

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

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

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

This text has shadow with #5C743E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C743E.

Preview

Color preview on black background

This text has color #5C743E on black background.


Color preview on white background

This text has color #5C743E on white background.


Black color preview on #5C743E background

This text has black color on #5C743E background.


White color preview on #5C743E background

This text has white color on #5C743E background.


Related colors

Complementary color

Complementary color for #hex is #A38BC1.


I love getcolorcode.com

Triadic colors

1 #3E5C74 and #743E5C with #5C743E are triadic colors.

2 #3E745C and #745C3E with #5C743E are triadic colors.