COLOR #4F3428

HEX: #4F3428
RGB: (79,52,40)

Color info

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

RGB color model

#4F3428 color RGB value is (79,52,40).

  • red value is 79;
  • green value is 52;
  • blue value is 40.
RGB:
(79,52,40)
(31%,20%,16%)

RGB channels and saturation

R 79 of 255 = 31%
G 52 of 255 = 20%
B 40 of 255 = 16%

79
52
40

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

Portions of RGB colors in percentages

R + G + B =
79 + 52 + 40 = 171 (100%)
R 79 of 171 ~ 46.2%
G 52 of 171 ~ 30.41%
B 40 of 171 ~ 23.39%

%46.2
%30.41
%23.39

CMYK color model

#4F3428 color CMYK value is (0,34,49,69).

  • cyan value is 0.00%
  • magenta value is 34.18%
  • yellow value is 49.37%
  • key color value is 69.02%
CMYK:
(0,34,49,69)
C0M34Y49K69 
(0%,34%,49%,69%)
(0.00/0.34/0.49/0.69)	

CMYK percentages

%0
%34.18
%49.37
%69.02

Codes

Color #4F3428 in popluar color models

4F3428
RGB795240
HSL18°32.77%23.33%
HSB/HSV18°49.37%30.98%
CMYK0.00%34.18%49.37%
69.02%

Color #4F3428 in popluar number systems.

HEX4F3428
Decimal795240
Binary1001111110100101000
Octal1176450

Shades and tints

Shades of #4F3428

#4F3428
(79,52,40)
#483025
(72,48,37)
#412C22
(65,44,34)
#3A281F
(58,40,31)
#33241C
(51,36,28)
#2C2019
(44,32,25)
#251C16
(37,28,22)
#1E1813
(30,24,19)
#171410
(23,20,16)
#10100D
(16,16,13)
#090C0A
(9,12,10)
#000000
(0,0,0)

Tints of #4F3428

#4F3428
(79,52,40)
#5F463B
(95,70,59)
#6F584E
(111,88,78)
#7F6A61
(127,106,97)
#8F7C74
(143,124,116)
#9F8E87
(159,142,135)
#AFA09A
(175,160,154)
#BFB2AD
(191,178,173)
#CFC4C0
(207,196,192)
#DFD6D3
(223,214,211)
#EFE8E6
(239,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F3428 color. Also use rgb(79,52,40) instead hex code.

Text Font Color

.myTextColor { color: #4F3428; }

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

This text font color is #4F3428.


Background Color

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

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

This div background color is #4F3428.


Border color

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

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

This div border color is #4F3428.


Opacity

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

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

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

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

This text has shadow with #4F3428 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F3428 on black background.


Color preview on white background

This text has color #4F3428 on white background.



Black color preview on #4F3428 background

This text has black color on #4F3428 background.


White color preview on #4F3428 background

This text has white color on #4F3428 background.