COLOR #4F584A

HEX: #4F584A
RGB: (79,88,74)

Color info

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

RGB color model

#4F584A color RGB value is (79,88,74).

  • red value is 79;
  • green value is 88;
  • blue value is 74.
RGB:
(79,88,74)
(31%,35%,29%)

RGB channels and saturation

R 79 of 255 = 31%
G 88 of 255 = 35%
B 74 of 255 = 29%

79
88
74

R + G + B ~ 32%. #4F584A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 88 + 74 = 241 (100%)
R 79 of 241 ~ 32.78%
G 88 of 241 ~ 36.51%
B 74 of 241 ~ 30.71%

%32.78
%36.51
%30.71

CMYK color model

#4F584A color CMYK value is (10,0,16,65).

  • cyan value is 10.23%
  • magenta value is 0.00%
  • yellow value is 15.91%
  • key color value is 65.49%
CMYK:
(10,0,16,65)
C10M0Y16K65 
(10%,0%,16%,65%)
(0.10/0.00/0.16/0.65)	

CMYK percentages

%10.23
%0
%15.91
%65.49

Codes

Color #4F584A in popluar color models

4F584A
RGB798874
HSL99°8.64%31.76%
HSB/HSV99°15.91%34.51%
CMYK10.23%0.00%15.91%
65.49%

Color #4F584A in popluar number systems.

HEX4F584A
Decimal798874
Binary100111110110001001010
Octal117130112

Shades and tints

Shades of #4F584A

#4F584A
(79,88,74)
#485044
(72,80,68)
#41483E
(65,72,62)
#3A4038
(58,64,56)
#333832
(51,56,50)
#2C302C
(44,48,44)
#252826
(37,40,38)
#1E2020
(30,32,32)
#17181A
(23,24,26)
#101014
(16,16,20)
#09080E
(9,8,14)
#000000
(0,0,0)

Tints of #4F584A

#4F584A
(79,88,74)
#5F675A
(95,103,90)
#6F766A
(111,118,106)
#7F857A
(127,133,122)
#8F948A
(143,148,138)
#9FA39A
(159,163,154)
#AFB2AA
(175,178,170)
#BFC1BA
(191,193,186)
#CFD0CA
(207,208,202)
#DFDFDA
(223,223,218)
#EFEEEA
(239,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F584A; }

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

This text font color is #4F584A.


Background Color

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

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

This div background color is #4F584A.


Border color

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

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

This div border color is #4F584A.


Opacity

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

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

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

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

This text has shadow with #4F584A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F584A on black background.


Color preview on white background

This text has color #4F584A on white background.



Black color preview on #4F584A background

This text has black color on #4F584A background.


White color preview on #4F584A background

This text has white color on #4F584A background.