COLOR #5CA461

HEX: #5CA461
RGB: (92,164,97)

Color info

#5CA461 contains mainly green color. Web safe color of #5CA461 is #669966 (or #696).

RGB color model

#5CA461 color RGB value is (92,164,97).

  • red value is 92;
  • green value is 164;
  • blue value is 97.
RGB:
(92,164,97)
(36%,64%,38%)

RGB channels and saturation

R 92 of 255 = 36%
G 164 of 255 = 64%
B 97 of 255 = 38%

92
164
97

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

Portions of RGB colors in percentages

R + G + B =
92 + 164 + 97 = 353 (100%)
R 92 of 353 ~ 26.06%
G 164 of 353 ~ 46.46%
B 97 of 353 ~ 27.48%

%26.06
%46.46
%27.48

CMYK color model

#5CA461 color CMYK value is (44,0,41,36).

  • cyan value is 43.90%
  • magenta value is 0.00%
  • yellow value is 40.85%
  • key color value is 35.69%
CMYK:
(44,0,41,36)
C44M0Y41K36 
(44%,0%,41%,36%)
(0.44/0.00/0.41/0.36)	

CMYK percentages

%43.9
%0
%40.85
%35.69

Codes

Color #5CA461 in popluar color models

5CA461
RGB9216497
HSL124°28.35%50.20%
HSB/HSV124°43.90%64.31%
CMYK43.90%0.00%40.85%
35.69%

Color #5CA461 in popluar number systems.

HEX5CA461
Decimal9216497
Binary1011100101001001100001
Octal134244141

Shades and tints

Shades of #5CA461

#5CA461
(92,164,97)
#549659
(84,150,89)
#4C8851
(76,136,81)
#447A49
(68,122,73)
#3C6C41
(60,108,65)
#345E39
(52,94,57)
#2C5031
(44,80,49)
#244229
(36,66,41)
#1C3421
(28,52,33)
#142619
(20,38,25)
#0C1811
(12,24,17)
#000000
(0,0,0)

Tints of #5CA461

#5CA461
(92,164,97)
#6AAC6F
(106,172,111)
#78B47D
(120,180,125)
#86BC8B
(134,188,139)
#94C499
(148,196,153)
#A2CCA7
(162,204,167)
#B0D4B5
(176,212,181)
#BEDCC3
(190,220,195)
#CCE4D1
(204,228,209)
#DAECDF
(218,236,223)
#E8F4ED
(232,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CA461 color. Also use rgb(92,164,97) instead hex code.

Text Font Color

.myTextColor { color: #5CA461; }

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

This text font color is #5CA461.


Background Color

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

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

This div background color is #5CA461.


Border color

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

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

This div border color is #5CA461.


Opacity

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

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

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

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

This text has shadow with #5CA461 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CA461 on black background.


Color preview on white background

This text has color #5CA461 on white background.



Black color preview on #5CA461 background

This text has black color on #5CA461 background.


White color preview on #5CA461 background

This text has white color on #5CA461 background.