COLOR #4F6354

HEX: #4F6354 RGB: (79,99,84)

Color info

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

RGB color model

#4F6354 color RGB value is (79,99,84).

RGB: (79,99,84) (31%, 39%, 33%)

RGB channels and saturation

R 79 of 255 = 31%
G 99 of 255 = 39%
B 84 of 255 = 33%

79
99
84

R + G + B ~ 34%. #4F6354 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 99 + 84 = 262 (100%)
R 79 of 262 ~ 30.15%
G 99 of 262 ~ 37.79%
B 84 of 262 ~ 32.06'%

%30.15
%37.79
%32.06

CMYK color model

#4F6354 color CMYK value is (20,0,15,61).

  • cyan value is 20.20%
  • magenta value is 0.00%
  • yellow value is 15.15%
  • key color value is 61.18%

CMYK: (20,0,15,61)
C20M0Y15K61 (20%, 0%, 15%, 61%)
(0.20 / 0.00 / 0.15 / 0.61)

CMYK percentages

%20.2
%0
%15.15
%61.18

Codes

Color #4F6354 in popluar color models

4F 63 54
RGB 79 99 84
HSL 135° 11.24% 34.90%
HSB/HSV 135° 20.20% 38.82%
CMYK 20.20% 0.00% 15.15%
61.18%

Color #4F6354 in popluar number systems.

HEX 4F 63 54
Decimal 79 99 84
Binary 1001111 1100011 1010100
Octal 117 143 124

Shades and tints

Shades of #4F6354

#4F6354
(79,99,84)
#485A4D
(72,90,77)
#415146
(65,81,70)
#3A483F
(58,72,63)
#333F38
(51,63,56)
#2C3631
(44,54,49)
#252D2A
(37,45,42)
#1E2423
(30,36,35)
#171B1C
(23,27,28)
#101215
(16,18,21)
#09090E
(9,9,14)
#000000
(0,0,0)

Tints of #4F6354

#4F6354
(79,99,84)
#5F7163
(95,113,99)
#6F7F72
(111,127,114)
#7F8D81
(127,141,129)
#8F9B90
(143,155,144)
#9FA99F
(159,169,159)
#AFB7AE
(175,183,174)
#BFC5BD
(191,197,189)
#CFD3CC
(207,211,204)
#DFE1DB
(223,225,219)
#EFEFEA
(239,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F6354 color. Also use rgb(79,99,84) instead hex code.

Text Font Color

.myTextColor { color: #4F6354; }

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

This text font color is #4F6354.

Background Color

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

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

This div background color is #4F6354.

Border color

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

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

This div border color is #4F6354.

Opacity

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

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

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

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

This text has shadow with #4F6354 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F6354.

Preview

Color preview on black background

This text has color #4F6354 on black background.


Color preview on white background

This text has color #4F6354 on white background.


Black color preview on #4F6354 background

This text has black color on #4F6354 background.


White color preview on #4F6354 background

This text has white color on #4F6354 background.


Related colors

Complementary color

Complementary color for #hex is #B09CAB.


I love getcolorcode.com

Triadic colors

1 #544F63 and #63544F with #4F6354 are triadic colors.

2 #54634F and #634F54 with #4F6354 are triadic colors.