COLOR #4FBC8C

HEX: #4FBC8C
RGB: (79,188,140)

Color info

#4FBC8C contains mainly green and blue colors. Web safe color of #4FBC8C is #66CC99 (or #6C9).

RGB color model

#4FBC8C color RGB value is (79,188,140).

  • red value is 79;
  • green value is 188;
  • blue value is 140.
RGB:
(79,188,140)
(31%,74%,55%)

RGB channels and saturation

R 79 of 255 = 31%
G 188 of 255 = 74%
B 140 of 255 = 55%

79
188
140

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

Portions of RGB colors in percentages

R + G + B =
79 + 188 + 140 = 407 (100%)
R 79 of 407 ~ 19.41%
G 188 of 407 ~ 46.19%
B 140 of 407 ~ 34.4%

%19.41
%46.19
%34.4

CMYK color model

#4FBC8C color CMYK value is (58,0,26,26).

  • cyan value is 57.98%
  • magenta value is 0.00%
  • yellow value is 25.53%
  • key color value is 26.27%
CMYK:
(58,0,26,26)
C58M0Y26K26 
(58%,0%,26%,26%)
(0.58/0.00/0.26/0.26)	

CMYK percentages

%57.98
%0
%25.53
%26.27

Codes

Color #4FBC8C in popluar color models

4FBC8C
RGB79188140
HSL154°44.86%52.35%
HSB/HSV154°57.98%73.73%
CMYK57.98%0.00%25.53%
26.27%

Color #4FBC8C in popluar number systems.

HEX4FBC8C
Decimal79188140
Binary10011111011110010001100
Octal117274214

Shades and tints

Shades of #4FBC8C

#4FBC8C
(79,188,140)
#48AB80
(72,171,128)
#419A74
(65,154,116)
#3A8968
(58,137,104)
#33785C
(51,120,92)
#2C6750
(44,103,80)
#255644
(37,86,68)
#1E4538
(30,69,56)
#17342C
(23,52,44)
#102320
(16,35,32)
#091214
(9,18,20)
#000000
(0,0,0)

Tints of #4FBC8C

#4FBC8C
(79,188,140)
#5FC296
(95,194,150)
#6FC8A0
(111,200,160)
#7FCEAA
(127,206,170)
#8FD4B4
(143,212,180)
#9FDABE
(159,218,190)
#AFE0C8
(175,224,200)
#BFE6D2
(191,230,210)
#CFECDC
(207,236,220)
#DFF2E6
(223,242,230)
#EFF8F0
(239,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4FBC8C color. Also use rgb(79,188,140) instead hex code.

Text Font Color

.myTextColor { color: #4FBC8C; }

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

This text font color is #4FBC8C.


Background Color

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

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

This div background color is #4FBC8C.


Border color

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

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

This div border color is #4FBC8C.


Opacity

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

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

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

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

This text has shadow with #4FBC8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4FBC8C on black background.


Color preview on white background

This text has color #4FBC8C on white background.



Black color preview on #4FBC8C background

This text has black color on #4FBC8C background.


White color preview on #4FBC8C background

This text has white color on #4FBC8C background.