COLOR #4FBA65

HEX: #4FBA65
RGB: (79,186,101)

Color info

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

RGB color model

#4FBA65 color RGB value is (79,186,101).

  • red value is 79;
  • green value is 186;
  • blue value is 101.
RGB:
(79,186,101)
(31%,73%,40%)

RGB channels and saturation

R 79 of 255 = 31%
G 186 of 255 = 73%
B 101 of 255 = 40%

79
186
101

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

Portions of RGB colors in percentages

R + G + B =
79 + 186 + 101 = 366 (100%)
R 79 of 366 ~ 21.58%
G 186 of 366 ~ 50.82%
B 101 of 366 ~ 27.6%

%21.58
%50.82
%27.6

CMYK color model

#4FBA65 color CMYK value is (58,0,46,27).

  • cyan value is 57.53%
  • magenta value is 0.00%
  • yellow value is 45.70%
  • key color value is 27.06%
CMYK:
(58,0,46,27)
C58M0Y46K27 
(58%,0%,46%,27%)
(0.58/0.00/0.46/0.27)	

CMYK percentages

%57.53
%0
%45.7
%27.06

Codes

Color #4FBA65 in popluar color models

4FBA65
RGB79186101
HSL132°43.67%51.96%
HSB/HSV132°57.53%72.94%
CMYK57.53%0.00%45.70%
27.06%

Color #4FBA65 in popluar number systems.

HEX4FBA65
Decimal79186101
Binary1001111101110101100101
Octal117272145

Shades and tints

Shades of #4FBA65

#4FBA65
(79,186,101)
#48AA5C
(72,170,92)
#419A53
(65,154,83)
#3A8A4A
(58,138,74)
#337A41
(51,122,65)
#2C6A38
(44,106,56)
#255A2F
(37,90,47)
#1E4A26
(30,74,38)
#173A1D
(23,58,29)
#102A14
(16,42,20)
#091A0B
(9,26,11)
#000000
(0,0,0)

Tints of #4FBA65

#4FBA65
(79,186,101)
#5FC073
(95,192,115)
#6FC681
(111,198,129)
#7FCC8F
(127,204,143)
#8FD29D
(143,210,157)
#9FD8AB
(159,216,171)
#AFDEB9
(175,222,185)
#BFE4C7
(191,228,199)
#CFEAD5
(207,234,213)
#DFF0E3
(223,240,227)
#EFF6F1
(239,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4FBA65 color. Also use rgb(79,186,101) instead hex code.

Text Font Color

.myTextColor { color: #4FBA65; }

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

This text font color is #4FBA65.


Background Color

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

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

This div background color is #4FBA65.


Border color

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

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

This div border color is #4FBA65.


Opacity

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

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

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

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

This text has shadow with #4FBA65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4FBA65 on black background.


Color preview on white background

This text has color #4FBA65 on white background.



Black color preview on #4FBA65 background

This text has black color on #4FBA65 background.


White color preview on #4FBA65 background

This text has white color on #4FBA65 background.