COLOR #4F2842

HEX: #4F2842
RGB: (79,40,66)

Color info

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

RGB color model

#4F2842 color RGB value is (79,40,66).

  • red value is 79;
  • green value is 40;
  • blue value is 66.
RGB:
(79,40,66)
(31%,16%,26%)

RGB channels and saturation

R 79 of 255 = 31%
G 40 of 255 = 16%
B 66 of 255 = 26%

79
40
66

R + G + B ~ 24%. #4F2842 is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 40 + 66 = 185 (100%)
R 79 of 185 ~ 42.7%
G 40 of 185 ~ 21.62%
B 66 of 185 ~ 35.68%

%42.7
%21.62
%35.68

CMYK color model

#4F2842 color CMYK value is (0,49,16,69).

  • cyan value is 0.00%
  • magenta value is 49.37%
  • yellow value is 16.46%
  • key color value is 69.02%
CMYK:
(0,49,16,69)
C0M49Y16K69 
(0%,49%,16%,69%)
(0.00/0.49/0.16/0.69)	

CMYK percentages

%0
%49.37
%16.46
%69.02

Codes

Color #4F2842 in popluar color models

4F2842
RGB794066
HSL320°32.77%23.33%
HSB/HSV320°49.37%30.98%
CMYK0.00%49.37%16.46%
69.02%

Color #4F2842 in popluar number systems.

HEX4F2842
Decimal794066
Binary10011111010001000010
Octal11750102

Shades and tints

Shades of #4F2842

#4F2842
(79,40,66)
#48253C
(72,37,60)
#412236
(65,34,54)
#3A1F30
(58,31,48)
#331C2A
(51,28,42)
#2C1924
(44,25,36)
#25161E
(37,22,30)
#1E1318
(30,19,24)
#171012
(23,16,18)
#100D0C
(16,13,12)
#090A06
(9,10,6)
#000000
(0,0,0)

Tints of #4F2842

#4F2842
(79,40,66)
#5F3B53
(95,59,83)
#6F4E64
(111,78,100)
#7F6175
(127,97,117)
#8F7486
(143,116,134)
#9F8797
(159,135,151)
#AF9AA8
(175,154,168)
#BFADB9
(191,173,185)
#CFC0CA
(207,192,202)
#DFD3DB
(223,211,219)
#EFE6EC
(239,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F2842; }

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

This text font color is #4F2842.


Background Color

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

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

This div background color is #4F2842.


Border color

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

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

This div border color is #4F2842.


Opacity

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

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

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

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

This text has shadow with #4F2842 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F2842 on black background.


Color preview on white background

This text has color #4F2842 on white background.



Black color preview on #4F2842 background

This text has black color on #4F2842 background.


White color preview on #4F2842 background

This text has white color on #4F2842 background.