COLOR #5C784C

HEX: #5C784C
RGB: (92,120,76)

Color info

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

RGB color model

#5C784C color RGB value is (92,120,76).

  • red value is 92;
  • green value is 120;
  • blue value is 76.
RGB: (92,120,76) (36%,47%,30%)

RGB channels and saturation

R 92 of 255 = 36%
G 120 of 255 = 47%
B 76 of 255 = 30%

92
120
76

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

Portions of RGB colors in percentages

R + G + B =
92 + 120 + 76 = 288 (100%)
R 92 of 288 ~ 31.94%
G 120 of 288 ~ 41.67%
B 76 of 288 ~ 26.39%

%31.94
%41.67
%26.39

CMYK color model

#5C784C color CMYK value is (23,0,37,53).

  • cyan value is 23.33%
  • magenta value is 0.00%
  • yellow value is 36.67%
  • key color value is 52.94%
CMYK: (23,0,37,53) C23M0Y37K53 (23%,0%,37%,53%) (0.23/0.00/0.37/0.53)

CMYK percentages

%23.33
%0
%36.67
%52.94

Codes

Color #5C784C in popluar color models

5C784C
RGB9212076
HSL98°22.45%38.43%
HSB/HSV98°36.67%47.06%
CMYK23.33%0.00%36.67%
52.94%

Color #5C784C in popluar number systems.

HEX5C784C
Decimal9212076
Binary101110011110001001100
Octal134170114

Shades and tints

Shades of #5C784C

#5C784C
(92,120,76)
#546E46
(84,110,70)
#4C6440
(76,100,64)
#445A3A
(68,90,58)
#3C5034
(60,80,52)
#34462E
(52,70,46)
#2C3C28
(44,60,40)
#243222
(36,50,34)
#1C281C
(28,40,28)
#141E16
(20,30,22)
#0C1410
(12,20,16)
#000000
(0,0,0)

Tints of #5C784C

#5C784C
(92,120,76)
#6A845C
(106,132,92)
#78906C
(120,144,108)
#869C7C
(134,156,124)
#94A88C
(148,168,140)
#A2B49C
(162,180,156)
#B0C0AC
(176,192,172)
#BECCBC
(190,204,188)
#CCD8CC
(204,216,204)
#DAE4DC
(218,228,220)
#E8F0EC
(232,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C784C color. Also use rgb(92,120,76) instead hex code.

Text Font Color

.myTextColor { color: #5C784C; }

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

This text font color is #5C784C.


Background Color

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

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

This div background color is #5C784C.


Border color

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

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

This div border color is #5C784C.


Opacity

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

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

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

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

This text has shadow with #5C784C color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #5C784C on black background.


Color preview on white background

This text has color #5C784C on white background.



Black color preview on #5C784C background

This text has black color on #5C784C background.


White color preview on #5C784C background

This text has white color on #5C784C background.