COLOR #4BA357

HEX: #4BA357 RGB: (75,163,87)

Color info

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

RGB color model

#4BA357 color RGB value is (75,163,87).

RGB: (75,163,87) (29%, 64%, 34%)

RGB channels and saturation

R 75 of 255 = 29%
G 163 of 255 = 64%
B 87 of 255 = 34%

75
163
87

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

Portions of RGB colors in percentages

R + G + B = 75 + 163 + 87 = 325 (100%)
R 75 of 325 ~ 23.08%
G 163 of 325 ~ 50.15%
B 87 of 325 ~ 26.77'%

%23.08
%50.15
%26.77

CMYK color model

#4BA357 color CMYK value is (54,0,47,36).

  • cyan value is 53.99%
  • magenta value is 0.00%
  • yellow value is 46.63%
  • key color value is 36.08%

CMYK: (54,0,47,36)
C54M0Y47K36 (54%, 0%, 47%, 36%)
(0.54 / 0.00 / 0.47 / 0.36)

CMYK percentages

%53.99
%0
%46.63
%36.08

Codes

Color #4BA357 in popluar color models

4B A3 57
RGB 75 163 87
HSL 128° 36.97% 46.67%
HSB/HSV 128° 53.99% 63.92%
CMYK 53.99% 0.00% 46.63%
36.08%

Color #4BA357 in popluar number systems.

HEX 4B A3 57
Decimal 75 163 87
Binary 1001011 10100011 1010111
Octal 113 243 127

Shades and tints

Shades of #4BA357

#4BA357
(75,163,87)
#459550
(69,149,80)
#3F8749
(63,135,73)
#397942
(57,121,66)
#336B3B
(51,107,59)
#2D5D34
(45,93,52)
#274F2D
(39,79,45)
#214126
(33,65,38)
#1B331F
(27,51,31)
#152518
(21,37,24)
#0F1711
(15,23,17)
#000000
(0,0,0)

Tints of #4BA357

#4BA357
(75,163,87)
#5BAB66
(91,171,102)
#6BB375
(107,179,117)
#7BBB84
(123,187,132)
#8BC393
(139,195,147)
#9BCBA2
(155,203,162)
#ABD3B1
(171,211,177)
#BBDBC0
(187,219,192)
#CBE3CF
(203,227,207)
#DBEBDE
(219,235,222)
#EBF3ED
(235,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4BA357 color. Also use rgb(75,163,87) instead hex code.

Text Font Color

.myTextColor { color: #4BA357; }

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

This text font color is #4BA357.

Background Color

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

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

This div background color is #4BA357.

Border color

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

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

This div border color is #4BA357.

Opacity

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

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

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

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

This text has shadow with #4BA357 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4BA357.

Preview

Color preview on black background

This text has color #4BA357 on black background.


Color preview on white background

This text has color #4BA357 on white background.


Black color preview on #4BA357 background

This text has black color on #4BA357 background.


White color preview on #4BA357 background

This text has white color on #4BA357 background.


Related colors

Complementary color

Complementary color for #hex is #B45CA8.


I love getcolorcode.com

Triadic colors

1 #574BA3 and #A3574B with #4BA357 are triadic colors.

2 #57A34B and #A34B57 with #4BA357 are triadic colors.