COLOR #4F482B

HEX: #4F482B
RGB: (79,72,43)

Color info

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

RGB color model

#4F482B color RGB value is (79,72,43).

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

RGB channels and saturation

R 79 of 255 = 31%
G 72 of 255 = 28%
B 43 of 255 = 17%

79
72
43

R + G + B ~ 25%. #4F482B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 72 + 43 = 194 (100%)
R 79 of 194 ~ 40.72%
G 72 of 194 ~ 37.11%
B 43 of 194 ~ 22.16%

%40.72
%37.11
%22.16

CMYK color model

#4F482B color CMYK value is (0,9,46,69).

  • cyan value is 0.00%
  • magenta value is 8.86%
  • yellow value is 45.57%
  • key color value is 69.02%
CMYK:
(0,9,46,69)
C0M9Y46K69 
(0%,9%,46%,69%)
(0.00/0.09/0.46/0.69)	

CMYK percentages

%0
%8.86
%45.57
%69.02

Codes

Color #4F482B in popluar color models

4F482B
RGB797243
HSL48°29.51%23.92%
HSB/HSV48°45.57%30.98%
CMYK0.00%8.86%45.57%
69.02%

Color #4F482B in popluar number systems.

HEX4F482B
Decimal797243
Binary10011111001000101011
Octal11711053

Shades and tints

Shades of #4F482B

#4F482B
(79,72,43)
#484228
(72,66,40)
#413C25
(65,60,37)
#3A3622
(58,54,34)
#33301F
(51,48,31)
#2C2A1C
(44,42,28)
#252419
(37,36,25)
#1E1E16
(30,30,22)
#171813
(23,24,19)
#101210
(16,18,16)
#090C0D
(9,12,13)
#000000
(0,0,0)

Tints of #4F482B

#4F482B
(79,72,43)
#5F583E
(95,88,62)
#6F6851
(111,104,81)
#7F7864
(127,120,100)
#8F8877
(143,136,119)
#9F988A
(159,152,138)
#AFA89D
(175,168,157)
#BFB8B0
(191,184,176)
#CFC8C3
(207,200,195)
#DFD8D6
(223,216,214)
#EFE8E9
(239,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F482B; }

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

This text font color is #4F482B.


Background Color

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

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

This div background color is #4F482B.


Border color

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

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

This div border color is #4F482B.


Opacity

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

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

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

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

This text has shadow with #4F482B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F482B on black background.


Color preview on white background

This text has color #4F482B on white background.



Black color preview on #4F482B background

This text has black color on #4F482B background.


White color preview on #4F482B background

This text has white color on #4F482B background.