COLOR #5C8769

HEX: #5C8769 RGB: (92,135,105)

Color info

#5C8769 contains red, green and blue colors in about the same proportion. Web safe color of #5C8769 is #669966 (or #696).

RGB color model

#5C8769 color RGB value is (92,135,105).

RGB: (92,135,105) (36%, 53%, 41%)

RGB channels and saturation

R 92 of 255 = 36%
G 135 of 255 = 53%
B 105 of 255 = 41%

92
135
105

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

Portions of RGB colors in percentages

R + G + B = 92 + 135 + 105 = 332 (100%)
R 92 of 332 ~ 27.71%
G 135 of 332 ~ 40.66%
B 105 of 332 ~ 31.63'%

%27.71
%40.66
%31.63

CMYK color model

#5C8769 color CMYK value is (32,0,22,47).

  • cyan value is 31.85%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 47.06%

CMYK: (32,0,22,47)
C32M0Y22K47 (32%, 0%, 22%, 47%)
(0.32 / 0.00 / 0.22 / 0.47)

CMYK percentages

%31.85
%0
%22.22
%47.06

Codes

Color #5C8769 in popluar color models

5C 87 69
RGB 92 135 105
HSL 138° 18.94% 44.51%
HSB/HSV 138° 31.85% 52.94%
CMYK 31.85% 0.00% 22.22%
47.06%

Color #5C8769 in popluar number systems.

HEX 5C 87 69
Decimal 92 135 105
Binary 1011100 10000111 1101001
Octal 134 207 151

Shades and tints

Shades of #5C8769

#5C8769
(92,135,105)
#547B60
(84,123,96)
#4C6F57
(76,111,87)
#44634E
(68,99,78)
#3C5745
(60,87,69)
#344B3C
(52,75,60)
#2C3F33
(44,63,51)
#24332A
(36,51,42)
#1C2721
(28,39,33)
#141B18
(20,27,24)
#0C0F0F
(12,15,15)
#000000
(0,0,0)

Tints of #5C8769

#5C8769
(92,135,105)
#6A9176
(106,145,118)
#789B83
(120,155,131)
#86A590
(134,165,144)
#94AF9D
(148,175,157)
#A2B9AA
(162,185,170)
#B0C3B7
(176,195,183)
#BECDC4
(190,205,196)
#CCD7D1
(204,215,209)
#DAE1DE
(218,225,222)
#E8EBEB
(232,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C8769 color. Also use rgb(92,135,105) instead hex code.

Text Font Color

.myTextColor { color: #5C8769; }

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

This text font color is #5C8769.

Background Color

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

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

This div background color is #5C8769.

Border color

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

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

This div border color is #5C8769.

Opacity

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

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

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

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

This text has shadow with #5C8769 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C8769.

Preview

Color preview on black background

This text has color #5C8769 on black background.


Color preview on white background

This text has color #5C8769 on white background.


Black color preview on #5C8769 background

This text has black color on #5C8769 background.


White color preview on #5C8769 background

This text has white color on #5C8769 background.


Related colors

Complementary color

Complementary color for #hex is #A37896.


I love getcolorcode.com

Triadic colors

1 #695C87 and #87695C with #5C8769 are triadic colors.

2 #69875C and #875C69 with #5C8769 are triadic colors.