COLOR #4F480A

HEX: #4F480A RGB: (79,72,10)

Color info

#4F480A contains mainly red and green colors. Web safe color of #4F480A is #663300 (or #630).

RGB color model

#4F480A color RGB value is (79,72,10).

RGB: (79,72,10) (31%, 28%, 4%)

RGB channels and saturation

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

79
72
10

R + G + B ~ 21%. #4F480A is dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 72 + 10 = 161 (100%)
R 79 of 161 ~ 49.07%
G 72 of 161 ~ 44.72%
B 10 of 161 ~ 6.21'%

%49.07
%44.72

CMYK color model

#4F480A color CMYK value is (0,9,87,69).

  • cyan value is 0.00%
  • magenta value is 8.86%
  • yellow value is 87.34%
  • key color value is 69.02%
CMYK: (0,9,87,69) C0M9Y87K69 (0%,9%,87%,69%) (0.00/0.09/0.87/0.69) 

CMYK percentages

%0
%8.86
%87.34
%69.02

Codes

Color #4F480A in popluar color models

4F 48 0A
RGB 79 72 10
HSL 54° 77.53% 17.45%
HSB/HSV 54° 87.34% 30.98%
CMYK 0.00% 8.86% 87.34%
69.02%

Color #4F480A in popluar number systems.

HEX 4F 48 0A
Decimal 79 72 10
Binary 1001111 1001000 1010
Octal 117 110 12

Shades and tints

Shades of #4F480A

#4F480A
(79,72,10)
#48420A
(72,66,10)
#413C0A
(65,60,10)
#3A360A
(58,54,10)
#33300A
(51,48,10)
#2C2A0A
(44,42,10)
#25240A
(37,36,10)
#1E1E0A
(30,30,10)
#17180A
(23,24,10)
#10120A
(16,18,10)
#090C0A
(9,12,10)
#000000
(0,0,0)

Tints of #4F480A

#4F480A
(79,72,10)
#5F5820
(95,88,32)
#6F6836
(111,104,54)
#7F784C
(127,120,76)
#8F8862
(143,136,98)
#9F9878
(159,152,120)
#AFA88E
(175,168,142)
#BFB8A4
(191,184,164)
#CFC8BA
(207,200,186)
#DFD8D0
(223,216,208)
#EFE8E6
(239,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F480A; }

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

This text font color is #4F480A.

Background Color

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

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

This div background color is #4F480A.

Border color

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

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

This div border color is #4F480A.

Opacity

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

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

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

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

This text has shadow with #4F480A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F480A.

Preview

Color preview on black background

This text has color #4F480A on black background.


Color preview on white background

This text has color #4F480A on white background.


Black color preview on #4F480A background

This text has black color on #4F480A background.


White color preview on #4F480A background

This text has white color on #4F480A background.


Related colors

Complementary color

Complementary color for #hex is #B0B7F5.


I love getcolorcode.com

Triadic colors

1 #0A4F48 and #480A4F with #4F480A are triadic colors.

2 #0A484F and #484F0A with #4F480A are triadic colors.