COLOR #4F2746

HEX: #4F2746
RGB: (79,39,70)

Color info

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

RGB color model

#4F2746 color RGB value is (79,39,70).

  • red value is 79;
  • green value is 39;
  • blue value is 70.
RGB:
(79,39,70)
(31%,15%,27%)

RGB channels and saturation

R 79 of 255 = 31%
G 39 of 255 = 15%
B 70 of 255 = 27%

79
39
70

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

Portions of RGB colors in percentages

R + G + B =
79 + 39 + 70 = 188 (100%)
R 79 of 188 ~ 42.02%
G 39 of 188 ~ 20.74%
B 70 of 188 ~ 37.23%

%42.02
%20.74
%37.23

CMYK color model

#4F2746 color CMYK value is (0,51,11,69).

  • cyan value is 0.00%
  • magenta value is 50.63%
  • yellow value is 11.39%
  • key color value is 69.02%
CMYK:
(0,51,11,69)
C0M51Y11K69 
(0%,51%,11%,69%)
(0.00/0.51/0.11/0.69)	

CMYK percentages

%0
%50.63
%11.39
%69.02

Codes

Color #4F2746 in popluar color models

4F2746
RGB793970
HSL314°33.90%23.14%
HSB/HSV314°50.63%30.98%
CMYK0.00%50.63%11.39%
69.02%

Color #4F2746 in popluar number systems.

HEX4F2746
Decimal793970
Binary10011111001111000110
Octal11747106

Shades and tints

Shades of #4F2746

#4F2746
(79,39,70)
#482440
(72,36,64)
#41213A
(65,33,58)
#3A1E34
(58,30,52)
#331B2E
(51,27,46)
#2C1828
(44,24,40)
#251522
(37,21,34)
#1E121C
(30,18,28)
#170F16
(23,15,22)
#100C10
(16,12,16)
#09090A
(9,9,10)
#000000
(0,0,0)

Tints of #4F2746

#4F2746
(79,39,70)
#5F3A56
(95,58,86)
#6F4D66
(111,77,102)
#7F6076
(127,96,118)
#8F7386
(143,115,134)
#9F8696
(159,134,150)
#AF99A6
(175,153,166)
#BFACB6
(191,172,182)
#CFBFC6
(207,191,198)
#DFD2D6
(223,210,214)
#EFE5E6
(239,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F2746 color. Also use rgb(79,39,70) instead hex code.

Text Font Color

.myTextColor { color: #4F2746; }

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

This text font color is #4F2746.


Background Color

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

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

This div background color is #4F2746.


Border color

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

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

This div border color is #4F2746.


Opacity

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

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

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

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

This text has shadow with #4F2746 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F2746 on black background.


Color preview on white background

This text has color #4F2746 on white background.



Black color preview on #4F2746 background

This text has black color on #4F2746 background.


White color preview on #4F2746 background

This text has white color on #4F2746 background.