COLOR #5C804B

HEX: #5C804B RGB: (92,128,75)

Color info

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

RGB color model

#5C804B color RGB value is (92,128,75).

RGB: (92,128,75) (36%, 50%, 29%)

RGB channels and saturation

R 92 of 255 = 36%
G 128 of 255 = 50%
B 75 of 255 = 29%

92
128
75

R + G + B ~ 38%. #5C804B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 92 + 128 + 75 = 295 (100%)
R 92 of 295 ~ 31.19%
G 128 of 295 ~ 43.39%
B 75 of 295 ~ 25.42'%

%31.19
%43.39
%25.42

CMYK color model

#5C804B color CMYK value is (28,0,41,50).

  • cyan value is 28.13%
  • magenta value is 0.00%
  • yellow value is 41.41%
  • key color value is 49.80%

CMYK: (28,0,41,50)
C28M0Y41K50 (28%, 0%, 41%, 50%)
(0.28 / 0.00 / 0.41 / 0.50)

CMYK percentages

%28.13
%0
%41.41
%49.8

Codes

Color #5C804B in popluar color models

5C 80 4B
RGB 92 128 75
HSL 101° 26.11% 39.80%
HSB/HSV 101° 41.41% 50.20%
CMYK 28.13% 0.00% 41.41%
49.80%

Color #5C804B in popluar number systems.

HEX 5C 80 4B
Decimal 92 128 75
Binary 1011100 10000000 1001011
Octal 134 200 113

Shades and tints

Shades of #5C804B

#5C804B
(92,128,75)
#547545
(84,117,69)
#4C6A3F
(76,106,63)
#445F39
(68,95,57)
#3C5433
(60,84,51)
#34492D
(52,73,45)
#2C3E27
(44,62,39)
#243321
(36,51,33)
#1C281B
(28,40,27)
#141D15
(20,29,21)
#0C120F
(12,18,15)
#000000
(0,0,0)

Tints of #5C804B

#5C804B
(92,128,75)
#6A8B5B
(106,139,91)
#78966B
(120,150,107)
#86A17B
(134,161,123)
#94AC8B
(148,172,139)
#A2B79B
(162,183,155)
#B0C2AB
(176,194,171)
#BECDBB
(190,205,187)
#CCD8CB
(204,216,203)
#DAE3DB
(218,227,219)
#E8EEEB
(232,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C804B color. Also use rgb(92,128,75) instead hex code.

Text Font Color

.myTextColor { color: #5C804B; }

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

This text font color is #5C804B.

Background Color

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

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

This div background color is #5C804B.

Border color

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

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

This div border color is #5C804B.

Opacity

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

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

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

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

This text has shadow with #5C804B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C804B.

Preview

Color preview on black background

This text has color #5C804B on black background.


Color preview on white background

This text has color #5C804B on white background.


Black color preview on #5C804B background

This text has black color on #5C804B background.


White color preview on #5C804B background

This text has white color on #5C804B background.


Related colors

Complementary color

Complementary color for #hex is #A37FB4.


I love getcolorcode.com

Triadic colors

1 #4B5C80 and #804B5C with #5C804B are triadic colors.

2 #4B805C and #805C4B with #5C804B are triadic colors.