COLOR #4F345E

HEX: #4F345E RGB: (79,52,94)

Color info

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

RGB color model

#4F345E color RGB value is (79,52,94).

RGB: (79,52,94) (31%, 20%, 37%)

RGB channels and saturation

R 79 of 255 = 31%
G 52 of 255 = 20%
B 94 of 255 = 37%

79
52
94

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

Portions of RGB colors in percentages

R + G + B = 79 + 52 + 94 = 225 (100%)
R 79 of 225 ~ 35.11%
G 52 of 225 ~ 23.11%
B 94 of 225 ~ 41.78'%

%35.11
%23.11
%41.78

CMYK color model

#4F345E color CMYK value is (16,45,0,63).

  • cyan value is 15.96%
  • magenta value is 44.68%
  • yellow value is 0.00%
  • key color value is 63.14%

CMYK: (16,45,0,63)
C16M45Y0K63 (16%, 45%, 0%, 63%)
(0.16 / 0.45 / 0.00 / 0.63)

CMYK percentages

%15.96
%44.68
%0
%63.14

Codes

Color #4F345E in popluar color models

4F 34 5E
RGB 79 52 94
HSL 279° 28.77% 28.63%
HSB/HSV 279° 44.68% 36.86%
CMYK 15.96% 44.68% 0.00%
63.14%

Color #4F345E in popluar number systems.

HEX 4F 34 5E
Decimal 79 52 94
Binary 1001111 110100 1011110
Octal 117 64 136

Shades and tints

Shades of #4F345E

#4F345E
(79,52,94)
#483056
(72,48,86)
#412C4E
(65,44,78)
#3A2846
(58,40,70)
#33243E
(51,36,62)
#2C2036
(44,32,54)
#251C2E
(37,28,46)
#1E1826
(30,24,38)
#17141E
(23,20,30)
#101016
(16,16,22)
#090C0E
(9,12,14)
#000000
(0,0,0)

Tints of #4F345E

#4F345E
(79,52,94)
#5F466C
(95,70,108)
#6F587A
(111,88,122)
#7F6A88
(127,106,136)
#8F7C96
(143,124,150)
#9F8EA4
(159,142,164)
#AFA0B2
(175,160,178)
#BFB2C0
(191,178,192)
#CFC4CE
(207,196,206)
#DFD6DC
(223,214,220)
#EFE8EA
(239,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F345E; }

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

This text font color is #4F345E.

Background Color

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

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

This div background color is #4F345E.

Border color

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

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

This div border color is #4F345E.

Opacity

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

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

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

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

This text has shadow with #4F345E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F345E.

Preview

Color preview on black background

This text has color #4F345E on black background.


Color preview on white background

This text has color #4F345E on white background.


Black color preview on #4F345E background

This text has black color on #4F345E background.


White color preview on #4F345E background

This text has white color on #4F345E background.


Related colors

Complementary color

Complementary color for #hex is #B0CBA1.


I love getcolorcode.com

Triadic colors

1 #5E4F34 and #345E4F with #4F345E are triadic colors.

2 #5E344F and #344F5E with #4F345E are triadic colors.