COLOR #4F6554

HEX: #4F6554 RGB: (79,101,84)

Color info

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

RGB color model

#4F6554 color RGB value is (79,101,84).

RGB: (79,101,84) (31%, 40%, 33%)

RGB channels and saturation

R 79 of 255 = 31%
G 101 of 255 = 40%
B 84 of 255 = 33%

79
101
84

R + G + B ~ 35%. #4F6554 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 101 + 84 = 264 (100%)
R 79 of 264 ~ 29.92%
G 101 of 264 ~ 38.26%
B 84 of 264 ~ 31.82'%

%29.92
%38.26
%31.82

CMYK color model

#4F6554 color CMYK value is (22,0,17,60).

  • cyan value is 21.78%
  • magenta value is 0.00%
  • yellow value is 16.83%
  • key color value is 60.39%
CMYK: (22,0,17,60) C22M0Y17K60 (22%,0%,17%,60%) (0.22/0.00/0.17/0.60) 

CMYK percentages

%21.78
%0
%16.83
%60.39

Codes

Color #4F6554 in popluar color models

4F 65 54
RGB 79 101 84
HSL 134° 12.22% 35.29%
HSB/HSV 134° 21.78% 39.61%
CMYK 21.78% 0.00% 16.83%
60.39%

Color #4F6554 in popluar number systems.

HEX 4F 65 54
Decimal 79 101 84
Binary 1001111 1100101 1010100
Octal 117 145 124

Shades and tints

Shades of #4F6554

#4F6554
(79,101,84)
#485C4D
(72,92,77)
#415346
(65,83,70)
#3A4A3F
(58,74,63)
#334138
(51,65,56)
#2C3831
(44,56,49)
#252F2A
(37,47,42)
#1E2623
(30,38,35)
#171D1C
(23,29,28)
#101415
(16,20,21)
#090B0E
(9,11,14)
#000000
(0,0,0)

Tints of #4F6554

#4F6554
(79,101,84)
#5F7363
(95,115,99)
#6F8172
(111,129,114)
#7F8F81
(127,143,129)
#8F9D90
(143,157,144)
#9FAB9F
(159,171,159)
#AFB9AE
(175,185,174)
#BFC7BD
(191,199,189)
#CFD5CC
(207,213,204)
#DFE3DB
(223,227,219)
#EFF1EA
(239,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F6554; }

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

This text font color is #4F6554.

Background Color

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

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

This div background color is #4F6554.

Border color

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

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

This div border color is #4F6554.

Opacity

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

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

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

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

This text has shadow with #4F6554 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F6554.

Preview

Color preview on black background

This text has color #4F6554 on black background.


Color preview on white background

This text has color #4F6554 on white background.


Black color preview on #4F6554 background

This text has black color on #4F6554 background.


White color preview on #4F6554 background

This text has white color on #4F6554 background.


Related colors

Complementary color

Complementary color for #hex is #B09AAB.


I love getcolorcode.com

Triadic colors

1 #544F65 and #65544F with #4F6554 are triadic colors.

2 #54654F and #654F54 with #4F6554 are triadic colors.