COLOR #5C764F

HEX: #5C764F RGB: (92,118,79)

Color info

#5C764F contains red, green and blue colors in about the same proportion. Web safe color of #5C764F is #666666 (or #666).

RGB color model

#5C764F color RGB value is (92,118,79).

RGB: (92,118,79) (36%, 46%, 31%)

RGB channels and saturation

R 92 of 255 = 36%
G 118 of 255 = 46%
B 79 of 255 = 31%

92
118
79

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

Portions of RGB colors in percentages

R + G + B = 92 + 118 + 79 = 289 (100%)
R 92 of 289 ~ 31.83%
G 118 of 289 ~ 40.83%
B 79 of 289 ~ 27.34'%

%31.83
%40.83
%27.34

CMYK color model

#5C764F color CMYK value is (22,0,33,54).

  • cyan value is 22.03%
  • magenta value is 0.00%
  • yellow value is 33.05%
  • key color value is 53.73%

CMYK: (22,0,33,54)
C22M0Y33K54 (22%, 0%, 33%, 54%)
(0.22 / 0.00 / 0.33 / 0.54)

CMYK percentages

%22.03
%0
%33.05
%53.73

Codes

Color #5C764F in popluar color models

5C 76 4F
RGB 92 118 79
HSL 100° 19.80% 38.63%
HSB/HSV 100° 33.05% 46.27%
CMYK 22.03% 0.00% 33.05%
53.73%

Color #5C764F in popluar number systems.

HEX 5C 76 4F
Decimal 92 118 79
Binary 1011100 1110110 1001111
Octal 134 166 117

Shades and tints

Shades of #5C764F

#5C764F
(92,118,79)
#546C48
(84,108,72)
#4C6241
(76,98,65)
#44583A
(68,88,58)
#3C4E33
(60,78,51)
#34442C
(52,68,44)
#2C3A25
(44,58,37)
#24301E
(36,48,30)
#1C2617
(28,38,23)
#141C10
(20,28,16)
#0C1209
(12,18,9)
#000000
(0,0,0)

Tints of #5C764F

#5C764F
(92,118,79)
#6A825F
(106,130,95)
#788E6F
(120,142,111)
#869A7F
(134,154,127)
#94A68F
(148,166,143)
#A2B29F
(162,178,159)
#B0BEAF
(176,190,175)
#BECABF
(190,202,191)
#CCD6CF
(204,214,207)
#DAE2DF
(218,226,223)
#E8EEEF
(232,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C764F color. Also use rgb(92,118,79) instead hex code.

Text Font Color

.myTextColor { color: #5C764F; }

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

This text font color is #5C764F.

Background Color

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

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

This div background color is #5C764F.

Border color

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

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

This div border color is #5C764F.

Opacity

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

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

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

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

This text has shadow with #5C764F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C764F.

Preview

Color preview on black background

This text has color #5C764F on black background.


Color preview on white background

This text has color #5C764F on white background.


Black color preview on #5C764F background

This text has black color on #5C764F background.


White color preview on #5C764F background

This text has white color on #5C764F background.


Related colors

Complementary color

Complementary color for #hex is #A389B0.


I love getcolorcode.com

Triadic colors

1 #4F5C76 and #764F5C with #5C764F are triadic colors.

2 #4F765C and #765C4F with #5C764F are triadic colors.