COLOR #4BBB88

HEX: #4BBB88
RGB: (75,187,136)

Color info

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

RGB color model

#4BBB88 color RGB value is (75,187,136).

  • red value is 75;
  • green value is 187;
  • blue value is 136.
RGB:
(75,187,136)
(29%,73%,53%)

RGB channels and saturation

R 75 of 255 = 29%
G 187 of 255 = 73%
B 136 of 255 = 53%

75
187
136

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

Portions of RGB colors in percentages

R + G + B =
75 + 187 + 136 = 398 (100%)
R 75 of 398 ~ 18.84%
G 187 of 398 ~ 46.98%
B 136 of 398 ~ 34.17%

%18.84
%46.98
%34.17

CMYK color model

#4BBB88 color CMYK value is (60,0,27,27).

  • cyan value is 59.89%
  • magenta value is 0.00%
  • yellow value is 27.27%
  • key color value is 26.67%
CMYK:
(60,0,27,27)
C60M0Y27K27 
(60%,0%,27%,27%)
(0.60/0.00/0.27/0.27)	

CMYK percentages

%59.89
%0
%27.27
%26.67

Codes

Color #4BBB88 in popluar color models

4BBB88
RGB75187136
HSL153°45.16%51.37%
HSB/HSV153°59.89%73.33%
CMYK59.89%0.00%27.27%
26.67%

Color #4BBB88 in popluar number systems.

HEX4BBB88
Decimal75187136
Binary10010111011101110001000
Octal113273210

Shades and tints

Shades of #4BBB88

#4BBB88
(75,187,136)
#45AA7C
(69,170,124)
#3F9970
(63,153,112)
#398864
(57,136,100)
#337758
(51,119,88)
#2D664C
(45,102,76)
#275540
(39,85,64)
#214434
(33,68,52)
#1B3328
(27,51,40)
#15221C
(21,34,28)
#0F1110
(15,17,16)
#000000
(0,0,0)

Tints of #4BBB88

#4BBB88
(75,187,136)
#5BC192
(91,193,146)
#6BC79C
(107,199,156)
#7BCDA6
(123,205,166)
#8BD3B0
(139,211,176)
#9BD9BA
(155,217,186)
#ABDFC4
(171,223,196)
#BBE5CE
(187,229,206)
#CBEBD8
(203,235,216)
#DBF1E2
(219,241,226)
#EBF7EC
(235,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4BBB88 color. Also use rgb(75,187,136) instead hex code.

Text Font Color

.myTextColor { color: #4BBB88; }

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

This text font color is #4BBB88.


Background Color

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

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

This div background color is #4BBB88.


Border color

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

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

This div border color is #4BBB88.


Opacity

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

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

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

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

This text has shadow with #4BBB88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4BBB88 on black background.


Color preview on white background

This text has color #4BBB88 on white background.



Black color preview on #4BBB88 background

This text has black color on #4BBB88 background.


White color preview on #4BBB88 background

This text has white color on #4BBB88 background.