COLOR #5C7336

HEX: #5C7336 RGB: (92,115,54)

Color info

#5C7336 contains mainly red and green colors. Web safe color of #5C7336 is #666633 (or #663).

RGB color model

#5C7336 color RGB value is (92,115,54).

RGB: (92,115,54) (36%, 45%, 21%)

RGB channels and saturation

R 92 of 255 = 36%
G 115 of 255 = 45%
B 54 of 255 = 21%

92
115
54

R + G + B ~ 34%. #5C7336 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 92 + 115 + 54 = 261 (100%)
R 92 of 261 ~ 35.25%
G 115 of 261 ~ 44.06%
B 54 of 261 ~ 20.69'%

%35.25
%44.06
%20.69

CMYK color model

#5C7336 color CMYK value is (20,0,53,55).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 53.04%
  • key color value is 54.90%

CMYK: (20,0,53,55)
C20M0Y53K55 (20%, 0%, 53%, 55%)
(0.20 / 0.00 / 0.53 / 0.55)

CMYK percentages

%20
%0
%53.04
%54.9

Codes

Color #5C7336 in popluar color models

5C 73 36
RGB 92 115 54
HSL 83° 36.09% 33.14%
HSB/HSV 83° 53.04% 45.10%
CMYK 20.00% 0.00% 53.04%
54.90%

Color #5C7336 in popluar number systems.

HEX 5C 73 36
Decimal 92 115 54
Binary 1011100 1110011 110110
Octal 134 163 66

Shades and tints

Shades of #5C7336

#5C7336
(92,115,54)
#546932
(84,105,50)
#4C5F2E
(76,95,46)
#44552A
(68,85,42)
#3C4B26
(60,75,38)
#344122
(52,65,34)
#2C371E
(44,55,30)
#242D1A
(36,45,26)
#1C2316
(28,35,22)
#141912
(20,25,18)
#0C0F0E
(12,15,14)
#000000
(0,0,0)

Tints of #5C7336

#5C7336
(92,115,54)
#6A7F48
(106,127,72)
#788B5A
(120,139,90)
#86976C
(134,151,108)
#94A37E
(148,163,126)
#A2AF90
(162,175,144)
#B0BBA2
(176,187,162)
#BEC7B4
(190,199,180)
#CCD3C6
(204,211,198)
#DADFD8
(218,223,216)
#E8EBEA
(232,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C7336 color. Also use rgb(92,115,54) instead hex code.

Text Font Color

.myTextColor { color: #5C7336; }

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

This text font color is #5C7336.

Background Color

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

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

This div background color is #5C7336.

Border color

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

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

This div border color is #5C7336.

Opacity

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

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

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

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

This text has shadow with #5C7336 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C7336.

Preview

Color preview on black background

This text has color #5C7336 on black background.


Color preview on white background

This text has color #5C7336 on white background.


Black color preview on #5C7336 background

This text has black color on #5C7336 background.


White color preview on #5C7336 background

This text has white color on #5C7336 background.


Related colors

Complementary color

Complementary color for #hex is #A38CC9.


I love getcolorcode.com

Triadic colors

1 #365C73 and #73365C with #5C7336 are triadic colors.

2 #36735C and #735C36 with #5C7336 are triadic colors.