COLOR #4BA75A

HEX: #4BA75A RGB: (75,167,90)

Color info

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

RGB color model

#4BA75A color RGB value is (75,167,90).

RGB: (75,167,90) (29%, 65%, 35%)

RGB channels and saturation

R 75 of 255 = 29%
G 167 of 255 = 65%
B 90 of 255 = 35%

75
167
90

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

Portions of RGB colors in percentages

R + G + B = 75 + 167 + 90 = 332 (100%)
R 75 of 332 ~ 22.59%
G 167 of 332 ~ 50.3%
B 90 of 332 ~ 27.11'%

%22.59
%50.3
%27.11

CMYK color model

#4BA75A color CMYK value is (55,0,46,35).

  • cyan value is 55.09%
  • magenta value is 0.00%
  • yellow value is 46.11%
  • key color value is 34.51%

CMYK: (55,0,46,35)
C55M0Y46K35 (55%, 0%, 46%, 35%)
(0.55 / 0.00 / 0.46 / 0.35)

CMYK percentages

%55.09
%0
%46.11
%34.51

Codes

Color #4BA75A in popluar color models

4B A7 5A
RGB 75 167 90
HSL 130° 38.02% 47.45%
HSB/HSV 130° 55.09% 65.49%
CMYK 55.09% 0.00% 46.11%
34.51%

Color #4BA75A in popluar number systems.

HEX 4B A7 5A
Decimal 75 167 90
Binary 1001011 10100111 1011010
Octal 113 247 132

Shades and tints

Shades of #4BA75A

#4BA75A
(75,167,90)
#459852
(69,152,82)
#3F894A
(63,137,74)
#397A42
(57,122,66)
#336B3A
(51,107,58)
#2D5C32
(45,92,50)
#274D2A
(39,77,42)
#213E22
(33,62,34)
#1B2F1A
(27,47,26)
#152012
(21,32,18)
#0F110A
(15,17,10)
#000000
(0,0,0)

Tints of #4BA75A

#4BA75A
(75,167,90)
#5BAF69
(91,175,105)
#6BB778
(107,183,120)
#7BBF87
(123,191,135)
#8BC796
(139,199,150)
#9BCFA5
(155,207,165)
#ABD7B4
(171,215,180)
#BBDFC3
(187,223,195)
#CBE7D2
(203,231,210)
#DBEFE1
(219,239,225)
#EBF7F0
(235,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4BA75A color. Also use rgb(75,167,90) instead hex code.

Text Font Color

.myTextColor { color: #4BA75A; }

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

This text font color is #4BA75A.

Background Color

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

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

This div background color is #4BA75A.

Border color

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

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

This div border color is #4BA75A.

Opacity

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

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

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

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

This text has shadow with #4BA75A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4BA75A.

Preview

Color preview on black background

This text has color #4BA75A on black background.


Color preview on white background

This text has color #4BA75A on white background.


Black color preview on #4BA75A background

This text has black color on #4BA75A background.


White color preview on #4BA75A background

This text has white color on #4BA75A background.


Related colors

Complementary color

Complementary color for #hex is #B458A5.


I love getcolorcode.com

Triadic colors

1 #5A4BA7 and #A75A4B with #4BA75A are triadic colors.

2 #5AA74B and #A74B5A with #4BA75A are triadic colors.