COLOR #4F3841

HEX: #4F3841 RGB: (79,56,65)

Color info

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

RGB color model

#4F3841 color RGB value is (79,56,65).

RGB: (79,56,65) (31%, 22%, 25%)

RGB channels and saturation

R 79 of 255 = 31%
G 56 of 255 = 22%
B 65 of 255 = 25%

79
56
65

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

Portions of RGB colors in percentages

R + G + B = 79 + 56 + 65 = 200 (100%)
R 79 of 200 ~ 39.5%
G 56 of 200 ~ 28%
B 65 of 200 ~ 32.5'%

%39.5
%28
%32.5

CMYK color model

#4F3841 color CMYK value is (0,29,18,69).

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

CMYK: (0,29,18,69)
C0M29Y18K69 (0%, 29%, 18%, 69%)
(0.00 / 0.29 / 0.18 / 0.69)

CMYK percentages

%0
%29.11
%17.72
%69.02

Codes

Color #4F3841 in popluar color models

4F 38 41
RGB 79 56 65
HSL 337° 17.04% 26.47%
HSB/HSV 337° 29.11% 30.98%
CMYK 0.00% 29.11% 17.72%
69.02%

Color #4F3841 in popluar number systems.

HEX 4F 38 41
Decimal 79 56 65
Binary 1001111 111000 1000001
Octal 117 70 101

Shades and tints

Shades of #4F3841

#4F3841
(79,56,65)
#48333C
(72,51,60)
#412E37
(65,46,55)
#3A2932
(58,41,50)
#33242D
(51,36,45)
#2C1F28
(44,31,40)
#251A23
(37,26,35)
#1E151E
(30,21,30)
#171019
(23,16,25)
#100B14
(16,11,20)
#09060F
(9,6,15)
#000000
(0,0,0)

Tints of #4F3841

#4F3841
(79,56,65)
#5F4A52
(95,74,82)
#6F5C63
(111,92,99)
#7F6E74
(127,110,116)
#8F8085
(143,128,133)
#9F9296
(159,146,150)
#AFA4A7
(175,164,167)
#BFB6B8
(191,182,184)
#CFC8C9
(207,200,201)
#DFDADA
(223,218,218)
#EFECEB
(239,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F3841; }

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

This text font color is #4F3841.

Background Color

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

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

This div background color is #4F3841.

Border color

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

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

This div border color is #4F3841.

Opacity

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

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

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

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

This text has shadow with #4F3841 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F3841.

Preview

Color preview on black background

This text has color #4F3841 on black background.


Color preview on white background

This text has color #4F3841 on white background.


Black color preview on #4F3841 background

This text has black color on #4F3841 background.


White color preview on #4F3841 background

This text has white color on #4F3841 background.


Related colors

Complementary color

Complementary color for #hex is #B0C7BE.


I love getcolorcode.com

Triadic colors

1 #414F38 and #38414F with #4F3841 are triadic colors.

2 #41384F and #384F41 with #4F3841 are triadic colors.