COLOR #4F355B

HEX: #4F355B RGB: (79,53,91)

Color info

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

RGB color model

#4F355B color RGB value is (79,53,91).

RGB: (79,53,91) (31%, 21%, 36%)

RGB channels and saturation

R 79 of 255 = 31%
G 53 of 255 = 21%
B 91 of 255 = 36%

79
53
91

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

Portions of RGB colors in percentages

R + G + B = 79 + 53 + 91 = 223 (100%)
R 79 of 223 ~ 35.43%
G 53 of 223 ~ 23.77%
B 91 of 223 ~ 40.81'%

%35.43
%23.77
%40.81

CMYK color model

#4F355B color CMYK value is (13,42,0,64).

  • cyan value is 13.19%
  • magenta value is 41.76%
  • yellow value is 0.00%
  • key color value is 64.31%

CMYK: (13,42,0,64)
C13M42Y0K64 (13%, 42%, 0%, 64%)
(0.13 / 0.42 / 0.00 / 0.64)

CMYK percentages

%13.19
%41.76
%0
%64.31

Codes

Color #4F355B in popluar color models

4F 35 5B
RGB 79 53 91
HSL 281° 26.39% 28.24%
HSB/HSV 281° 41.76% 35.69%
CMYK 13.19% 41.76% 0.00%
64.31%

Color #4F355B in popluar number systems.

HEX 4F 35 5B
Decimal 79 53 91
Binary 1001111 110101 1011011
Octal 117 65 133

Shades and tints

Shades of #4F355B

#4F355B
(79,53,91)
#483153
(72,49,83)
#412D4B
(65,45,75)
#3A2943
(58,41,67)
#33253B
(51,37,59)
#2C2133
(44,33,51)
#251D2B
(37,29,43)
#1E1923
(30,25,35)
#17151B
(23,21,27)
#101113
(16,17,19)
#090D0B
(9,13,11)
#000000
(0,0,0)

Tints of #4F355B

#4F355B
(79,53,91)
#5F4769
(95,71,105)
#6F5977
(111,89,119)
#7F6B85
(127,107,133)
#8F7D93
(143,125,147)
#9F8FA1
(159,143,161)
#AFA1AF
(175,161,175)
#BFB3BD
(191,179,189)
#CFC5CB
(207,197,203)
#DFD7D9
(223,215,217)
#EFE9E7
(239,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F355B color. Also use rgb(79,53,91) instead hex code.

Text Font Color

.myTextColor { color: #4F355B; }

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

This text font color is #4F355B.

Background Color

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

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

This div background color is #4F355B.

Border color

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

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

This div border color is #4F355B.

Opacity

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

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

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

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

This text has shadow with #4F355B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F355B.

Preview

Color preview on black background

This text has color #4F355B on black background.


Color preview on white background

This text has color #4F355B on white background.


Black color preview on #4F355B background

This text has black color on #4F355B background.


White color preview on #4F355B background

This text has white color on #4F355B background.


Related colors

Complementary color

Complementary color for #hex is #B0CAA4.


I love getcolorcode.com

Triadic colors

1 #5B4F35 and #355B4F with #4F355B are triadic colors.

2 #5B354F and #354F5B with #4F355B are triadic colors.