COLOR #4FA084

HEX: #4FA084
RGB: (79,160,132)

Color info

#4FA084 contains mainly green and blue colors. Web safe color of #4FA084 is #669999 (or #699).

RGB color model

#4FA084 color RGB value is (79,160,132).

  • red value is 79;
  • green value is 160;
  • blue value is 132.
RGB:
(79,160,132)
(31%,63%,52%)

RGB channels and saturation

R 79 of 255 = 31%
G 160 of 255 = 63%
B 132 of 255 = 52%

79
160
132

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

Portions of RGB colors in percentages

R + G + B =
79 + 160 + 132 = 371 (100%)
R 79 of 371 ~ 21.29%
G 160 of 371 ~ 43.13%
B 132 of 371 ~ 35.58%

%21.29
%43.13
%35.58

CMYK color model

#4FA084 color CMYK value is (51,0,18,37).

  • cyan value is 50.63%
  • magenta value is 0.00%
  • yellow value is 17.50%
  • key color value is 37.25%
CMYK:
(51,0,18,37)
C51M0Y18K37 
(51%,0%,18%,37%)
(0.51/0.00/0.18/0.37)	

CMYK percentages

%50.63
%0
%17.5
%37.25

Codes

Color #4FA084 in popluar color models

4FA084
RGB79160132
HSL159°33.89%46.86%
HSB/HSV159°50.63%62.75%
CMYK50.63%0.00%17.50%
37.25%

Color #4FA084 in popluar number systems.

HEX4FA084
Decimal79160132
Binary10011111010000010000100
Octal117240204

Shades and tints

Shades of #4FA084

#4FA084
(79,160,132)
#489278
(72,146,120)
#41846C
(65,132,108)
#3A7660
(58,118,96)
#336854
(51,104,84)
#2C5A48
(44,90,72)
#254C3C
(37,76,60)
#1E3E30
(30,62,48)
#173024
(23,48,36)
#102218
(16,34,24)
#09140C
(9,20,12)
#000000
(0,0,0)

Tints of #4FA084

#4FA084
(79,160,132)
#5FA88F
(95,168,143)
#6FB09A
(111,176,154)
#7FB8A5
(127,184,165)
#8FC0B0
(143,192,176)
#9FC8BB
(159,200,187)
#AFD0C6
(175,208,198)
#BFD8D1
(191,216,209)
#CFE0DC
(207,224,220)
#DFE8E7
(223,232,231)
#EFF0F2
(239,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4FA084 color. Also use rgb(79,160,132) instead hex code.

Text Font Color

.myTextColor { color: #4FA084; }

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

This text font color is #4FA084.


Background Color

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

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

This div background color is #4FA084.


Border color

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

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

This div border color is #4FA084.


Opacity

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

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

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

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

This text has shadow with #4FA084 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4FA084 on black background.


Color preview on white background

This text has color #4FA084 on white background.



Black color preview on #4FA084 background

This text has black color on #4FA084 background.


White color preview on #4FA084 background

This text has white color on #4FA084 background.