COLOR #4F144B

HEX: #4F144B RGB: (79,20,75)

Color info

#4F144B contains red, green and blue colors in about the same proportion. Web safe color of #4F144B is #660033 (or #603).

RGB color model

#4F144B color RGB value is (79,20,75).

RGB: (79,20,75) (31%, 8%, 29%)

RGB channels and saturation

R 79 of 255 = 31%
G 20 of 255 = 8%
B 75 of 255 = 29%

79
20
75

R + G + B ~ 23%. #4F144B is dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 20 + 75 = 174 (100%)
R 79 of 174 ~ 45.4%
G 20 of 174 ~ 11.49%
B 75 of 174 ~ 43.1'%

%45.4
%11.49
%43.1

CMYK color model

#4F144B color CMYK value is (0,75,5,69).

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

CMYK: (0,75,5,69)
C0M75Y5K69 (0%, 75%, 5%, 69%)
(0.00 / 0.75 / 0.05 / 0.69)

CMYK percentages

%0
%74.68
%5.06
%69.02

Codes

Color #4F144B in popluar color models

4F 14 4B
RGB 79 20 75
HSL 304° 59.60% 19.41%
HSB/HSV 304° 74.68% 30.98%
CMYK 0.00% 74.68% 5.06%
69.02%

Color #4F144B in popluar number systems.

HEX 4F 14 4B
Decimal 79 20 75
Binary 1001111 10100 1001011
Octal 117 24 113

Shades and tints

Shades of #4F144B

#4F144B
(79,20,75)
#481345
(72,19,69)
#41123F
(65,18,63)
#3A1139
(58,17,57)
#331033
(51,16,51)
#2C0F2D
(44,15,45)
#250E27
(37,14,39)
#1E0D21
(30,13,33)
#170C1B
(23,12,27)
#100B15
(16,11,21)
#090A0F
(9,10,15)
#000000
(0,0,0)

Tints of #4F144B

#4F144B
(79,20,75)
#5F295B
(95,41,91)
#6F3E6B
(111,62,107)
#7F537B
(127,83,123)
#8F688B
(143,104,139)
#9F7D9B
(159,125,155)
#AF92AB
(175,146,171)
#BFA7BB
(191,167,187)
#CFBCCB
(207,188,203)
#DFD1DB
(223,209,219)
#EFE6EB
(239,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F144B; }

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

This text font color is #4F144B.

Background Color

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

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

This div background color is #4F144B.

Border color

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

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

This div border color is #4F144B.

Opacity

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

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

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

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

This text has shadow with #4F144B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F144B.

Preview

Color preview on black background

This text has color #4F144B on black background.


Color preview on white background

This text has color #4F144B on white background.


Black color preview on #4F144B background

This text has black color on #4F144B background.


White color preview on #4F144B background

This text has white color on #4F144B background.


Related colors

Complementary color

Complementary color for #hex is #B0EBB4.


I love getcolorcode.com

Triadic colors

1 #4B4F14 and #144B4F with #4F144B are triadic colors.

2 #4B144F and #144F4B with #4F144B are triadic colors.