COLOR #4BB393

HEX: #4BB393
RGB: (75,179,147)

Color info

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

RGB color model

#4BB393 color RGB value is (75,179,147).

  • red value is 75;
  • green value is 179;
  • blue value is 147.
RGB:
(75,179,147)
(29%,70%,58%)

RGB channels and saturation

R 75 of 255 = 29%
G 179 of 255 = 70%
B 147 of 255 = 58%

75
179
147

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

Portions of RGB colors in percentages

R + G + B =
75 + 179 + 147 = 401 (100%)
R 75 of 401 ~ 18.7%
G 179 of 401 ~ 44.64%
B 147 of 401 ~ 36.66%

%18.7
%44.64
%36.66

CMYK color model

#4BB393 color CMYK value is (58,0,18,30).

  • cyan value is 58.10%
  • magenta value is 0.00%
  • yellow value is 17.88%
  • key color value is 29.80%
CMYK:
(58,0,18,30)
C58M0Y18K30 
(58%,0%,18%,30%)
(0.58/0.00/0.18/0.30)	

CMYK percentages

%58.1
%0
%17.88
%29.8

Codes

Color #4BB393 in popluar color models

4BB393
RGB75179147
HSL162°40.94%49.80%
HSB/HSV162°58.10%70.20%
CMYK58.10%0.00%17.88%
29.80%

Color #4BB393 in popluar number systems.

HEX4BB393
Decimal75179147
Binary10010111011001110010011
Octal113263223

Shades and tints

Shades of #4BB393

#4BB393
(75,179,147)
#45A386
(69,163,134)
#3F9379
(63,147,121)
#39836C
(57,131,108)
#33735F
(51,115,95)
#2D6352
(45,99,82)
#275345
(39,83,69)
#214338
(33,67,56)
#1B332B
(27,51,43)
#15231E
(21,35,30)
#0F1311
(15,19,17)
#000000
(0,0,0)

Tints of #4BB393

#4BB393
(75,179,147)
#5BB99C
(91,185,156)
#6BBFA5
(107,191,165)
#7BC5AE
(123,197,174)
#8BCBB7
(139,203,183)
#9BD1C0
(155,209,192)
#ABD7C9
(171,215,201)
#BBDDD2
(187,221,210)
#CBE3DB
(203,227,219)
#DBE9E4
(219,233,228)
#EBEFED
(235,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4BB393 color. Also use rgb(75,179,147) instead hex code.

Text Font Color

.myTextColor { color: #4BB393; }

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

This text font color is #4BB393.


Background Color

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

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

This div background color is #4BB393.


Border color

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

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

This div border color is #4BB393.


Opacity

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

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

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

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

This text has shadow with #4BB393 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4BB393 on black background.


Color preview on white background

This text has color #4BB393 on white background.



Black color preview on #4BB393 background

This text has black color on #4BB393 background.


White color preview on #4BB393 background

This text has white color on #4BB393 background.