COLOR #4BAC95

HEX: #4BAC95
RGB: (75,172,149)

Color info

#4BAC95 contains mainly green and blue colors. Web safe color of #4BAC95 is #339999 (or #399).

RGB color model

#4BAC95 color RGB value is (75,172,149).

  • red value is 75;
  • green value is 172;
  • blue value is 149.
RGB:
(75,172,149)
(29%,67%,58%)

RGB channels and saturation

R 75 of 255 = 29%
G 172 of 255 = 67%
B 149 of 255 = 58%

75
172
149

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

Portions of RGB colors in percentages

R + G + B =
75 + 172 + 149 = 396 (100%)
R 75 of 396 ~ 18.94%
G 172 of 396 ~ 43.43%
B 149 of 396 ~ 37.63%

%18.94
%43.43
%37.63

CMYK color model

#4BAC95 color CMYK value is (56,0,13,33).

  • cyan value is 56.40%
  • magenta value is 0.00%
  • yellow value is 13.37%
  • key color value is 32.55%
CMYK:
(56,0,13,33)
C56M0Y13K33 
(56%,0%,13%,33%)
(0.56/0.00/0.13/0.33)	

CMYK percentages

%56.4
%0
%13.37
%32.55

Codes

Color #4BAC95 in popluar color models

4BAC95
RGB75172149
HSL166°39.27%48.43%
HSB/HSV166°56.40%67.45%
CMYK56.40%0.00%13.37%
32.55%

Color #4BAC95 in popluar number systems.

HEX4BAC95
Decimal75172149
Binary10010111010110010010101
Octal113254225

Shades and tints

Shades of #4BAC95

#4BAC95
(75,172,149)
#459D88
(69,157,136)
#3F8E7B
(63,142,123)
#397F6E
(57,127,110)
#337061
(51,112,97)
#2D6154
(45,97,84)
#275247
(39,82,71)
#21433A
(33,67,58)
#1B342D
(27,52,45)
#152520
(21,37,32)
#0F1613
(15,22,19)
#000000
(0,0,0)

Tints of #4BAC95

#4BAC95
(75,172,149)
#5BB39E
(91,179,158)
#6BBAA7
(107,186,167)
#7BC1B0
(123,193,176)
#8BC8B9
(139,200,185)
#9BCFC2
(155,207,194)
#ABD6CB
(171,214,203)
#BBDDD4
(187,221,212)
#CBE4DD
(203,228,221)
#DBEBE6
(219,235,230)
#EBF2EF
(235,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4BAC95 color. Also use rgb(75,172,149) instead hex code.

Text Font Color

.myTextColor { color: #4BAC95; }

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

This text font color is #4BAC95.


Background Color

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

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

This div background color is #4BAC95.


Border color

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

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

This div border color is #4BAC95.


Opacity

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

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

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

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

This text has shadow with #4BAC95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4BAC95 on black background.


Color preview on white background

This text has color #4BAC95 on white background.



Black color preview on #4BAC95 background

This text has black color on #4BAC95 background.


White color preview on #4BAC95 background

This text has white color on #4BAC95 background.