COLOR #4F351F

HEX: #4F351F RGB: (79,53,31)

Color info

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

RGB color model

#4F351F color RGB value is (79,53,31).

RGB: (79,53,31) (31%, 21%, 12%)

RGB channels and saturation

R 79 of 255 = 31%
G 53 of 255 = 21%
B 31 of 255 = 12%

79
53
31

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

Portions of RGB colors in percentages

R + G + B = 79 + 53 + 31 = 163 (100%)
R 79 of 163 ~ 48.47%
G 53 of 163 ~ 32.52%
B 31 of 163 ~ 19.02'%

%48.47
%32.52
%19.02

CMYK color model

#4F351F color CMYK value is (0,33,61,69).

  • cyan value is 0.00%
  • magenta value is 32.91%
  • yellow value is 60.76%
  • key color value is 69.02%

CMYK: (0,33,61,69)
C0M33Y61K69 (0%, 33%, 61%, 69%)
(0.00 / 0.33 / 0.61 / 0.69)

CMYK percentages

%0
%32.91
%60.76
%69.02

Codes

Color #4F351F in popluar color models

4F 35 1F
RGB 79 53 31
HSL 28° 43.64% 21.57%
HSB/HSV 28° 60.76% 30.98%
CMYK 0.00% 32.91% 60.76%
69.02%

Color #4F351F in popluar number systems.

HEX 4F 35 1F
Decimal 79 53 31
Binary 1001111 110101 11111
Octal 117 65 37

Shades and tints

Shades of #4F351F

#4F351F
(79,53,31)
#48311D
(72,49,29)
#412D1B
(65,45,27)
#3A2919
(58,41,25)
#332517
(51,37,23)
#2C2115
(44,33,21)
#251D13
(37,29,19)
#1E1911
(30,25,17)
#17150F
(23,21,15)
#10110D
(16,17,13)
#090D0B
(9,13,11)
#000000
(0,0,0)

Tints of #4F351F

#4F351F
(79,53,31)
#5F4733
(95,71,51)
#6F5947
(111,89,71)
#7F6B5B
(127,107,91)
#8F7D6F
(143,125,111)
#9F8F83
(159,143,131)
#AFA197
(175,161,151)
#BFB3AB
(191,179,171)
#CFC5BF
(207,197,191)
#DFD7D3
(223,215,211)
#EFE9E7
(239,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F351F color. Also use rgb(79,53,31) instead hex code.

Text Font Color

.myTextColor { color: #4F351F; }

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

This text font color is #4F351F.

Background Color

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

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

This div background color is #4F351F.

Border color

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

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

This div border color is #4F351F.

Opacity

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

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

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

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

This text has shadow with #4F351F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F351F.

Preview

Color preview on black background

This text has color #4F351F on black background.


Color preview on white background

This text has color #4F351F on white background.


Black color preview on #4F351F background

This text has black color on #4F351F background.


White color preview on #4F351F background

This text has white color on #4F351F background.


Related colors

Complementary color

Complementary color for #hex is #B0CAE0.


I love getcolorcode.com

Triadic colors

1 #1F4F35 and #351F4F with #4F351F are triadic colors.

2 #1F354F and #354F1F with #4F351F are triadic colors.