COLOR #4F604B

HEX: #4F604B
RGB: (79,96,75)

Color info

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

RGB color model

#4F604B color RGB value is (79,96,75).

  • red value is 79;
  • green value is 96;
  • blue value is 75.
RGB:
(79,96,75)
(31%,38%,29%)

RGB channels and saturation

R 79 of 255 = 31%
G 96 of 255 = 38%
B 75 of 255 = 29%

79
96
75

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

Portions of RGB colors in percentages

R + G + B =
79 + 96 + 75 = 250 (100%)
R 79 of 250 ~ 31.6%
G 96 of 250 ~ 38.4%
B 75 of 250 ~ 30%

%31.6
%38.4
%30

CMYK color model

#4F604B color CMYK value is (18,0,22,62).

  • cyan value is 17.71%
  • magenta value is 0.00%
  • yellow value is 21.88%
  • key color value is 62.35%
CMYK:
(18,0,22,62)
C18M0Y22K62 
(18%,0%,22%,62%)
(0.18/0.00/0.22/0.62)	

CMYK percentages

%17.71
%0
%21.88
%62.35

Codes

Color #4F604B in popluar color models

4F604B
RGB799675
HSL109°12.28%33.53%
HSB/HSV109°21.88%37.65%
CMYK17.71%0.00%21.88%
62.35%

Color #4F604B in popluar number systems.

HEX4F604B
Decimal799675
Binary100111111000001001011
Octal117140113

Shades and tints

Shades of #4F604B

#4F604B
(79,96,75)
#485845
(72,88,69)
#41503F
(65,80,63)
#3A4839
(58,72,57)
#334033
(51,64,51)
#2C382D
(44,56,45)
#253027
(37,48,39)
#1E2821
(30,40,33)
#17201B
(23,32,27)
#101815
(16,24,21)
#09100F
(9,16,15)
#000000
(0,0,0)

Tints of #4F604B

#4F604B
(79,96,75)
#5F6E5B
(95,110,91)
#6F7C6B
(111,124,107)
#7F8A7B
(127,138,123)
#8F988B
(143,152,139)
#9FA69B
(159,166,155)
#AFB4AB
(175,180,171)
#BFC2BB
(191,194,187)
#CFD0CB
(207,208,203)
#DFDEDB
(223,222,219)
#EFECEB
(239,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F604B color. Also use rgb(79,96,75) instead hex code.

Text Font Color

.myTextColor { color: #4F604B; }

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

This text font color is #4F604B.


Background Color

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

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

This div background color is #4F604B.


Border color

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

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

This div border color is #4F604B.


Opacity

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

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

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

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

This text has shadow with #4F604B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F604B on black background.


Color preview on white background

This text has color #4F604B on white background.



Black color preview on #4F604B background

This text has black color on #4F604B background.


White color preview on #4F604B background

This text has white color on #4F604B background.