COLOR #4F345A

HEX: #4F345A
RGB: (79,52,90)

Color info

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

RGB color model

#4F345A color RGB value is (79,52,90).

  • red value is 79;
  • green value is 52;
  • blue value is 90.
RGB:
(79,52,90)
(31%,20%,35%)

RGB channels and saturation

R 79 of 255 = 31%
G 52 of 255 = 20%
B 90 of 255 = 35%

79
52
90

R + G + B ~ 29%. #4F345A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 52 + 90 = 221 (100%)
R 79 of 221 ~ 35.75%
G 52 of 221 ~ 23.53%
B 90 of 221 ~ 40.72%

%35.75
%23.53
%40.72

CMYK color model

#4F345A color CMYK value is (12,42,0,65).

  • cyan value is 12.22%
  • magenta value is 42.22%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(12,42,0,65)
C12M42Y0K65 
(12%,42%,0%,65%)
(0.12/0.42/0.00/0.65)	

CMYK percentages

%12.22
%42.22
%0
%64.71

Codes

Color #4F345A in popluar color models

4F345A
RGB795290
HSL283°26.76%27.84%
HSB/HSV283°42.22%35.29%
CMYK12.22%42.22%0.00%
64.71%

Color #4F345A in popluar number systems.

HEX4F345A
Decimal795290
Binary10011111101001011010
Octal11764132

Shades and tints

Shades of #4F345A

#4F345A
(79,52,90)
#483052
(72,48,82)
#412C4A
(65,44,74)
#3A2842
(58,40,66)
#33243A
(51,36,58)
#2C2032
(44,32,50)
#251C2A
(37,28,42)
#1E1822
(30,24,34)
#17141A
(23,20,26)
#101012
(16,16,18)
#090C0A
(9,12,10)
#000000
(0,0,0)

Tints of #4F345A

#4F345A
(79,52,90)
#5F4669
(95,70,105)
#6F5878
(111,88,120)
#7F6A87
(127,106,135)
#8F7C96
(143,124,150)
#9F8EA5
(159,142,165)
#AFA0B4
(175,160,180)
#BFB2C3
(191,178,195)
#CFC4D2
(207,196,210)
#DFD6E1
(223,214,225)
#EFE8F0
(239,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F345A color. Also use rgb(79,52,90) instead hex code.

Text Font Color

.myTextColor { color: #4F345A; }

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

This text font color is #4F345A.


Background Color

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

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

This div background color is #4F345A.


Border color

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

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

This div border color is #4F345A.


Opacity

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

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

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

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

This text has shadow with #4F345A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F345A on black background.


Color preview on white background

This text has color #4F345A on white background.



Black color preview on #4F345A background

This text has black color on #4F345A background.


White color preview on #4F345A background

This text has white color on #4F345A background.