COLOR #4BA179

HEX: #4BA179
RGB: (75,161,121)

Color info

#4BA179 contains mainly green and blue colors. Web safe color of #4BA179 is #339966 (or #396).

RGB color model

#4BA179 color RGB value is (75,161,121).

  • red value is 75;
  • green value is 161;
  • blue value is 121.
RGB:
(75,161,121)
(29%,63%,47%)

RGB channels and saturation

R 75 of 255 = 29%
G 161 of 255 = 63%
B 121 of 255 = 47%

75
161
121

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

Portions of RGB colors in percentages

R + G + B =
75 + 161 + 121 = 357 (100%)
R 75 of 357 ~ 21.01%
G 161 of 357 ~ 45.1%
B 121 of 357 ~ 33.89%

%21.01
%45.1
%33.89

CMYK color model

#4BA179 color CMYK value is (53,0,25,37).

  • cyan value is 53.42%
  • magenta value is 0.00%
  • yellow value is 24.84%
  • key color value is 36.86%
CMYK:
(53,0,25,37)
C53M0Y25K37 
(53%,0%,25%,37%)
(0.53/0.00/0.25/0.37)	

CMYK percentages

%53.42
%0
%24.84
%36.86

Codes

Color #4BA179 in popluar color models

4BA179
RGB75161121
HSL152°36.44%46.27%
HSB/HSV152°53.42%63.14%
CMYK53.42%0.00%24.84%
36.86%

Color #4BA179 in popluar number systems.

HEX4BA179
Decimal75161121
Binary1001011101000011111001
Octal113241171

Shades and tints

Shades of #4BA179

#4BA179
(75,161,121)
#45936E
(69,147,110)
#3F8563
(63,133,99)
#397758
(57,119,88)
#33694D
(51,105,77)
#2D5B42
(45,91,66)
#274D37
(39,77,55)
#213F2C
(33,63,44)
#1B3121
(27,49,33)
#152316
(21,35,22)
#0F150B
(15,21,11)
#000000
(0,0,0)

Tints of #4BA179

#4BA179
(75,161,121)
#5BA985
(91,169,133)
#6BB191
(107,177,145)
#7BB99D
(123,185,157)
#8BC1A9
(139,193,169)
#9BC9B5
(155,201,181)
#ABD1C1
(171,209,193)
#BBD9CD
(187,217,205)
#CBE1D9
(203,225,217)
#DBE9E5
(219,233,229)
#EBF1F1
(235,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4BA179 color. Also use rgb(75,161,121) instead hex code.

Text Font Color

.myTextColor { color: #4BA179; }

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

This text font color is #4BA179.


Background Color

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

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

This div background color is #4BA179.


Border color

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

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

This div border color is #4BA179.


Opacity

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

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

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

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

This text has shadow with #4BA179 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4BA179 on black background.


Color preview on white background

This text has color #4BA179 on white background.



Black color preview on #4BA179 background

This text has black color on #4BA179 background.


White color preview on #4BA179 background

This text has white color on #4BA179 background.