COLOR #4F171A

HEX: #4F171A RGB: (79,23,26)

Color info

#4F171A contains red, green and blue colors in about the same proportion. Web safe color of #4F171A is #660000 (or #600).

RGB color model

#4F171A color RGB value is (79,23,26).

RGB: (79,23,26) (31%, 9%, 10%)

RGB channels and saturation

R 79 of 255 = 31%
G 23 of 255 = 9%
B 26 of 255 = 10%

79
23
26

R + G + B ~ 17%. #4F171A is dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 23 + 26 = 128 (100%)
R 79 of 128 ~ 61.72%
G 23 of 128 ~ 17.97%
B 26 of 128 ~ 20.31'%

%61.72
%17.97
%20.31

CMYK color model

#4F171A color CMYK value is (0,71,67,69).

  • cyan value is 0.00%
  • magenta value is 70.89%
  • yellow value is 67.09%
  • key color value is 69.02%

CMYK: (0,71,67,69)
C0M71Y67K69 (0%, 71%, 67%, 69%)
(0.00 / 0.71 / 0.67 / 0.69)

CMYK percentages

%0
%70.89
%67.09
%69.02

Codes

Color #4F171A in popluar color models

4F 17 1A
RGB 79 23 26
HSL 357° 54.90% 20.00%
HSB/HSV 357° 70.89% 30.98%
CMYK 0.00% 70.89% 67.09%
69.02%

Color #4F171A in popluar number systems.

HEX 4F 17 1A
Decimal 79 23 26
Binary 1001111 10111 11010
Octal 117 27 32

Shades and tints

Shades of #4F171A

#4F171A
(79,23,26)
#481518
(72,21,24)
#411316
(65,19,22)
#3A1114
(58,17,20)
#330F12
(51,15,18)
#2C0D10
(44,13,16)
#250B0E
(37,11,14)
#1E090C
(30,9,12)
#17070A
(23,7,10)
#100508
(16,5,8)
#090306
(9,3,6)
#000000
(0,0,0)

Tints of #4F171A

#4F171A
(79,23,26)
#5F2C2E
(95,44,46)
#6F4142
(111,65,66)
#7F5656
(127,86,86)
#8F6B6A
(143,107,106)
#9F807E
(159,128,126)
#AF9592
(175,149,146)
#BFAAA6
(191,170,166)
#CFBFBA
(207,191,186)
#DFD4CE
(223,212,206)
#EFE9E2
(239,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F171A color. Also use rgb(79,23,26) instead hex code.

Text Font Color

.myTextColor { color: #4F171A; }

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

This text font color is #4F171A.

Background Color

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

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

This div background color is #4F171A.

Border color

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

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

This div border color is #4F171A.

Opacity

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

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

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

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

This text has shadow with #4F171A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F171A.

Preview

Color preview on black background

This text has color #4F171A on black background.


Color preview on white background

This text has color #4F171A on white background.


Black color preview on #4F171A background

This text has black color on #4F171A background.


White color preview on #4F171A background

This text has white color on #4F171A background.


Related colors

Complementary color

Complementary color for #hex is #B0E8E5.


I love getcolorcode.com

Triadic colors

1 #1A4F17 and #171A4F with #4F171A are triadic colors.

2 #1A174F and #174F1A with #4F171A are triadic colors.