COLOR #4F3225

HEX: #4F3225
RGB: (79,50,37)

Color info

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

RGB color model

#4F3225 color RGB value is (79,50,37).

  • red value is 79;
  • green value is 50;
  • blue value is 37.
RGB:
(79,50,37)
(31%,20%,15%)

RGB channels and saturation

R 79 of 255 = 31%
G 50 of 255 = 20%
B 37 of 255 = 15%

79
50
37

R + G + B ~ 22%. #4F3225 is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 50 + 37 = 166 (100%)
R 79 of 166 ~ 47.59%
G 50 of 166 ~ 30.12%
B 37 of 166 ~ 22.29%

%47.59
%30.12
%22.29

CMYK color model

#4F3225 color CMYK value is (0,37,53,69).

  • cyan value is 0.00%
  • magenta value is 36.71%
  • yellow value is 53.16%
  • key color value is 69.02%
CMYK:
(0,37,53,69)
C0M37Y53K69 
(0%,37%,53%,69%)
(0.00/0.37/0.53/0.69)	

CMYK percentages

%0
%36.71
%53.16
%69.02

Codes

Color #4F3225 in popluar color models

4F3225
RGB795037
HSL19°36.21%22.75%
HSB/HSV19°53.16%30.98%
CMYK0.00%36.71%53.16%
69.02%

Color #4F3225 in popluar number systems.

HEX4F3225
Decimal795037
Binary1001111110010100101
Octal1176245

Shades and tints

Shades of #4F3225

#4F3225
(79,50,37)
#482E22
(72,46,34)
#412A1F
(65,42,31)
#3A261C
(58,38,28)
#332219
(51,34,25)
#2C1E16
(44,30,22)
#251A13
(37,26,19)
#1E1610
(30,22,16)
#17120D
(23,18,13)
#100E0A
(16,14,10)
#090A07
(9,10,7)
#000000
(0,0,0)

Tints of #4F3225

#4F3225
(79,50,37)
#5F4438
(95,68,56)
#6F564B
(111,86,75)
#7F685E
(127,104,94)
#8F7A71
(143,122,113)
#9F8C84
(159,140,132)
#AF9E97
(175,158,151)
#BFB0AA
(191,176,170)
#CFC2BD
(207,194,189)
#DFD4D0
(223,212,208)
#EFE6E3
(239,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F3225 color. Also use rgb(79,50,37) instead hex code.

Text Font Color

.myTextColor { color: #4F3225; }

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

This text font color is #4F3225.


Background Color

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

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

This div background color is #4F3225.


Border color

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

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

This div border color is #4F3225.


Opacity

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

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

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

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

This text has shadow with #4F3225 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F3225 on black background.


Color preview on white background

This text has color #4F3225 on white background.



Black color preview on #4F3225 background

This text has black color on #4F3225 background.


White color preview on #4F3225 background

This text has white color on #4F3225 background.