COLOR #4F3147

HEX: #4F3147
RGB: (79,49,71)

Color info

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

RGB color model

#4F3147 color RGB value is (79,49,71).

  • red value is 79;
  • green value is 49;
  • blue value is 71.
RGB:
(79,49,71)
(31%,19%,28%)

RGB channels and saturation

R 79 of 255 = 31%
G 49 of 255 = 19%
B 71 of 255 = 28%

79
49
71

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

Portions of RGB colors in percentages

R + G + B =
79 + 49 + 71 = 199 (100%)
R 79 of 199 ~ 39.7%
G 49 of 199 ~ 24.62%
B 71 of 199 ~ 35.68%

%39.7
%24.62
%35.68

CMYK color model

#4F3147 color CMYK value is (0,38,10,69).

  • cyan value is 0.00%
  • magenta value is 37.97%
  • yellow value is 10.13%
  • key color value is 69.02%
CMYK:
(0,38,10,69)
C0M38Y10K69 
(0%,38%,10%,69%)
(0.00/0.38/0.10/0.69)	

CMYK percentages

%0
%37.97
%10.13
%69.02

Codes

Color #4F3147 in popluar color models

4F3147
RGB794971
HSL316°23.44%25.10%
HSB/HSV316°37.97%30.98%
CMYK0.00%37.97%10.13%
69.02%

Color #4F3147 in popluar number systems.

HEX4F3147
Decimal794971
Binary10011111100011000111
Octal11761107

Shades and tints

Shades of #4F3147

#4F3147
(79,49,71)
#482D41
(72,45,65)
#41293B
(65,41,59)
#3A2535
(58,37,53)
#33212F
(51,33,47)
#2C1D29
(44,29,41)
#251923
(37,25,35)
#1E151D
(30,21,29)
#171117
(23,17,23)
#100D11
(16,13,17)
#09090B
(9,9,11)
#000000
(0,0,0)

Tints of #4F3147

#4F3147
(79,49,71)
#5F4357
(95,67,87)
#6F5567
(111,85,103)
#7F6777
(127,103,119)
#8F7987
(143,121,135)
#9F8B97
(159,139,151)
#AF9DA7
(175,157,167)
#BFAFB7
(191,175,183)
#CFC1C7
(207,193,199)
#DFD3D7
(223,211,215)
#EFE5E7
(239,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F3147 color. Also use rgb(79,49,71) instead hex code.

Text Font Color

.myTextColor { color: #4F3147; }

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

This text font color is #4F3147.


Background Color

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

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

This div background color is #4F3147.


Border color

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

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

This div border color is #4F3147.


Opacity

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

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

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

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

This text has shadow with #4F3147 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F3147 on black background.


Color preview on white background

This text has color #4F3147 on white background.



Black color preview on #4F3147 background

This text has black color on #4F3147 background.


White color preview on #4F3147 background

This text has white color on #4F3147 background.