COLOR #4F9277

HEX: #4F9277
RGB: (79,146,119)

Color info

#4F9277 contains mainly green and blue colors. Web safe color of #4F9277 is #669966 (or #696).

RGB color model

#4F9277 color RGB value is (79,146,119).

  • red value is 79;
  • green value is 146;
  • blue value is 119.
RGB:
(79,146,119)
(31%,57%,47%)

RGB channels and saturation

R 79 of 255 = 31%
G 146 of 255 = 57%
B 119 of 255 = 47%

79
146
119

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

Portions of RGB colors in percentages

R + G + B =
79 + 146 + 119 = 344 (100%)
R 79 of 344 ~ 22.97%
G 146 of 344 ~ 42.44%
B 119 of 344 ~ 34.59%

%22.97
%42.44
%34.59

CMYK color model

#4F9277 color CMYK value is (46,0,18,43).

  • cyan value is 45.89%
  • magenta value is 0.00%
  • yellow value is 18.49%
  • key color value is 42.75%
CMYK:
(46,0,18,43)
C46M0Y18K43 
(46%,0%,18%,43%)
(0.46/0.00/0.18/0.43)	

CMYK percentages

%45.89
%0
%18.49
%42.75

Codes

Color #4F9277 in popluar color models

4F9277
RGB79146119
HSL156°29.78%44.12%
HSB/HSV156°45.89%57.25%
CMYK45.89%0.00%18.49%
42.75%

Color #4F9277 in popluar number systems.

HEX4F9277
Decimal79146119
Binary1001111100100101110111
Octal117222167

Shades and tints

Shades of #4F9277

#4F9277
(79,146,119)
#48856D
(72,133,109)
#417863
(65,120,99)
#3A6B59
(58,107,89)
#335E4F
(51,94,79)
#2C5145
(44,81,69)
#25443B
(37,68,59)
#1E3731
(30,55,49)
#172A27
(23,42,39)
#101D1D
(16,29,29)
#091013
(9,16,19)
#000000
(0,0,0)

Tints of #4F9277

#4F9277
(79,146,119)
#5F9B83
(95,155,131)
#6FA48F
(111,164,143)
#7FAD9B
(127,173,155)
#8FB6A7
(143,182,167)
#9FBFB3
(159,191,179)
#AFC8BF
(175,200,191)
#BFD1CB
(191,209,203)
#CFDAD7
(207,218,215)
#DFE3E3
(223,227,227)
#EFECEF
(239,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F9277 color. Also use rgb(79,146,119) instead hex code.

Text Font Color

.myTextColor { color: #4F9277; }

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

This text font color is #4F9277.


Background Color

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

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

This div background color is #4F9277.


Border color

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

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

This div border color is #4F9277.


Opacity

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

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

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

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

This text has shadow with #4F9277 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F9277 on black background.


Color preview on white background

This text has color #4F9277 on white background.



Black color preview on #4F9277 background

This text has black color on #4F9277 background.


White color preview on #4F9277 background

This text has white color on #4F9277 background.