COLOR #4F254E

HEX: #4F254E
RGB: (79,37,78)

Color info

#4F254E contains red, green and blue colors in about the same proportion. Web safe color of #4F254E is #663366 (or #636).

RGB color model

#4F254E color RGB value is (79,37,78).

  • red value is 79;
  • green value is 37;
  • blue value is 78.
RGB:
(79,37,78)
(31%,15%,31%)

RGB channels and saturation

R 79 of 255 = 31%
G 37 of 255 = 15%
B 78 of 255 = 31%

79
37
78

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

Portions of RGB colors in percentages

R + G + B =
79 + 37 + 78 = 194 (100%)
R 79 of 194 ~ 40.72%
G 37 of 194 ~ 19.07%
B 78 of 194 ~ 40.21%

%40.72
%19.07
%40.21

CMYK color model

#4F254E color CMYK value is (0,53,1,69).

  • cyan value is 0.00%
  • magenta value is 53.16%
  • yellow value is 1.27%
  • key color value is 69.02%
CMYK:
(0,53,1,69)
C0M53Y1K69 
(0%,53%,1%,69%)
(0.00/0.53/0.01/0.69)	

CMYK percentages

%0
%53.16
%1.27
%69.02

Codes

Color #4F254E in popluar color models

4F254E
RGB793778
HSL301°36.21%22.75%
HSB/HSV301°53.16%30.98%
CMYK0.00%53.16%1.27%
69.02%

Color #4F254E in popluar number systems.

HEX4F254E
Decimal793778
Binary10011111001011001110
Octal11745116

Shades and tints

Shades of #4F254E

#4F254E
(79,37,78)
#482247
(72,34,71)
#411F40
(65,31,64)
#3A1C39
(58,28,57)
#331932
(51,25,50)
#2C162B
(44,22,43)
#251324
(37,19,36)
#1E101D
(30,16,29)
#170D16
(23,13,22)
#100A0F
(16,10,15)
#090708
(9,7,8)
#000000
(0,0,0)

Tints of #4F254E

#4F254E
(79,37,78)
#5F385E
(95,56,94)
#6F4B6E
(111,75,110)
#7F5E7E
(127,94,126)
#8F718E
(143,113,142)
#9F849E
(159,132,158)
#AF97AE
(175,151,174)
#BFAABE
(191,170,190)
#CFBDCE
(207,189,206)
#DFD0DE
(223,208,222)
#EFE3EE
(239,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F254E color. Also use rgb(79,37,78) instead hex code.

Text Font Color

.myTextColor { color: #4F254E; }

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

This text font color is #4F254E.


Background Color

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

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

This div background color is #4F254E.


Border color

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

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

This div border color is #4F254E.


Opacity

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

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

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

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

This text has shadow with #4F254E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F254E on black background.


Color preview on white background

This text has color #4F254E on white background.



Black color preview on #4F254E background

This text has black color on #4F254E background.


White color preview on #4F254E background

This text has white color on #4F254E background.