COLOR #4F413A

HEX: #4F413A RGB: (79,65,58)

Color info

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

RGB color model

#4F413A color RGB value is (79,65,58).

RGB: (79,65,58) (31%, 25%, 23%)

RGB channels and saturation

R 79 of 255 = 31%
G 65 of 255 = 25%
B 58 of 255 = 23%

79
65
58

R + G + B ~ 26%. #4F413A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 65 + 58 = 202 (100%)
R 79 of 202 ~ 39.11%
G 65 of 202 ~ 32.18%
B 58 of 202 ~ 28.71'%

%39.11
%32.18
%28.71

CMYK color model

#4F413A color CMYK value is (0,18,27,69).

  • cyan value is 0.00%
  • magenta value is 17.72%
  • yellow value is 26.58%
  • key color value is 69.02%

CMYK: (0,18,27,69)
C0M18Y27K69 (0%, 18%, 27%, 69%)
(0.00 / 0.18 / 0.27 / 0.69)

CMYK percentages

%0
%17.72
%26.58
%69.02

Codes

Color #4F413A in popluar color models

4F 41 3A
RGB 79 65 58
HSL 20° 15.33% 26.86%
HSB/HSV 20° 26.58% 30.98%
CMYK 0.00% 17.72% 26.58%
69.02%

Color #4F413A in popluar number systems.

HEX 4F 41 3A
Decimal 79 65 58
Binary 1001111 1000001 111010
Octal 117 101 72

Shades and tints

Shades of #4F413A

#4F413A
(79,65,58)
#483C35
(72,60,53)
#413730
(65,55,48)
#3A322B
(58,50,43)
#332D26
(51,45,38)
#2C2821
(44,40,33)
#25231C
(37,35,28)
#1E1E17
(30,30,23)
#171912
(23,25,18)
#10140D
(16,20,13)
#090F08
(9,15,8)
#000000
(0,0,0)

Tints of #4F413A

#4F413A
(79,65,58)
#5F524B
(95,82,75)
#6F635C
(111,99,92)
#7F746D
(127,116,109)
#8F857E
(143,133,126)
#9F968F
(159,150,143)
#AFA7A0
(175,167,160)
#BFB8B1
(191,184,177)
#CFC9C2
(207,201,194)
#DFDAD3
(223,218,211)
#EFEBE4
(239,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F413A color. Also use rgb(79,65,58) instead hex code.

Text Font Color

.myTextColor { color: #4F413A; }

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

This text font color is #4F413A.

Background Color

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

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

This div background color is #4F413A.

Border color

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

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

This div border color is #4F413A.

Opacity

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

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

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

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

This text has shadow with #4F413A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F413A.

Preview

Color preview on black background

This text has color #4F413A on black background.


Color preview on white background

This text has color #4F413A on white background.


Black color preview on #4F413A background

This text has black color on #4F413A background.


White color preview on #4F413A background

This text has white color on #4F413A background.


Related colors

Complementary color

Complementary color for #hex is #B0BEC5.


I love getcolorcode.com

Triadic colors

1 #3A4F41 and #413A4F with #4F413A are triadic colors.

2 #3A414F and #414F3A with #4F413A are triadic colors.