COLOR #4F3840

HEX: #4F3840 RGB: (79,56,64)

Color info

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

RGB color model

#4F3840 color RGB value is (79,56,64).

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

RGB channels and saturation

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

79
56
64

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

Portions of RGB colors in percentages

R + G + B = 79 + 56 + 64 = 199 (100%)
R 79 of 199 ~ 39.7%
G 56 of 199 ~ 28.14%
B 64 of 199 ~ 32.16'%

%39.7
%28.14
%32.16

CMYK color model

#4F3840 color CMYK value is (0,29,19,69).

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

CMYK: (0,29,19,69)
C0M29Y19K69 (0%, 29%, 19%, 69%)
(0.00 / 0.29 / 0.19 / 0.69)

CMYK percentages

%0
%29.11
%18.99
%69.02

Codes

Color #4F3840 in popluar color models

4F 38 40
RGB 79 56 64
HSL 339° 17.04% 26.47%
HSB/HSV 339° 29.11% 30.98%
CMYK 0.00% 29.11% 18.99%
69.02%

Color #4F3840 in popluar number systems.

HEX 4F 38 40
Decimal 79 56 64
Binary 1001111 111000 1000000
Octal 117 70 100

Shades and tints

Shades of #4F3840

#4F3840
(79,56,64)
#48333B
(72,51,59)
#412E36
(65,46,54)
#3A2931
(58,41,49)
#33242C
(51,36,44)
#2C1F27
(44,31,39)
#251A22
(37,26,34)
#1E151D
(30,21,29)
#171018
(23,16,24)
#100B13
(16,11,19)
#09060E
(9,6,14)
#000000
(0,0,0)

Tints of #4F3840

#4F3840
(79,56,64)
#5F4A51
(95,74,81)
#6F5C62
(111,92,98)
#7F6E73
(127,110,115)
#8F8084
(143,128,132)
#9F9295
(159,146,149)
#AFA4A6
(175,164,166)
#BFB6B7
(191,182,183)
#CFC8C8
(207,200,200)
#DFDAD9
(223,218,217)
#EFECEA
(239,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F3840; }

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

This text font color is #4F3840.

Background Color

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

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

This div background color is #4F3840.

Border color

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

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

This div border color is #4F3840.

Opacity

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

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

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

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

This text has shadow with #4F3840 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F3840.

Preview

Color preview on black background

This text has color #4F3840 on black background.


Color preview on white background

This text has color #4F3840 on white background.


Black color preview on #4F3840 background

This text has black color on #4F3840 background.


White color preview on #4F3840 background

This text has white color on #4F3840 background.


Related colors

Complementary color

Complementary color for #hex is #B0C7BF.


I love getcolorcode.com

Triadic colors

1 #404F38 and #38404F with #4F3840 are triadic colors.

2 #40384F and #384F40 with #4F3840 are triadic colors.