COLOR #5C8F5A

HEX: #5C8F5A RGB: (92,143,90)

Color info

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

RGB color model

#5C8F5A color RGB value is (92,143,90).

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

RGB channels and saturation

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

92
143
90

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

Portions of RGB colors in percentages

R + G + B = 92 + 143 + 90 = 325 (100%)
R 92 of 325 ~ 28.31%
G 143 of 325 ~ 44%
B 90 of 325 ~ 27.69'%

%28.31
%44
%27.69

CMYK color model

#5C8F5A color CMYK value is (36,0,37,44).

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

CMYK: (36,0,37,44)
C36M0Y37K44 (36%, 0%, 37%, 44%)
(0.36 / 0.00 / 0.37 / 0.44)

CMYK percentages

%35.66
%0
%37.06
%43.92

Codes

Color #5C8F5A in popluar color models

5C 8F 5A
RGB 92 143 90
HSL 118° 22.75% 45.69%
HSB/HSV 118° 37.06% 56.08%
CMYK 35.66% 0.00% 37.06%
43.92%

Color #5C8F5A in popluar number systems.

HEX 5C 8F 5A
Decimal 92 143 90
Binary 1011100 10001111 1011010
Octal 134 217 132

Shades and tints

Shades of #5C8F5A

#5C8F5A
(92,143,90)
#548252
(84,130,82)
#4C754A
(76,117,74)
#446842
(68,104,66)
#3C5B3A
(60,91,58)
#344E32
(52,78,50)
#2C412A
(44,65,42)
#243422
(36,52,34)
#1C271A
(28,39,26)
#141A12
(20,26,18)
#0C0D0A
(12,13,10)
#000000
(0,0,0)

Tints of #5C8F5A

#5C8F5A
(92,143,90)
#6A9969
(106,153,105)
#78A378
(120,163,120)
#86AD87
(134,173,135)
#94B796
(148,183,150)
#A2C1A5
(162,193,165)
#B0CBB4
(176,203,180)
#BED5C3
(190,213,195)
#CCDFD2
(204,223,210)
#DAE9E1
(218,233,225)
#E8F3F0
(232,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C8F5A; }

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

This text font color is #5C8F5A.

Background Color

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

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

This div background color is #5C8F5A.

Border color

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

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

This div border color is #5C8F5A.

Opacity

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

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

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

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

This text has shadow with #5C8F5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C8F5A.

Preview

Color preview on black background

This text has color #5C8F5A on black background.


Color preview on white background

This text has color #5C8F5A on white background.


Black color preview on #5C8F5A background

This text has black color on #5C8F5A background.


White color preview on #5C8F5A background

This text has white color on #5C8F5A background.


Related colors

Complementary color

Complementary color for #hex is #A370A5.


I love getcolorcode.com

Triadic colors

1 #5A5C8F and #8F5A5C with #5C8F5A are triadic colors.

2 #5A8F5C and #8F5C5A with #5C8F5A are triadic colors.