COLOR #4BD09D

HEX: #4BD09D
RGB: (75,208,157)

Color info

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

RGB color model

#4BD09D color RGB value is (75,208,157).

  • red value is 75;
  • green value is 208;
  • blue value is 157.
RGB:
(75,208,157)
(29%,82%,62%)

RGB channels and saturation

R 75 of 255 = 29%
G 208 of 255 = 82%
B 157 of 255 = 62%

75
208
157

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

Portions of RGB colors in percentages

R + G + B =
75 + 208 + 157 = 440 (100%)
R 75 of 440 ~ 17.05%
G 208 of 440 ~ 47.27%
B 157 of 440 ~ 35.68%

%17.05
%47.27
%35.68

CMYK color model

#4BD09D color CMYK value is (64,0,25,18).

  • cyan value is 63.94%
  • magenta value is 0.00%
  • yellow value is 24.52%
  • key color value is 18.43%
CMYK:
(64,0,25,18)
C64M0Y25K18 
(64%,0%,25%,18%)
(0.64/0.00/0.25/0.18)	

CMYK percentages

%63.94
%0
%24.52
%18.43

Codes

Color #4BD09D in popluar color models

4BD09D
RGB75208157
HSL157°58.59%55.49%
HSB/HSV157°63.94%81.57%
CMYK63.94%0.00%24.52%
18.43%

Color #4BD09D in popluar number systems.

HEX4BD09D
Decimal75208157
Binary10010111101000010011101
Octal113320235

Shades and tints

Shades of #4BD09D

#4BD09D
(75,208,157)
#45BE8F
(69,190,143)
#3FAC81
(63,172,129)
#399A73
(57,154,115)
#338865
(51,136,101)
#2D7657
(45,118,87)
#276449
(39,100,73)
#21523B
(33,82,59)
#1B402D
(27,64,45)
#152E1F
(21,46,31)
#0F1C11
(15,28,17)
#000000
(0,0,0)

Tints of #4BD09D

#4BD09D
(75,208,157)
#5BD4A5
(91,212,165)
#6BD8AD
(107,216,173)
#7BDCB5
(123,220,181)
#8BE0BD
(139,224,189)
#9BE4C5
(155,228,197)
#ABE8CD
(171,232,205)
#BBECD5
(187,236,213)
#CBF0DD
(203,240,221)
#DBF4E5
(219,244,229)
#EBF8ED
(235,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4BD09D color. Also use rgb(75,208,157) instead hex code.

Text Font Color

.myTextColor { color: #4BD09D; }

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

This text font color is #4BD09D.


Background Color

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

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

This div background color is #4BD09D.


Border color

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

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

This div border color is #4BD09D.


Opacity

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

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

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

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

This text has shadow with #4BD09D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4BD09D on black background.


Color preview on white background

This text has color #4BD09D on white background.



Black color preview on #4BD09D background

This text has black color on #4BD09D background.


White color preview on #4BD09D background

This text has white color on #4BD09D background.