COLOR #4F3326

HEX: #4F3326
RGB: (79,51,38)

Color info

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

RGB color model

#4F3326 color RGB value is (79,51,38).

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

RGB channels and saturation

R 79 of 255 = 31%
G 51 of 255 = 20%
B 38 of 255 = 15%

79
51
38

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

Portions of RGB colors in percentages

R + G + B =
79 + 51 + 38 = 168 (100%)
R 79 of 168 ~ 47.02%
G 51 of 168 ~ 30.36%
B 38 of 168 ~ 22.62%

%47.02
%30.36
%22.62

CMYK color model

#4F3326 color CMYK value is (0,35,52,69).

  • cyan value is 0.00%
  • magenta value is 35.44%
  • yellow value is 51.90%
  • key color value is 69.02%
CMYK:
(0,35,52,69)
C0M35Y52K69 
(0%,35%,52%,69%)
(0.00/0.35/0.52/0.69)	

CMYK percentages

%0
%35.44
%51.9
%69.02

Codes

Color #4F3326 in popluar color models

4F3326
RGB795138
HSL19°35.04%22.94%
HSB/HSV19°51.90%30.98%
CMYK0.00%35.44%51.90%
69.02%

Color #4F3326 in popluar number systems.

HEX4F3326
Decimal795138
Binary1001111110011100110
Octal1176346

Shades and tints

Shades of #4F3326

#4F3326
(79,51,38)
#482F23
(72,47,35)
#412B20
(65,43,32)
#3A271D
(58,39,29)
#33231A
(51,35,26)
#2C1F17
(44,31,23)
#251B14
(37,27,20)
#1E1711
(30,23,17)
#17130E
(23,19,14)
#100F0B
(16,15,11)
#090B08
(9,11,8)
#000000
(0,0,0)

Tints of #4F3326

#4F3326
(79,51,38)
#5F4539
(95,69,57)
#6F574C
(111,87,76)
#7F695F
(127,105,95)
#8F7B72
(143,123,114)
#9F8D85
(159,141,133)
#AF9F98
(175,159,152)
#BFB1AB
(191,177,171)
#CFC3BE
(207,195,190)
#DFD5D1
(223,213,209)
#EFE7E4
(239,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F3326 color. Also use rgb(79,51,38) instead hex code.

Text Font Color

.myTextColor { color: #4F3326; }

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

This text font color is #4F3326.


Background Color

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

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

This div background color is #4F3326.


Border color

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

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

This div border color is #4F3326.


Opacity

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

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

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

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

This text has shadow with #4F3326 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F3326 on black background.


Color preview on white background

This text has color #4F3326 on white background.



Black color preview on #4F3326 background

This text has black color on #4F3326 background.


White color preview on #4F3326 background

This text has white color on #4F3326 background.