COLOR #4F846E

HEX: #4F846E
RGB: (79,132,110)

Color info

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

RGB color model

#4F846E color RGB value is (79,132,110).

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

RGB channels and saturation

R 79 of 255 = 31%
G 132 of 255 = 52%
B 110 of 255 = 43%

79
132
110

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

Portions of RGB colors in percentages

R + G + B =
79 + 132 + 110 = 321 (100%)
R 79 of 321 ~ 24.61%
G 132 of 321 ~ 41.12%
B 110 of 321 ~ 34.27%

%24.61
%41.12
%34.27

CMYK color model

#4F846E color CMYK value is (40,0,17,48).

  • cyan value is 40.15%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 48.24%
CMYK:
(40,0,17,48)
C40M0Y17K48 
(40%,0%,17%,48%)
(0.40/0.00/0.17/0.48)	

CMYK percentages

%40.15
%0
%16.67
%48.24

Codes

Color #4F846E in popluar color models

4F846E
RGB79132110
HSL155°25.12%41.37%
HSB/HSV155°40.15%51.76%
CMYK40.15%0.00%16.67%
48.24%

Color #4F846E in popluar number systems.

HEX4F846E
Decimal79132110
Binary1001111100001001101110
Octal117204156

Shades and tints

Shades of #4F846E

#4F846E
(79,132,110)
#487864
(72,120,100)
#416C5A
(65,108,90)
#3A6050
(58,96,80)
#335446
(51,84,70)
#2C483C
(44,72,60)
#253C32
(37,60,50)
#1E3028
(30,48,40)
#17241E
(23,36,30)
#101814
(16,24,20)
#090C0A
(9,12,10)
#000000
(0,0,0)

Tints of #4F846E

#4F846E
(79,132,110)
#5F8F7B
(95,143,123)
#6F9A88
(111,154,136)
#7FA595
(127,165,149)
#8FB0A2
(143,176,162)
#9FBBAF
(159,187,175)
#AFC6BC
(175,198,188)
#BFD1C9
(191,209,201)
#CFDCD6
(207,220,214)
#DFE7E3
(223,231,227)
#EFF2F0
(239,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F846E; }

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

This text font color is #4F846E.


Background Color

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

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

This div background color is #4F846E.


Border color

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

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

This div border color is #4F846E.


Opacity

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

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

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

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

This text has shadow with #4F846E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F846E on black background.


Color preview on white background

This text has color #4F846E on white background.



Black color preview on #4F846E background

This text has black color on #4F846E background.


White color preview on #4F846E background

This text has white color on #4F846E background.