COLOR #4F284B

HEX: #4F284B RGB: (79,40,75)

Color info

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

RGB color model

#4F284B color RGB value is (79,40,75).

RGB: (79,40,75) (31%, 16%, 29%)

RGB channels and saturation

R 79 of 255 = 31%
G 40 of 255 = 16%
B 75 of 255 = 29%

79
40
75

R + G + B ~ 25%. #4F284B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 40 + 75 = 194 (100%)
R 79 of 194 ~ 40.72%
G 40 of 194 ~ 20.62%
B 75 of 194 ~ 38.66'%

%40.72
%20.62
%38.66

CMYK color model

#4F284B color CMYK value is (0,49,5,69).

  • cyan value is 0.00%
  • magenta value is 49.37%
  • yellow value is 5.06%
  • key color value is 69.02%

CMYK: (0,49,5,69)
C0M49Y5K69 (0%, 49%, 5%, 69%)
(0.00 / 0.49 / 0.05 / 0.69)

CMYK percentages

%0
%49.37
%5.06
%69.02

Codes

Color #4F284B in popluar color models

4F 28 4B
RGB 79 40 75
HSL 306° 32.77% 23.33%
HSB/HSV 306° 49.37% 30.98%
CMYK 0.00% 49.37% 5.06%
69.02%

Color #4F284B in popluar number systems.

HEX 4F 28 4B
Decimal 79 40 75
Binary 1001111 101000 1001011
Octal 117 50 113

Shades and tints

Shades of #4F284B

#4F284B
(79,40,75)
#482545
(72,37,69)
#41223F
(65,34,63)
#3A1F39
(58,31,57)
#331C33
(51,28,51)
#2C192D
(44,25,45)
#251627
(37,22,39)
#1E1321
(30,19,33)
#17101B
(23,16,27)
#100D15
(16,13,21)
#090A0F
(9,10,15)
#000000
(0,0,0)

Tints of #4F284B

#4F284B
(79,40,75)
#5F3B5B
(95,59,91)
#6F4E6B
(111,78,107)
#7F617B
(127,97,123)
#8F748B
(143,116,139)
#9F879B
(159,135,155)
#AF9AAB
(175,154,171)
#BFADBB
(191,173,187)
#CFC0CB
(207,192,203)
#DFD3DB
(223,211,219)
#EFE6EB
(239,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F284B color. Also use rgb(79,40,75) instead hex code.

Text Font Color

.myTextColor { color: #4F284B; }

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

This text font color is #4F284B.

Background Color

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

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

This div background color is #4F284B.

Border color

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

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

This div border color is #4F284B.

Opacity

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

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

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

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

This text has shadow with #4F284B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F284B.

Preview

Color preview on black background

This text has color #4F284B on black background.


Color preview on white background

This text has color #4F284B on white background.


Black color preview on #4F284B background

This text has black color on #4F284B background.


White color preview on #4F284B background

This text has white color on #4F284B background.


Related colors

Complementary color

Complementary color for #hex is #B0D7B4.


I love getcolorcode.com

Triadic colors

1 #4B4F28 and #284B4F with #4F284B are triadic colors.

2 #4B284F and #284F4B with #4F284B are triadic colors.