COLOR #5CA327

HEX: #5CA327 RGB: (92,163,39)

Color info

#5CA327 contains mainly green color. Web safe color of #5CA327 is #669933 (or #693).

RGB color model

#5CA327 color RGB value is (92,163,39).

RGB: (92,163,39) (36%, 64%, 15%)

RGB channels and saturation

R 92 of 255 = 36%
G 163 of 255 = 64%
B 39 of 255 = 15%

92
163
39

R + G + B ~ 38%. #5CA327 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 92 + 163 + 39 = 294 (100%)
R 92 of 294 ~ 31.29%
G 163 of 294 ~ 55.44%
B 39 of 294 ~ 13.27'%

%31.29
%55.44
%13.27

CMYK color model

#5CA327 color CMYK value is (44,0,76,36).

  • cyan value is 43.56%
  • magenta value is 0.00%
  • yellow value is 76.07%
  • key color value is 36.08%

CMYK: (44,0,76,36)
C44M0Y76K36 (44%, 0%, 76%, 36%)
(0.44 / 0.00 / 0.76 / 0.36)

CMYK percentages

%43.56
%0
%76.07
%36.08

Codes

Color #5CA327 in popluar color models

5C A3 27
RGB 92 163 39
HSL 94° 61.39% 39.61%
HSB/HSV 94° 76.07% 63.92%
CMYK 43.56% 0.00% 76.07%
36.08%

Color #5CA327 in popluar number systems.

HEX 5C A3 27
Decimal 92 163 39
Binary 1011100 10100011 100111
Octal 134 243 47

Shades and tints

Shades of #5CA327

#5CA327
(92,163,39)
#549524
(84,149,36)
#4C8721
(76,135,33)
#44791E
(68,121,30)
#3C6B1B
(60,107,27)
#345D18
(52,93,24)
#2C4F15
(44,79,21)
#244112
(36,65,18)
#1C330F
(28,51,15)
#14250C
(20,37,12)
#0C1709
(12,23,9)
#000000
(0,0,0)

Tints of #5CA327

#5CA327
(92,163,39)
#6AAB3A
(106,171,58)
#78B34D
(120,179,77)
#86BB60
(134,187,96)
#94C373
(148,195,115)
#A2CB86
(162,203,134)
#B0D399
(176,211,153)
#BEDBAC
(190,219,172)
#CCE3BF
(204,227,191)
#DAEBD2
(218,235,210)
#E8F3E5
(232,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CA327 color. Also use rgb(92,163,39) instead hex code.

Text Font Color

.myTextColor { color: #5CA327; }

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

This text font color is #5CA327.

Background Color

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

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

This div background color is #5CA327.

Border color

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

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

This div border color is #5CA327.

Opacity

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

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

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

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

This text has shadow with #5CA327 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5CA327.

Preview

Color preview on black background

This text has color #5CA327 on black background.


Color preview on white background

This text has color #5CA327 on white background.


Black color preview on #5CA327 background

This text has black color on #5CA327 background.


White color preview on #5CA327 background

This text has white color on #5CA327 background.


Related colors

Complementary color

Complementary color for #hex is #A35CD8.


I love getcolorcode.com

Triadic colors

1 #275CA3 and #A3275C with #5CA327 are triadic colors.

2 #27A35C and #A35C27 with #5CA327 are triadic colors.