COLOR #4BB997

HEX: #4BB997
RGB: (75,185,151)

Color info

#4BB997 contains mainly green and blue colors. Web safe color of #4BB997 is #33CC99 (or #3C9).

RGB color model

#4BB997 color RGB value is (75,185,151).

  • red value is 75;
  • green value is 185;
  • blue value is 151.
RGB:
(75,185,151)
(29%,73%,59%)

RGB channels and saturation

R 75 of 255 = 29%
G 185 of 255 = 73%
B 151 of 255 = 59%

75
185
151

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

Portions of RGB colors in percentages

R + G + B =
75 + 185 + 151 = 411 (100%)
R 75 of 411 ~ 18.25%
G 185 of 411 ~ 45.01%
B 151 of 411 ~ 36.74%

%18.25
%45.01
%36.74

CMYK color model

#4BB997 color CMYK value is (59,0,18,27).

  • cyan value is 59.46%
  • magenta value is 0.00%
  • yellow value is 18.38%
  • key color value is 27.45%
CMYK:
(59,0,18,27)
C59M0Y18K27 
(59%,0%,18%,27%)
(0.59/0.00/0.18/0.27)	

CMYK percentages

%59.46
%0
%18.38
%27.45

Codes

Color #4BB997 in popluar color models

4BB997
RGB75185151
HSL161°44.00%50.98%
HSB/HSV161°59.46%72.55%
CMYK59.46%0.00%18.38%
27.45%

Color #4BB997 in popluar number systems.

HEX4BB997
Decimal75185151
Binary10010111011100110010111
Octal113271227

Shades and tints

Shades of #4BB997

#4BB997
(75,185,151)
#45A98A
(69,169,138)
#3F997D
(63,153,125)
#398970
(57,137,112)
#337963
(51,121,99)
#2D6956
(45,105,86)
#275949
(39,89,73)
#21493C
(33,73,60)
#1B392F
(27,57,47)
#152922
(21,41,34)
#0F1915
(15,25,21)
#000000
(0,0,0)

Tints of #4BB997

#4BB997
(75,185,151)
#5BBFA0
(91,191,160)
#6BC5A9
(107,197,169)
#7BCBB2
(123,203,178)
#8BD1BB
(139,209,187)
#9BD7C4
(155,215,196)
#ABDDCD
(171,221,205)
#BBE3D6
(187,227,214)
#CBE9DF
(203,233,223)
#DBEFE8
(219,239,232)
#EBF5F1
(235,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4BB997 color. Also use rgb(75,185,151) instead hex code.

Text Font Color

.myTextColor { color: #4BB997; }

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

This text font color is #4BB997.


Background Color

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

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

This div background color is #4BB997.


Border color

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

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

This div border color is #4BB997.


Opacity

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

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

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

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

This text has shadow with #4BB997 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4BB997 on black background.


Color preview on white background

This text has color #4BB997 on white background.



Black color preview on #4BB997 background

This text has black color on #4BB997 background.


White color preview on #4BB997 background

This text has white color on #4BB997 background.