COLOR #4F481A

HEX: #4F481A
RGB: (79,72,26)

Color info

#4F481A contains red, green and blue colors in about the same proportion. Web safe color of #4F481A is #663300 (or #630).

RGB color model

#4F481A color RGB value is (79,72,26).

  • red value is 79;
  • green value is 72;
  • blue value is 26.
RGB:
(79,72,26)
(31%,28%,10%)

RGB channels and saturation

R 79 of 255 = 31%
G 72 of 255 = 28%
B 26 of 255 = 10%

79
72
26

R + G + B ~ 23%. #4F481A is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 72 + 26 = 177 (100%)
R 79 of 177 ~ 44.63%
G 72 of 177 ~ 40.68%
B 26 of 177 ~ 14.69%

%44.63
%40.68
%14.69

CMYK color model

#4F481A color CMYK value is (0,9,67,69).

  • cyan value is 0.00%
  • magenta value is 8.86%
  • yellow value is 67.09%
  • key color value is 69.02%
CMYK:
(0,9,67,69)
C0M9Y67K69 
(0%,9%,67%,69%)
(0.00/0.09/0.67/0.69)	

CMYK percentages

%0
%8.86
%67.09
%69.02

Codes

Color #4F481A in popluar color models

4F481A
RGB797226
HSL52°50.48%20.59%
HSB/HSV52°67.09%30.98%
CMYK0.00%8.86%67.09%
69.02%

Color #4F481A in popluar number systems.

HEX4F481A
Decimal797226
Binary1001111100100011010
Octal11711032

Shades and tints

Shades of #4F481A

#4F481A
(79,72,26)
#484218
(72,66,24)
#413C16
(65,60,22)
#3A3614
(58,54,20)
#333012
(51,48,18)
#2C2A10
(44,42,16)
#25240E
(37,36,14)
#1E1E0C
(30,30,12)
#17180A
(23,24,10)
#101208
(16,18,8)
#090C06
(9,12,6)
#000000
(0,0,0)

Tints of #4F481A

#4F481A
(79,72,26)
#5F582E
(95,88,46)
#6F6842
(111,104,66)
#7F7856
(127,120,86)
#8F886A
(143,136,106)
#9F987E
(159,152,126)
#AFA892
(175,168,146)
#BFB8A6
(191,184,166)
#CFC8BA
(207,200,186)
#DFD8CE
(223,216,206)
#EFE8E2
(239,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F481A color. Also use rgb(79,72,26) instead hex code.

Text Font Color

.myTextColor { color: #4F481A; }

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

This text font color is #4F481A.


Background Color

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

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

This div background color is #4F481A.


Border color

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

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

This div border color is #4F481A.


Opacity

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

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

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

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

This text has shadow with #4F481A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F481A on black background.


Color preview on white background

This text has color #4F481A on white background.



Black color preview on #4F481A background

This text has black color on #4F481A background.


White color preview on #4F481A background

This text has white color on #4F481A background.