COLOR #5C8F59

HEX: #5C8F59 RGB: (92,143,89)

Color info

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

RGB color model

#5C8F59 color RGB value is (92,143,89).

RGB: (92,143,89) (36%, 56%, 35%)

RGB channels and saturation

R 92 of 255 = 36%
G 143 of 255 = 56%
B 89 of 255 = 35%

92
143
89

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

Portions of RGB colors in percentages

R + G + B = 92 + 143 + 89 = 324 (100%)
R 92 of 324 ~ 28.4%
G 143 of 324 ~ 44.14%
B 89 of 324 ~ 27.47'%

%28.4
%44.14
%27.47

CMYK color model

#5C8F59 color CMYK value is (36,0,38,44).

  • cyan value is 35.66%
  • magenta value is 0.00%
  • yellow value is 37.76%
  • key color value is 43.92%

CMYK: (36,0,38,44)
C36M0Y38K44 (36%, 0%, 38%, 44%)
(0.36 / 0.00 / 0.38 / 0.44)

CMYK percentages

%35.66
%0
%37.76
%43.92

Codes

Color #5C8F59 in popluar color models

5C 8F 59
RGB 92 143 89
HSL 117° 23.28% 45.49%
HSB/HSV 117° 37.76% 56.08%
CMYK 35.66% 0.00% 37.76%
43.92%

Color #5C8F59 in popluar number systems.

HEX 5C 8F 59
Decimal 92 143 89
Binary 1011100 10001111 1011001
Octal 134 217 131

Shades and tints

Shades of #5C8F59

#5C8F59
(92,143,89)
#548251
(84,130,81)
#4C7549
(76,117,73)
#446841
(68,104,65)
#3C5B39
(60,91,57)
#344E31
(52,78,49)
#2C4129
(44,65,41)
#243421
(36,52,33)
#1C2719
(28,39,25)
#141A11
(20,26,17)
#0C0D09
(12,13,9)
#000000
(0,0,0)

Tints of #5C8F59

#5C8F59
(92,143,89)
#6A9968
(106,153,104)
#78A377
(120,163,119)
#86AD86
(134,173,134)
#94B795
(148,183,149)
#A2C1A4
(162,193,164)
#B0CBB3
(176,203,179)
#BED5C2
(190,213,194)
#CCDFD1
(204,223,209)
#DAE9E0
(218,233,224)
#E8F3EF
(232,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C8F59 color. Also use rgb(92,143,89) instead hex code.

Text Font Color

.myTextColor { color: #5C8F59; }

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

This text font color is #5C8F59.

Background Color

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

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

This div background color is #5C8F59.

Border color

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

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

This div border color is #5C8F59.

Opacity

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

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

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

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

This text has shadow with #5C8F59 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C8F59.

Preview

Color preview on black background

This text has color #5C8F59 on black background.


Color preview on white background

This text has color #5C8F59 on white background.


Black color preview on #5C8F59 background

This text has black color on #5C8F59 background.


White color preview on #5C8F59 background

This text has white color on #5C8F59 background.


Related colors

Complementary color

Complementary color for #hex is #A370A6.


I love getcolorcode.com

Triadic colors

1 #595C8F and #8F595C with #5C8F59 are triadic colors.

2 #598F5C and #8F5C59 with #5C8F59 are triadic colors.