COLOR #4F3042

HEX: #4F3042 RGB: (79,48,66)

Color info

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

RGB color model

#4F3042 color RGB value is (79,48,66).

RGB: (79,48,66) (31%, 19%, 26%)

RGB channels and saturation

R 79 of 255 = 31%
G 48 of 255 = 19%
B 66 of 255 = 26%

79
48
66

R + G + B ~ 25%. #4F3042 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 48 + 66 = 193 (100%)
R 79 of 193 ~ 40.93%
G 48 of 193 ~ 24.87%
B 66 of 193 ~ 34.2'%

%40.93
%24.87
%34.2

CMYK color model

#4F3042 color CMYK value is (0,39,16,69).

  • cyan value is 0.00%
  • magenta value is 39.24%
  • yellow value is 16.46%
  • key color value is 69.02%

CMYK: (0,39,16,69)
C0M39Y16K69 (0%, 39%, 16%, 69%)
(0.00 / 0.39 / 0.16 / 0.69)

CMYK percentages

%0
%39.24
%16.46
%69.02

Codes

Color #4F3042 in popluar color models

4F 30 42
RGB 79 48 66
HSL 325° 24.41% 24.90%
HSB/HSV 325° 39.24% 30.98%
CMYK 0.00% 39.24% 16.46%
69.02%

Color #4F3042 in popluar number systems.

HEX 4F 30 42
Decimal 79 48 66
Binary 1001111 110000 1000010
Octal 117 60 102

Shades and tints

Shades of #4F3042

#4F3042
(79,48,66)
#482C3C
(72,44,60)
#412836
(65,40,54)
#3A2430
(58,36,48)
#33202A
(51,32,42)
#2C1C24
(44,28,36)
#25181E
(37,24,30)
#1E1418
(30,20,24)
#171012
(23,16,18)
#100C0C
(16,12,12)
#090806
(9,8,6)
#000000
(0,0,0)

Tints of #4F3042

#4F3042
(79,48,66)
#5F4253
(95,66,83)
#6F5464
(111,84,100)
#7F6675
(127,102,117)
#8F7886
(143,120,134)
#9F8A97
(159,138,151)
#AF9CA8
(175,156,168)
#BFAEB9
(191,174,185)
#CFC0CA
(207,192,202)
#DFD2DB
(223,210,219)
#EFE4EC
(239,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F3042 color. Also use rgb(79,48,66) instead hex code.

Text Font Color

.myTextColor { color: #4F3042; }

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

This text font color is #4F3042.

Background Color

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

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

This div background color is #4F3042.

Border color

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

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

This div border color is #4F3042.

Opacity

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

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

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

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

This text has shadow with #4F3042 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F3042.

Preview

Color preview on black background

This text has color #4F3042 on black background.


Color preview on white background

This text has color #4F3042 on white background.


Black color preview on #4F3042 background

This text has black color on #4F3042 background.


White color preview on #4F3042 background

This text has white color on #4F3042 background.


Related colors

Complementary color

Complementary color for #hex is #B0CFBD.


I love getcolorcode.com

Triadic colors

1 #424F30 and #30424F with #4F3042 are triadic colors.

2 #42304F and #304F42 with #4F3042 are triadic colors.