COLOR #4FBB74

HEX: #4FBB74
RGB: (79,187,116)

Color info

#4FBB74 contains mainly green color. Web safe color of #4FBB74 is #66CC66 (or #6C6).

RGB color model

#4FBB74 color RGB value is (79,187,116).

  • red value is 79;
  • green value is 187;
  • blue value is 116.
RGB:
(79,187,116)
(31%,73%,45%)

RGB channels and saturation

R 79 of 255 = 31%
G 187 of 255 = 73%
B 116 of 255 = 45%

79
187
116

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

Portions of RGB colors in percentages

R + G + B =
79 + 187 + 116 = 382 (100%)
R 79 of 382 ~ 20.68%
G 187 of 382 ~ 48.95%
B 116 of 382 ~ 30.37%

%20.68
%48.95
%30.37

CMYK color model

#4FBB74 color CMYK value is (58,0,38,27).

  • cyan value is 57.75%
  • magenta value is 0.00%
  • yellow value is 37.97%
  • key color value is 26.67%
CMYK:
(58,0,38,27)
C58M0Y38K27 
(58%,0%,38%,27%)
(0.58/0.00/0.38/0.27)	

CMYK percentages

%57.75
%0
%37.97
%26.67

Codes

Color #4FBB74 in popluar color models

4FBB74
RGB79187116
HSL141°44.26%52.16%
HSB/HSV141°57.75%73.33%
CMYK57.75%0.00%37.97%
26.67%

Color #4FBB74 in popluar number systems.

HEX4FBB74
Decimal79187116
Binary1001111101110111110100
Octal117273164

Shades and tints

Shades of #4FBB74

#4FBB74
(79,187,116)
#48AA6A
(72,170,106)
#419960
(65,153,96)
#3A8856
(58,136,86)
#33774C
(51,119,76)
#2C6642
(44,102,66)
#255538
(37,85,56)
#1E442E
(30,68,46)
#173324
(23,51,36)
#10221A
(16,34,26)
#091110
(9,17,16)
#000000
(0,0,0)

Tints of #4FBB74

#4FBB74
(79,187,116)
#5FC180
(95,193,128)
#6FC78C
(111,199,140)
#7FCD98
(127,205,152)
#8FD3A4
(143,211,164)
#9FD9B0
(159,217,176)
#AFDFBC
(175,223,188)
#BFE5C8
(191,229,200)
#CFEBD4
(207,235,212)
#DFF1E0
(223,241,224)
#EFF7EC
(239,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4FBB74 color. Also use rgb(79,187,116) instead hex code.

Text Font Color

.myTextColor { color: #4FBB74; }

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

This text font color is #4FBB74.


Background Color

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

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

This div background color is #4FBB74.


Border color

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

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

This div border color is #4FBB74.


Opacity

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

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

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

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

This text has shadow with #4FBB74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4FBB74 on black background.


Color preview on white background

This text has color #4FBB74 on white background.



Black color preview on #4FBB74 background

This text has black color on #4FBB74 background.


White color preview on #4FBB74 background

This text has white color on #4FBB74 background.