COLOR #4F644A

HEX: #4F644A RGB: (79,100,74)

Color info

#4F644A contains red, green and blue colors in about the same proportion. Web safe color of #4F644A is #666633 (or #663).

RGB color model

#4F644A color RGB value is (79,100,74).

RGB: (79,100,74) (31%, 39%, 29%)

RGB channels and saturation

R 79 of 255 = 31%
G 100 of 255 = 39%
B 74 of 255 = 29%

79
100
74

R + G + B ~ 33%. #4F644A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 100 + 74 = 253 (100%)
R 79 of 253 ~ 31.23%
G 100 of 253 ~ 39.53%
B 74 of 253 ~ 29.25'%

%31.23
%39.53
%29.25

CMYK color model

#4F644A color CMYK value is (21,0,26,61).

  • cyan value is 21.00%
  • magenta value is 0.00%
  • yellow value is 26.00%
  • key color value is 60.78%
CMYK: (21,0,26,61) C21M0Y26K61 (21%,0%,26%,61%) (0.21/0.00/0.26/0.61) 

CMYK percentages

%21
%0
%26
%60.78

Codes

Color #4F644A in popluar color models

4F 64 4A
RGB 79 100 74
HSL 108° 14.94% 34.12%
HSB/HSV 108° 26.00% 39.22%
CMYK 21.00% 0.00% 26.00%
60.78%

Color #4F644A in popluar number systems.

HEX 4F 64 4A
Decimal 79 100 74
Binary 1001111 1100100 1001010
Octal 117 144 112

Shades and tints

Shades of #4F644A

#4F644A
(79,100,74)
#485B44
(72,91,68)
#41523E
(65,82,62)
#3A4938
(58,73,56)
#334032
(51,64,50)
#2C372C
(44,55,44)
#252E26
(37,46,38)
#1E2520
(30,37,32)
#171C1A
(23,28,26)
#101314
(16,19,20)
#090A0E
(9,10,14)
#000000
(0,0,0)

Tints of #4F644A

#4F644A
(79,100,74)
#5F725A
(95,114,90)
#6F806A
(111,128,106)
#7F8E7A
(127,142,122)
#8F9C8A
(143,156,138)
#9FAA9A
(159,170,154)
#AFB8AA
(175,184,170)
#BFC6BA
(191,198,186)
#CFD4CA
(207,212,202)
#DFE2DA
(223,226,218)
#EFF0EA
(239,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F644A color. Also use rgb(79,100,74) instead hex code.

Text Font Color

.myTextColor { color: #4F644A; }

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

This text font color is #4F644A.

Background Color

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

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

This div background color is #4F644A.

Border color

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

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

This div border color is #4F644A.

Opacity

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

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

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

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

This text has shadow with #4F644A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F644A.

Preview

Color preview on black background

This text has color #4F644A on black background.


Color preview on white background

This text has color #4F644A on white background.


Black color preview on #4F644A background

This text has black color on #4F644A background.


White color preview on #4F644A background

This text has white color on #4F644A background.


Related colors

Complementary color

Complementary color for #hex is #B09BB5.


I love getcolorcode.com

Triadic colors

1 #4A4F64 and #644A4F with #4F644A are triadic colors.

2 #4A644F and #644F4A with #4F644A are triadic colors.