COLOR #5C7E63

HEX: #5C7E63 RGB: (92,126,99)

Color info

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

RGB color model

#5C7E63 color RGB value is (92,126,99).

RGB: (92,126,99) (36%, 49%, 39%)

RGB channels and saturation

R 92 of 255 = 36%
G 126 of 255 = 49%
B 99 of 255 = 39%

92
126
99

R + G + B ~ 41%. #5C7E63 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 92 + 126 + 99 = 317 (100%)
R 92 of 317 ~ 29.02%
G 126 of 317 ~ 39.75%
B 99 of 317 ~ 31.23'%

%29.02
%39.75
%31.23

CMYK color model

#5C7E63 color CMYK value is (27,0,21,51).

  • cyan value is 26.98%
  • magenta value is 0.00%
  • yellow value is 21.43%
  • key color value is 50.59%

CMYK: (27,0,21,51)
C27M0Y21K51 (27%, 0%, 21%, 51%)
(0.27 / 0.00 / 0.21 / 0.51)

CMYK percentages

%26.98
%0
%21.43
%50.59

Codes

Color #5C7E63 in popluar color models

5C 7E 63
RGB 92 126 99
HSL 132° 15.60% 42.75%
HSB/HSV 132° 26.98% 49.41%
CMYK 26.98% 0.00% 21.43%
50.59%

Color #5C7E63 in popluar number systems.

HEX 5C 7E 63
Decimal 92 126 99
Binary 1011100 1111110 1100011
Octal 134 176 143

Shades and tints

Shades of #5C7E63

#5C7E63
(92,126,99)
#54735A
(84,115,90)
#4C6851
(76,104,81)
#445D48
(68,93,72)
#3C523F
(60,82,63)
#344736
(52,71,54)
#2C3C2D
(44,60,45)
#243124
(36,49,36)
#1C261B
(28,38,27)
#141B12
(20,27,18)
#0C1009
(12,16,9)
#000000
(0,0,0)

Tints of #5C7E63

#5C7E63
(92,126,99)
#6A8971
(106,137,113)
#78947F
(120,148,127)
#869F8D
(134,159,141)
#94AA9B
(148,170,155)
#A2B5A9
(162,181,169)
#B0C0B7
(176,192,183)
#BECBC5
(190,203,197)
#CCD6D3
(204,214,211)
#DAE1E1
(218,225,225)
#E8ECEF
(232,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C7E63 color. Also use rgb(92,126,99) instead hex code.

Text Font Color

.myTextColor { color: #5C7E63; }

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

This text font color is #5C7E63.

Background Color

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

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

This div background color is #5C7E63.

Border color

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

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

This div border color is #5C7E63.

Opacity

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

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

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

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

This text has shadow with #5C7E63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C7E63.

Preview

Color preview on black background

This text has color #5C7E63 on black background.


Color preview on white background

This text has color #5C7E63 on white background.


Black color preview on #5C7E63 background

This text has black color on #5C7E63 background.


White color preview on #5C7E63 background

This text has white color on #5C7E63 background.


Related colors

Complementary color

Complementary color for #hex is #A3819C.


I love getcolorcode.com

Triadic colors

1 #635C7E and #7E635C with #5C7E63 are triadic colors.

2 #637E5C and #7E5C63 with #5C7E63 are triadic colors.