COLOR #4F856C

HEX: #4F856C
RGB: (79,133,108)

Color info

#4F856C contains red, green and blue colors in about the same proportion. Web safe color of #4F856C is #669966 (or #696).

RGB color model

#4F856C color RGB value is (79,133,108).

  • red value is 79;
  • green value is 133;
  • blue value is 108.
RGB:
(79,133,108)
(31%,52%,42%)

RGB channels and saturation

R 79 of 255 = 31%
G 133 of 255 = 52%
B 108 of 255 = 42%

79
133
108

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

Portions of RGB colors in percentages

R + G + B =
79 + 133 + 108 = 320 (100%)
R 79 of 320 ~ 24.69%
G 133 of 320 ~ 41.56%
B 108 of 320 ~ 33.75%

%24.69
%41.56
%33.75

CMYK color model

#4F856C color CMYK value is (41,0,19,48).

  • cyan value is 40.60%
  • magenta value is 0.00%
  • yellow value is 18.80%
  • key color value is 47.84%
CMYK:
(41,0,19,48)
C41M0Y19K48 
(41%,0%,19%,48%)
(0.41/0.00/0.19/0.48)	

CMYK percentages

%40.6
%0
%18.8
%47.84

Codes

Color #4F856C in popluar color models

4F856C
RGB79133108
HSL152°25.47%41.57%
HSB/HSV152°40.60%52.16%
CMYK40.60%0.00%18.80%
47.84%

Color #4F856C in popluar number systems.

HEX4F856C
Decimal79133108
Binary1001111100001011101100
Octal117205154

Shades and tints

Shades of #4F856C

#4F856C
(79,133,108)
#487963
(72,121,99)
#416D5A
(65,109,90)
#3A6151
(58,97,81)
#335548
(51,85,72)
#2C493F
(44,73,63)
#253D36
(37,61,54)
#1E312D
(30,49,45)
#172524
(23,37,36)
#10191B
(16,25,27)
#090D12
(9,13,18)
#000000
(0,0,0)

Tints of #4F856C

#4F856C
(79,133,108)
#5F9079
(95,144,121)
#6F9B86
(111,155,134)
#7FA693
(127,166,147)
#8FB1A0
(143,177,160)
#9FBCAD
(159,188,173)
#AFC7BA
(175,199,186)
#BFD2C7
(191,210,199)
#CFDDD4
(207,221,212)
#DFE8E1
(223,232,225)
#EFF3EE
(239,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F856C color. Also use rgb(79,133,108) instead hex code.

Text Font Color

.myTextColor { color: #4F856C; }

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

This text font color is #4F856C.


Background Color

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

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

This div background color is #4F856C.


Border color

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

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

This div border color is #4F856C.


Opacity

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

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

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

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

This text has shadow with #4F856C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F856C on black background.


Color preview on white background

This text has color #4F856C on white background.



Black color preview on #4F856C background

This text has black color on #4F856C background.


White color preview on #4F856C background

This text has white color on #4F856C background.