COLOR #4BC394

HEX: #4BC394
RGB: (75,195,148)

Color info

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

RGB color model

#4BC394 color RGB value is (75,195,148).

  • red value is 75;
  • green value is 195;
  • blue value is 148.
RGB:
(75,195,148)
(29%,76%,58%)

RGB channels and saturation

R 75 of 255 = 29%
G 195 of 255 = 76%
B 148 of 255 = 58%

75
195
148

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

Portions of RGB colors in percentages

R + G + B =
75 + 195 + 148 = 418 (100%)
R 75 of 418 ~ 17.94%
G 195 of 418 ~ 46.65%
B 148 of 418 ~ 35.41%

%17.94
%46.65
%35.41

CMYK color model

#4BC394 color CMYK value is (62,0,24,24).

  • cyan value is 61.54%
  • magenta value is 0.00%
  • yellow value is 24.10%
  • key color value is 23.53%
CMYK:
(62,0,24,24)
C62M0Y24K24 
(62%,0%,24%,24%)
(0.62/0.00/0.24/0.24)	

CMYK percentages

%61.54
%0
%24.1
%23.53

Codes

Color #4BC394 in popluar color models

4BC394
RGB75195148
HSL157°50.00%52.94%
HSB/HSV157°61.54%76.47%
CMYK61.54%0.00%24.10%
23.53%

Color #4BC394 in popluar number systems.

HEX4BC394
Decimal75195148
Binary10010111100001110010100
Octal113303224

Shades and tints

Shades of #4BC394

#4BC394
(75,195,148)
#45B287
(69,178,135)
#3FA17A
(63,161,122)
#39906D
(57,144,109)
#337F60
(51,127,96)
#2D6E53
(45,110,83)
#275D46
(39,93,70)
#214C39
(33,76,57)
#1B3B2C
(27,59,44)
#152A1F
(21,42,31)
#0F1912
(15,25,18)
#000000
(0,0,0)

Tints of #4BC394

#4BC394
(75,195,148)
#5BC89D
(91,200,157)
#6BCDA6
(107,205,166)
#7BD2AF
(123,210,175)
#8BD7B8
(139,215,184)
#9BDCC1
(155,220,193)
#ABE1CA
(171,225,202)
#BBE6D3
(187,230,211)
#CBEBDC
(203,235,220)
#DBF0E5
(219,240,229)
#EBF5EE
(235,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4BC394 color. Also use rgb(75,195,148) instead hex code.

Text Font Color

.myTextColor { color: #4BC394; }

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

This text font color is #4BC394.


Background Color

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

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

This div background color is #4BC394.


Border color

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

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

This div border color is #4BC394.


Opacity

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

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

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

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

This text has shadow with #4BC394 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4BC394 on black background.


Color preview on white background

This text has color #4BC394 on white background.



Black color preview on #4BC394 background

This text has black color on #4BC394 background.


White color preview on #4BC394 background

This text has white color on #4BC394 background.