COLOR #4F8055

HEX: #4F8055
RGB: (79,128,85)

Color info

#4F8055 contains red, green and blue colors in about the same proportion. Web safe color of #4F8055 is #666666 (or #666).

RGB color model

#4F8055 color RGB value is (79,128,85).

  • red value is 79;
  • green value is 128;
  • blue value is 85.
RGB:
(79,128,85)
(31%,50%,33%)

RGB channels and saturation

R 79 of 255 = 31%
G 128 of 255 = 50%
B 85 of 255 = 33%

79
128
85

R + G + B ~ 38%. #4F8055 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 128 + 85 = 292 (100%)
R 79 of 292 ~ 27.05%
G 128 of 292 ~ 43.84%
B 85 of 292 ~ 29.11%

%27.05
%43.84
%29.11

CMYK color model

#4F8055 color CMYK value is (38,0,34,50).

  • cyan value is 38.28%
  • magenta value is 0.00%
  • yellow value is 33.59%
  • key color value is 49.80%
CMYK:
(38,0,34,50)
C38M0Y34K50 
(38%,0%,34%,50%)
(0.38/0.00/0.34/0.50)	

CMYK percentages

%38.28
%0
%33.59
%49.8

Codes

Color #4F8055 in popluar color models

4F8055
RGB7912885
HSL127°23.67%40.59%
HSB/HSV127°38.28%50.20%
CMYK38.28%0.00%33.59%
49.80%

Color #4F8055 in popluar number systems.

HEX4F8055
Decimal7912885
Binary1001111100000001010101
Octal117200125

Shades and tints

Shades of #4F8055

#4F8055
(79,128,85)
#48754E
(72,117,78)
#416A47
(65,106,71)
#3A5F40
(58,95,64)
#335439
(51,84,57)
#2C4932
(44,73,50)
#253E2B
(37,62,43)
#1E3324
(30,51,36)
#17281D
(23,40,29)
#101D16
(16,29,22)
#09120F
(9,18,15)
#000000
(0,0,0)

Tints of #4F8055

#4F8055
(79,128,85)
#5F8B64
(95,139,100)
#6F9673
(111,150,115)
#7FA182
(127,161,130)
#8FAC91
(143,172,145)
#9FB7A0
(159,183,160)
#AFC2AF
(175,194,175)
#BFCDBE
(191,205,190)
#CFD8CD
(207,216,205)
#DFE3DC
(223,227,220)
#EFEEEB
(239,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F8055 color. Also use rgb(79,128,85) instead hex code.

Text Font Color

.myTextColor { color: #4F8055; }

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

This text font color is #4F8055.


Background Color

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

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

This div background color is #4F8055.


Border color

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

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

This div border color is #4F8055.


Opacity

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

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

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

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

This text has shadow with #4F8055 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F8055 on black background.


Color preview on white background

This text has color #4F8055 on white background.



Black color preview on #4F8055 background

This text has black color on #4F8055 background.


White color preview on #4F8055 background

This text has white color on #4F8055 background.