COLOR #5C7050

HEX: #5C7050 RGB: (92,112,80)

Color info

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

RGB color model

#5C7050 color RGB value is (92,112,80).

RGB: (92,112,80) (36%, 44%, 31%)

RGB channels and saturation

R 92 of 255 = 36%
G 112 of 255 = 44%
B 80 of 255 = 31%

92
112
80

R + G + B ~ 37%. #5C7050 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 92 + 112 + 80 = 284 (100%)
R 92 of 284 ~ 32.39%
G 112 of 284 ~ 39.44%
B 80 of 284 ~ 28.17'%

%32.39
%39.44
%28.17

CMYK color model

#5C7050 color CMYK value is (18,0,29,56).

  • cyan value is 17.86%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 56.08%

CMYK: (18,0,29,56)
C18M0Y29K56 (18%, 0%, 29%, 56%)
(0.18 / 0.00 / 0.29 / 0.56)

CMYK percentages

%17.86
%0
%28.57
%56.08

Codes

Color #5C7050 in popluar color models

5C 70 50
RGB 92 112 80
HSL 98° 16.67% 37.65%
HSB/HSV 98° 28.57% 43.92%
CMYK 17.86% 0.00% 28.57%
56.08%

Color #5C7050 in popluar number systems.

HEX 5C 70 50
Decimal 92 112 80
Binary 1011100 1110000 1010000
Octal 134 160 120

Shades and tints

Shades of #5C7050

#5C7050
(92,112,80)
#546649
(84,102,73)
#4C5C42
(76,92,66)
#44523B
(68,82,59)
#3C4834
(60,72,52)
#343E2D
(52,62,45)
#2C3426
(44,52,38)
#242A1F
(36,42,31)
#1C2018
(28,32,24)
#141611
(20,22,17)
#0C0C0A
(12,12,10)
#000000
(0,0,0)

Tints of #5C7050

#5C7050
(92,112,80)
#6A7D5F
(106,125,95)
#788A6E
(120,138,110)
#86977D
(134,151,125)
#94A48C
(148,164,140)
#A2B19B
(162,177,155)
#B0BEAA
(176,190,170)
#BECBB9
(190,203,185)
#CCD8C8
(204,216,200)
#DAE5D7
(218,229,215)
#E8F2E6
(232,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C7050 color. Also use rgb(92,112,80) instead hex code.

Text Font Color

.myTextColor { color: #5C7050; }

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

This text font color is #5C7050.

Background Color

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

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

This div background color is #5C7050.

Border color

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

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

This div border color is #5C7050.

Opacity

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

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

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

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

This text has shadow with #5C7050 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C7050.

Preview

Color preview on black background

This text has color #5C7050 on black background.


Color preview on white background

This text has color #5C7050 on white background.


Black color preview on #5C7050 background

This text has black color on #5C7050 background.


White color preview on #5C7050 background

This text has white color on #5C7050 background.


Related colors

Complementary color

Complementary color for #hex is #A38FAF.


I love getcolorcode.com

Triadic colors

1 #505C70 and #70505C with #5C7050 are triadic colors.

2 #50705C and #705C50 with #5C7050 are triadic colors.