COLOR #4CA453

HEX: #4CA453 RGB: (76,164,83)

Color info

#4CA453 contains mainly green color. Web safe color of #4CA453 is #339966 (or #396).

RGB color model

#4CA453 color RGB value is (76,164,83).

RGB: (76,164,83) (30%, 64%, 33%)

RGB channels and saturation

R 76 of 255 = 30%
G 164 of 255 = 64%
B 83 of 255 = 33%

76
164
83

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

Portions of RGB colors in percentages

R + G + B = 76 + 164 + 83 = 323 (100%)
R 76 of 323 ~ 23.53%
G 164 of 323 ~ 50.77%
B 83 of 323 ~ 25.7'%

%23.53
%50.77
%25.7

CMYK color model

#4CA453 color CMYK value is (54,0,49,36).

  • cyan value is 53.66%
  • magenta value is 0.00%
  • yellow value is 49.39%
  • key color value is 35.69%

CMYK: (54,0,49,36)
C54M0Y49K36 (54%, 0%, 49%, 36%)
(0.54 / 0.00 / 0.49 / 0.36)

CMYK percentages

%53.66
%0
%49.39
%35.69

Codes

Color #4CA453 in popluar color models

4C A4 53
RGB 76 164 83
HSL 125° 36.67% 47.06%
HSB/HSV 125° 53.66% 64.31%
CMYK 53.66% 0.00% 49.39%
35.69%

Color #4CA453 in popluar number systems.

HEX 4C A4 53
Decimal 76 164 83
Binary 1001100 10100100 1010011
Octal 114 244 123

Shades and tints

Shades of #4CA453

#4CA453
(76,164,83)
#46964C
(70,150,76)
#408845
(64,136,69)
#3A7A3E
(58,122,62)
#346C37
(52,108,55)
#2E5E30
(46,94,48)
#285029
(40,80,41)
#224222
(34,66,34)
#1C341B
(28,52,27)
#162614
(22,38,20)
#10180D
(16,24,13)
#000000
(0,0,0)

Tints of #4CA453

#4CA453
(76,164,83)
#5CAC62
(92,172,98)
#6CB471
(108,180,113)
#7CBC80
(124,188,128)
#8CC48F
(140,196,143)
#9CCC9E
(156,204,158)
#ACD4AD
(172,212,173)
#BCDCBC
(188,220,188)
#CCE4CB
(204,228,203)
#DCECDA
(220,236,218)
#ECF4E9
(236,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CA453 color. Also use rgb(76,164,83) instead hex code.

Text Font Color

.myTextColor { color: #4CA453; }

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

This text font color is #4CA453.

Background Color

.myBgColor { background-color: #4CA453; }

<div style="background-color:#4CA453">Inner text</div>

This div background color is #4CA453.

Border color

.myBorderColor { border: 1px solid #4CA453; }

<div style="border:3px solid #4CA453">Div</div>

This div border color is #4CA453.

Opacity

.myOpacity80 { color: #4CA453; opacity: 0.8; }

<p style="color:#4CA453;opacity:0.8;">80%</p>

Text with #4CA453 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 #4CA453;}

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

This text has shadow with #4CA453 color.


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

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

This text has shadow with #4CA453 primary color and red secondary color.


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

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

This text has shadow with #4CA453 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #4CA453.

Preview

Color preview on black background

This text has color #4CA453 on black background.


Color preview on white background

This text has color #4CA453 on white background.


Black color preview on #4CA453 background

This text has black color on #4CA453 background.


White color preview on #4CA453 background

This text has white color on #4CA453 background.


Related colors

Complementary color

Complementary color for #hex is #B35BAC.


I love getcolorcode.com

Triadic colors

1 #534CA4 and #A4534C with #4CA453 are triadic colors.

2 #53A44C and #A44C53 with #4CA453 are triadic colors.