COLOR #4F867D

HEX: #4F867D
RGB: (79,134,125)

Color info

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

RGB color model

#4F867D color RGB value is (79,134,125).

  • red value is 79;
  • green value is 134;
  • blue value is 125.
RGB:
(79,134,125)
(31%,53%,49%)

RGB channels and saturation

R 79 of 255 = 31%
G 134 of 255 = 53%
B 125 of 255 = 49%

79
134
125

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

Portions of RGB colors in percentages

R + G + B =
79 + 134 + 125 = 338 (100%)
R 79 of 338 ~ 23.37%
G 134 of 338 ~ 39.64%
B 125 of 338 ~ 36.98%

%23.37
%39.64
%36.98

CMYK color model

#4F867D color CMYK value is (41,0,7,47).

  • cyan value is 41.04%
  • magenta value is 0.00%
  • yellow value is 6.72%
  • key color value is 47.45%
CMYK:
(41,0,7,47)
C41M0Y7K47 
(41%,0%,7%,47%)
(0.41/0.00/0.07/0.47)	

CMYK percentages

%41.04
%0
%6.72
%47.45

Codes

Color #4F867D in popluar color models

4F867D
RGB79134125
HSL170°25.82%41.76%
HSB/HSV170°41.04%52.55%
CMYK41.04%0.00%6.72%
47.45%

Color #4F867D in popluar number systems.

HEX4F867D
Decimal79134125
Binary1001111100001101111101
Octal117206175

Shades and tints

Shades of #4F867D

#4F867D
(79,134,125)
#487A72
(72,122,114)
#416E67
(65,110,103)
#3A625C
(58,98,92)
#335651
(51,86,81)
#2C4A46
(44,74,70)
#253E3B
(37,62,59)
#1E3230
(30,50,48)
#172625
(23,38,37)
#101A1A
(16,26,26)
#090E0F
(9,14,15)
#000000
(0,0,0)

Tints of #4F867D

#4F867D
(79,134,125)
#5F9188
(95,145,136)
#6F9C93
(111,156,147)
#7FA79E
(127,167,158)
#8FB2A9
(143,178,169)
#9FBDB4
(159,189,180)
#AFC8BF
(175,200,191)
#BFD3CA
(191,211,202)
#CFDED5
(207,222,213)
#DFE9E0
(223,233,224)
#EFF4EB
(239,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F867D color. Also use rgb(79,134,125) instead hex code.

Text Font Color

.myTextColor { color: #4F867D; }

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

This text font color is #4F867D.


Background Color

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

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

This div background color is #4F867D.


Border color

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

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

This div border color is #4F867D.


Opacity

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

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

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

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

This text has shadow with #4F867D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F867D on black background.


Color preview on white background

This text has color #4F867D on white background.



Black color preview on #4F867D background

This text has black color on #4F867D background.


White color preview on #4F867D background

This text has white color on #4F867D background.