COLOR #4F6E5C

HEX: #4F6E5C RGB: (79,110,92)

Color info

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

RGB color model

#4F6E5C color RGB value is (79,110,92).

RGB: (79,110,92) (31%, 43%, 36%)

RGB channels and saturation

R 79 of 255 = 31%
G 110 of 255 = 43%
B 92 of 255 = 36%

79
110
92

R + G + B ~ 37%. #4F6E5C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 110 + 92 = 281 (100%)
R 79 of 281 ~ 28.11%
G 110 of 281 ~ 39.15%
B 92 of 281 ~ 32.74'%

%28.11
%39.15
%32.74

CMYK color model

#4F6E5C color CMYK value is (28,0,16,57).

  • cyan value is 28.18%
  • magenta value is 0.00%
  • yellow value is 16.36%
  • key color value is 56.86%
CMYK: (28,0,16,57) C28M0Y16K57 (28%,0%,16%,57%) (0.28/0.00/0.16/0.57) 

CMYK percentages

%28.18
%0
%16.36
%56.86

Codes

Color #4F6E5C in popluar color models

4F 6E 5C
RGB 79 110 92
HSL 145° 16.40% 37.06%
HSB/HSV 145° 28.18% 43.14%
CMYK 28.18% 0.00% 16.36%
56.86%

Color #4F6E5C in popluar number systems.

HEX 4F 6E 5C
Decimal 79 110 92
Binary 1001111 1101110 1011100
Octal 117 156 134

Shades and tints

Shades of #4F6E5C

#4F6E5C
(79,110,92)
#486454
(72,100,84)
#415A4C
(65,90,76)
#3A5044
(58,80,68)
#33463C
(51,70,60)
#2C3C34
(44,60,52)
#25322C
(37,50,44)
#1E2824
(30,40,36)
#171E1C
(23,30,28)
#101414
(16,20,20)
#090A0C
(9,10,12)
#000000
(0,0,0)

Tints of #4F6E5C

#4F6E5C
(79,110,92)
#5F7B6A
(95,123,106)
#6F8878
(111,136,120)
#7F9586
(127,149,134)
#8FA294
(143,162,148)
#9FAFA2
(159,175,162)
#AFBCB0
(175,188,176)
#BFC9BE
(191,201,190)
#CFD6CC
(207,214,204)
#DFE3DA
(223,227,218)
#EFF0E8
(239,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F6E5C; }

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

This text font color is #4F6E5C.

Background Color

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

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

This div background color is #4F6E5C.

Border color

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

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

This div border color is #4F6E5C.

Opacity

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

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

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

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

This text has shadow with #4F6E5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F6E5C.

Preview

Color preview on black background

This text has color #4F6E5C on black background.


Color preview on white background

This text has color #4F6E5C on white background.


Black color preview on #4F6E5C background

This text has black color on #4F6E5C background.


White color preview on #4F6E5C background

This text has white color on #4F6E5C background.


Related colors

Complementary color

Complementary color for #hex is #B091A3.


I love getcolorcode.com

Triadic colors

1 #5C4F6E and #6E5C4F with #4F6E5C are triadic colors.

2 #5C6E4F and #6E4F5C with #4F6E5C are triadic colors.