COLOR #4F6859

HEX: #4F6859 RGB: (79,104,89)

Color info

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

RGB color model

#4F6859 color RGB value is (79,104,89).

RGB: (79,104,89) (31%, 41%, 35%)

RGB channels and saturation

R 79 of 255 = 31%
G 104 of 255 = 41%
B 89 of 255 = 35%

79
104
89

R + G + B ~ 36%. #4F6859 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 104 + 89 = 272 (100%)
R 79 of 272 ~ 29.04%
G 104 of 272 ~ 38.24%
B 89 of 272 ~ 32.72'%

%29.04
%38.24
%32.72

CMYK color model

#4F6859 color CMYK value is (24,0,14,59).

  • cyan value is 24.04%
  • magenta value is 0.00%
  • yellow value is 14.42%
  • key color value is 59.22%

CMYK: (24,0,14,59)
C24M0Y14K59 (24%, 0%, 14%, 59%)
(0.24 / 0.00 / 0.14 / 0.59)

CMYK percentages

%24.04
%0
%14.42
%59.22

Codes

Color #4F6859 in popluar color models

4F 68 59
RGB 79 104 89
HSL 144° 13.66% 35.88%
HSB/HSV 144° 24.04% 40.78%
CMYK 24.04% 0.00% 14.42%
59.22%

Color #4F6859 in popluar number systems.

HEX 4F 68 59
Decimal 79 104 89
Binary 1001111 1101000 1011001
Octal 117 150 131

Shades and tints

Shades of #4F6859

#4F6859
(79,104,89)
#485F51
(72,95,81)
#415649
(65,86,73)
#3A4D41
(58,77,65)
#334439
(51,68,57)
#2C3B31
(44,59,49)
#253229
(37,50,41)
#1E2921
(30,41,33)
#172019
(23,32,25)
#101711
(16,23,17)
#090E09
(9,14,9)
#000000
(0,0,0)

Tints of #4F6859

#4F6859
(79,104,89)
#5F7568
(95,117,104)
#6F8277
(111,130,119)
#7F8F86
(127,143,134)
#8F9C95
(143,156,149)
#9FA9A4
(159,169,164)
#AFB6B3
(175,182,179)
#BFC3C2
(191,195,194)
#CFD0D1
(207,208,209)
#DFDDE0
(223,221,224)
#EFEAEF
(239,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F6859 color. Also use rgb(79,104,89) instead hex code.

Text Font Color

.myTextColor { color: #4F6859; }

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

This text font color is #4F6859.

Background Color

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

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

This div background color is #4F6859.

Border color

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

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

This div border color is #4F6859.

Opacity

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

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

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

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

This text has shadow with #4F6859 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F6859.

Preview

Color preview on black background

This text has color #4F6859 on black background.


Color preview on white background

This text has color #4F6859 on white background.


Black color preview on #4F6859 background

This text has black color on #4F6859 background.


White color preview on #4F6859 background

This text has white color on #4F6859 background.


Related colors

Complementary color

Complementary color for #hex is #B097A6.


I love getcolorcode.com

Triadic colors

1 #594F68 and #68594F with #4F6859 are triadic colors.

2 #59684F and #684F59 with #4F6859 are triadic colors.