COLOR #4BAB75

HEX: #4BAB75
RGB: (75,171,117)

Color info

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

RGB color model

#4BAB75 color RGB value is (75,171,117).

  • red value is 75;
  • green value is 171;
  • blue value is 117.
RGB:
(75,171,117)
(29%,67%,46%)

RGB channels and saturation

R 75 of 255 = 29%
G 171 of 255 = 67%
B 117 of 255 = 46%

75
171
117

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

Portions of RGB colors in percentages

R + G + B =
75 + 171 + 117 = 363 (100%)
R 75 of 363 ~ 20.66%
G 171 of 363 ~ 47.11%
B 117 of 363 ~ 32.23%

%20.66
%47.11
%32.23

CMYK color model

#4BAB75 color CMYK value is (56,0,32,33).

  • cyan value is 56.14%
  • magenta value is 0.00%
  • yellow value is 31.58%
  • key color value is 32.94%
CMYK:
(56,0,32,33)
C56M0Y32K33 
(56%,0%,32%,33%)
(0.56/0.00/0.32/0.33)	

CMYK percentages

%56.14
%0
%31.58
%32.94

Codes

Color #4BAB75 in popluar color models

4BAB75
RGB75171117
HSL146°39.02%48.24%
HSB/HSV146°56.14%67.06%
CMYK56.14%0.00%31.58%
32.94%

Color #4BAB75 in popluar number systems.

HEX4BAB75
Decimal75171117
Binary1001011101010111110101
Octal113253165

Shades and tints

Shades of #4BAB75

#4BAB75
(75,171,117)
#459C6B
(69,156,107)
#3F8D61
(63,141,97)
#397E57
(57,126,87)
#336F4D
(51,111,77)
#2D6043
(45,96,67)
#275139
(39,81,57)
#21422F
(33,66,47)
#1B3325
(27,51,37)
#15241B
(21,36,27)
#0F1511
(15,21,17)
#000000
(0,0,0)

Tints of #4BAB75

#4BAB75
(75,171,117)
#5BB281
(91,178,129)
#6BB98D
(107,185,141)
#7BC099
(123,192,153)
#8BC7A5
(139,199,165)
#9BCEB1
(155,206,177)
#ABD5BD
(171,213,189)
#BBDCC9
(187,220,201)
#CBE3D5
(203,227,213)
#DBEAE1
(219,234,225)
#EBF1ED
(235,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4BAB75 color. Also use rgb(75,171,117) instead hex code.

Text Font Color

.myTextColor { color: #4BAB75; }

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

This text font color is #4BAB75.


Background Color

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

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

This div background color is #4BAB75.


Border color

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

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

This div border color is #4BAB75.


Opacity

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

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

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

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

This text has shadow with #4BAB75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4BAB75 on black background.


Color preview on white background

This text has color #4BAB75 on white background.



Black color preview on #4BAB75 background

This text has black color on #4BAB75 background.


White color preview on #4BAB75 background

This text has white color on #4BAB75 background.