COLOR #4F3129

HEX: #4F3129
RGB: (79,49,41)

Color info

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

RGB color model

#4F3129 color RGB value is (79,49,41).

  • red value is 79;
  • green value is 49;
  • blue value is 41.
RGB:
(79,49,41)
(31%,19%,16%)

RGB channels and saturation

R 79 of 255 = 31%
G 49 of 255 = 19%
B 41 of 255 = 16%

79
49
41

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

Portions of RGB colors in percentages

R + G + B =
79 + 49 + 41 = 169 (100%)
R 79 of 169 ~ 46.75%
G 49 of 169 ~ 28.99%
B 41 of 169 ~ 24.26%

%46.75
%28.99
%24.26

CMYK color model

#4F3129 color CMYK value is (0,38,48,69).

  • cyan value is 0.00%
  • magenta value is 37.97%
  • yellow value is 48.10%
  • key color value is 69.02%
CMYK:
(0,38,48,69)
C0M38Y48K69 
(0%,38%,48%,69%)
(0.00/0.38/0.48/0.69)	

CMYK percentages

%0
%37.97
%48.1
%69.02

Codes

Color #4F3129 in popluar color models

4F3129
RGB794941
HSL13°31.67%23.53%
HSB/HSV13°48.10%30.98%
CMYK0.00%37.97%48.10%
69.02%

Color #4F3129 in popluar number systems.

HEX4F3129
Decimal794941
Binary1001111110001101001
Octal1176151

Shades and tints

Shades of #4F3129

#4F3129
(79,49,41)
#482D26
(72,45,38)
#412923
(65,41,35)
#3A2520
(58,37,32)
#33211D
(51,33,29)
#2C1D1A
(44,29,26)
#251917
(37,25,23)
#1E1514
(30,21,20)
#171111
(23,17,17)
#100D0E
(16,13,14)
#09090B
(9,9,11)
#000000
(0,0,0)

Tints of #4F3129

#4F3129
(79,49,41)
#5F433C
(95,67,60)
#6F554F
(111,85,79)
#7F6762
(127,103,98)
#8F7975
(143,121,117)
#9F8B88
(159,139,136)
#AF9D9B
(175,157,155)
#BFAFAE
(191,175,174)
#CFC1C1
(207,193,193)
#DFD3D4
(223,211,212)
#EFE5E7
(239,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F3129 color. Also use rgb(79,49,41) instead hex code.

Text Font Color

.myTextColor { color: #4F3129; }

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

This text font color is #4F3129.


Background Color

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

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

This div background color is #4F3129.


Border color

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

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

This div border color is #4F3129.


Opacity

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

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

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

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

This text has shadow with #4F3129 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F3129 on black background.


Color preview on white background

This text has color #4F3129 on white background.



Black color preview on #4F3129 background

This text has black color on #4F3129 background.


White color preview on #4F3129 background

This text has white color on #4F3129 background.