COLOR #4F1B05

HEX: #4F1B05 RGB: (79,27,5)

Color info

#4F1B05 contains mainly red and green colors. Web safe color of #4F1B05 is #663300 (or #630).

RGB color model

#4F1B05 color RGB value is (79,27,5).

RGB: (79,27,5) (31%, 11%, 2%)

RGB channels and saturation

R 79 of 255 = 31%
G 27 of 255 = 11%
B 5 of 255 = 2%

79
27
5

R + G + B ~ 15%. #4F1B05 is dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 27 + 5 = 111 (100%)
R 79 of 111 ~ 71.17%
G 27 of 111 ~ 24.32%
B 5 of 111 ~ 4.5'%

%71.17
%24.32

CMYK color model

#4F1B05 color CMYK value is (0,66,94,69).

  • cyan value is 0.00%
  • magenta value is 65.82%
  • yellow value is 93.67%
  • key color value is 69.02%

CMYK: (0,66,94,69)
C0M66Y94K69 (0%, 66%, 94%, 69%)
(0.00 / 0.66 / 0.94 / 0.69)

CMYK percentages

%0
%65.82
%93.67
%69.02

Codes

Color #4F1B05 in popluar color models

4F 1B 05
RGB 79 27 5
HSL 18° 88.10% 16.47%
HSB/HSV 18° 93.67% 30.98%
CMYK 0.00% 65.82% 93.67%
69.02%

Color #4F1B05 in popluar number systems.

HEX 4F 1B 05
Decimal 79 27 5
Binary 1001111 11011 101
Octal 117 33 5

Shades and tints

Shades of #4F1B05

#4F1B05
(79,27,5)
#481905
(72,25,5)
#411705
(65,23,5)
#3A1505
(58,21,5)
#331305
(51,19,5)
#2C1105
(44,17,5)
#250F05
(37,15,5)
#1E0D05
(30,13,5)
#170B05
(23,11,5)
#100905
(16,9,5)
#090705
(9,7,5)
#000000
(0,0,0)

Tints of #4F1B05

#4F1B05
(79,27,5)
#5F2F1B
(95,47,27)
#6F4331
(111,67,49)
#7F5747
(127,87,71)
#8F6B5D
(143,107,93)
#9F7F73
(159,127,115)
#AF9389
(175,147,137)
#BFA79F
(191,167,159)
#CFBBB5
(207,187,181)
#DFCFCB
(223,207,203)
#EFE3E1
(239,227,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F1B05 color. Also use rgb(79,27,5) instead hex code.

Text Font Color

.myTextColor { color: #4F1B05; }

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

This text font color is #4F1B05.

Background Color

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

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

This div background color is #4F1B05.

Border color

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

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

This div border color is #4F1B05.

Opacity

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

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

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

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

This text has shadow with #4F1B05 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F1B05.

Preview

Color preview on black background

This text has color #4F1B05 on black background.


Color preview on white background

This text has color #4F1B05 on white background.


Black color preview on #4F1B05 background

This text has black color on #4F1B05 background.


White color preview on #4F1B05 background

This text has white color on #4F1B05 background.


Related colors

Complementary color

Complementary color for #hex is #B0E4FA.


I love getcolorcode.com

Triadic colors

1 #054F1B and #1B054F with #4F1B05 are triadic colors.

2 #051B4F and #1B4F05 with #4F1B05 are triadic colors.