COLOR #4CAB53

HEX: #4CAB53 RGB: (76,171,83)

Color info

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

RGB color model

#4CAB53 color RGB value is (76,171,83).

RGB: (76,171,83) (30%, 67%, 33%)

RGB channels and saturation

R 76 of 255 = 30%
G 171 of 255 = 67%
B 83 of 255 = 33%

76
171
83

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

Portions of RGB colors in percentages

R + G + B = 76 + 171 + 83 = 330 (100%)
R 76 of 330 ~ 23.03%
G 171 of 330 ~ 51.82%
B 83 of 330 ~ 25.15'%

%23.03
%51.82
%25.15

CMYK color model

#4CAB53 color CMYK value is (56,0,51,33).

  • cyan value is 55.56%
  • magenta value is 0.00%
  • yellow value is 51.46%
  • key color value is 32.94%
CMYK: (56,0,51,33) C56M0Y51K33 (56%,0%,51%,33%) (0.56/0.00/0.51/0.33) 

CMYK percentages

%55.56
%0
%51.46
%32.94

Codes

Color #4CAB53 in popluar color models

4C AB 53
RGB 76 171 83
HSL 124° 38.46% 48.43%
HSB/HSV 124° 55.56% 67.06%
CMYK 55.56% 0.00% 51.46%
32.94%

Color #4CAB53 in popluar number systems.

HEX 4C AB 53
Decimal 76 171 83
Binary 1001100 10101011 1010011
Octal 114 253 123

Shades and tints

Shades of #4CAB53

#4CAB53
(76,171,83)
#469C4C
(70,156,76)
#408D45
(64,141,69)
#3A7E3E
(58,126,62)
#346F37
(52,111,55)
#2E6030
(46,96,48)
#285129
(40,81,41)
#224222
(34,66,34)
#1C331B
(28,51,27)
#162414
(22,36,20)
#10150D
(16,21,13)
#000000
(0,0,0)

Tints of #4CAB53

#4CAB53
(76,171,83)
#5CB262
(92,178,98)
#6CB971
(108,185,113)
#7CC080
(124,192,128)
#8CC78F
(140,199,143)
#9CCE9E
(156,206,158)
#ACD5AD
(172,213,173)
#BCDCBC
(188,220,188)
#CCE3CB
(204,227,203)
#DCEADA
(220,234,218)
#ECF1E9
(236,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4CAB53; }

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

This text font color is #4CAB53.

Background Color

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

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

This div background color is #4CAB53.

Border color

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

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

This div border color is #4CAB53.

Opacity

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

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

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

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

This text has shadow with #4CAB53 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4CAB53.

Preview

Color preview on black background

This text has color #4CAB53 on black background.


Color preview on white background

This text has color #4CAB53 on white background.


Black color preview on #4CAB53 background

This text has black color on #4CAB53 background.


White color preview on #4CAB53 background

This text has white color on #4CAB53 background.


Related colors

Complementary color

Complementary color for #hex is #B354AC.


I love getcolorcode.com

Triadic colors

1 #534CAB and #AB534C with #4CAB53 are triadic colors.

2 #53AB4C and #AB4C53 with #4CAB53 are triadic colors.