COLOR #4F364A

HEX: #4F364A RGB: (79,54,74)

Color info

#4F364A contains red, green and blue colors in about the same proportion. Web safe color of #4F364A is #663333 (or #633).

RGB color model

#4F364A color RGB value is (79,54,74).

RGB: (79,54,74) (31%, 21%, 29%)

RGB channels and saturation

R 79 of 255 = 31%
G 54 of 255 = 21%
B 74 of 255 = 29%

79
54
74

R + G + B ~ 27%. #4F364A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 54 + 74 = 207 (100%)
R 79 of 207 ~ 38.16%
G 54 of 207 ~ 26.09%
B 74 of 207 ~ 35.75'%

%38.16
%26.09
%35.75

CMYK color model

#4F364A color CMYK value is (0,32,6,69).

  • cyan value is 0.00%
  • magenta value is 31.65%
  • yellow value is 6.33%
  • key color value is 69.02%
CMYK: (0,32,6,69) C0M32Y6K69 (0%,32%,6%,69%) (0.00/0.32/0.06/0.69) 

CMYK percentages

%0
%31.65
%6.33
%69.02

Codes

Color #4F364A in popluar color models

4F 36 4A
RGB 79 54 74
HSL 312° 18.80% 26.08%
HSB/HSV 312° 31.65% 30.98%
CMYK 0.00% 31.65% 6.33%
69.02%

Color #4F364A in popluar number systems.

HEX 4F 36 4A
Decimal 79 54 74
Binary 1001111 110110 1001010
Octal 117 66 112

Shades and tints

Shades of #4F364A

#4F364A
(79,54,74)
#483244
(72,50,68)
#412E3E
(65,46,62)
#3A2A38
(58,42,56)
#332632
(51,38,50)
#2C222C
(44,34,44)
#251E26
(37,30,38)
#1E1A20
(30,26,32)
#17161A
(23,22,26)
#101214
(16,18,20)
#090E0E
(9,14,14)
#000000
(0,0,0)

Tints of #4F364A

#4F364A
(79,54,74)
#5F485A
(95,72,90)
#6F5A6A
(111,90,106)
#7F6C7A
(127,108,122)
#8F7E8A
(143,126,138)
#9F909A
(159,144,154)
#AFA2AA
(175,162,170)
#BFB4BA
(191,180,186)
#CFC6CA
(207,198,202)
#DFD8DA
(223,216,218)
#EFEAEA
(239,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F364A; }

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

This text font color is #4F364A.

Background Color

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

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

This div background color is #4F364A.

Border color

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

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

This div border color is #4F364A.

Opacity

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

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

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

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

This text has shadow with #4F364A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F364A.

Preview

Color preview on black background

This text has color #4F364A on black background.


Color preview on white background

This text has color #4F364A on white background.


Black color preview on #4F364A background

This text has black color on #4F364A background.


White color preview on #4F364A background

This text has white color on #4F364A background.


Related colors

Complementary color

Complementary color for #hex is #B0C9B5.


I love getcolorcode.com

Triadic colors

1 #4A4F36 and #364A4F with #4F364A are triadic colors.

2 #4A364F and #364F4A with #4F364A are triadic colors.