COLOR #4F3021

HEX: #4F3021
RGB: (79,48,33)

Color info

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

RGB color model

#4F3021 color RGB value is (79,48,33).

  • red value is 79;
  • green value is 48;
  • blue value is 33.
RGB:
(79,48,33)
(31%,19%,13%)

RGB channels and saturation

R 79 of 255 = 31%
G 48 of 255 = 19%
B 33 of 255 = 13%

79
48
33

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

Portions of RGB colors in percentages

R + G + B =
79 + 48 + 33 = 160 (100%)
R 79 of 160 ~ 49.38%
G 48 of 160 ~ 30%
B 33 of 160 ~ 20.63%

%49.38
%30
%20.63

CMYK color model

#4F3021 color CMYK value is (0,39,58,69).

  • cyan value is 0.00%
  • magenta value is 39.24%
  • yellow value is 58.23%
  • key color value is 69.02%
CMYK:
(0,39,58,69)
C0M39Y58K69 
(0%,39%,58%,69%)
(0.00/0.39/0.58/0.69)	

CMYK percentages

%0
%39.24
%58.23
%69.02

Codes

Color #4F3021 in popluar color models

4F3021
RGB794833
HSL20°41.07%21.96%
HSB/HSV20°58.23%30.98%
CMYK0.00%39.24%58.23%
69.02%

Color #4F3021 in popluar number systems.

HEX4F3021
Decimal794833
Binary1001111110000100001
Octal1176041

Shades and tints

Shades of #4F3021

#4F3021
(79,48,33)
#482C1E
(72,44,30)
#41281B
(65,40,27)
#3A2418
(58,36,24)
#332015
(51,32,21)
#2C1C12
(44,28,18)
#25180F
(37,24,15)
#1E140C
(30,20,12)
#171009
(23,16,9)
#100C06
(16,12,6)
#090803
(9,8,3)
#000000
(0,0,0)

Tints of #4F3021

#4F3021
(79,48,33)
#5F4235
(95,66,53)
#6F5449
(111,84,73)
#7F665D
(127,102,93)
#8F7871
(143,120,113)
#9F8A85
(159,138,133)
#AF9C99
(175,156,153)
#BFAEAD
(191,174,173)
#CFC0C1
(207,192,193)
#DFD2D5
(223,210,213)
#EFE4E9
(239,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F3021 color. Also use rgb(79,48,33) instead hex code.

Text Font Color

.myTextColor { color: #4F3021; }

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

This text font color is #4F3021.


Background Color

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

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

This div background color is #4F3021.


Border color

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

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

This div border color is #4F3021.


Opacity

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

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

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

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

This text has shadow with #4F3021 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F3021 on black background.


Color preview on white background

This text has color #4F3021 on white background.



Black color preview on #4F3021 background

This text has black color on #4F3021 background.


White color preview on #4F3021 background

This text has white color on #4F3021 background.