COLOR #7F461C

HEX: #7F461C
RGB: (127,70,28)

Color info

#7F461C contains mainly red and green colors. Web safe color of #7F461C is #663333 (or #633).

RGB color model

#7F461C color RGB value is (127,70,28).

  • red value is 127;
  • green value is 70;
  • blue value is 28.
RGB:
(127,70,28)
(50%,27%,11%)

RGB channels and saturation

R 127 of 255 = 50%
G 70 of 255 = 27%
B 28 of 255 = 11%

127
70
28

R + G + B ~ 29%. #7F461C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 70 + 28 = 225 (100%)
R 127 of 225 ~ 56.44%
G 70 of 225 ~ 31.11%
B 28 of 225 ~ 12.44%

%56.44
%31.11
%12.44

CMYK color model

#7F461C color CMYK value is (0,45,78,50).

  • cyan value is 0.00%
  • magenta value is 44.88%
  • yellow value is 77.95%
  • key color value is 50.20%
CMYK:
(0,45,78,50)
C0M45Y78K50 
(0%,45%,78%,50%)
(0.00/0.45/0.78/0.50)	

CMYK percentages

%0
%44.88
%77.95
%50.2

Codes

Color #7F461C in popluar color models

7F461C
RGB1277028
HSL25°63.87%30.39%
HSB/HSV25°77.95%49.80%
CMYK0.00%44.88%77.95%
50.20%

Color #7F461C in popluar number systems.

HEX7F461C
Decimal1277028
Binary1111111100011011100
Octal17710634

Shades and tints

Shades of #7F461C

#7F461C
(127,70,28)
#74401A
(116,64,26)
#693A18
(105,58,24)
#5E3416
(94,52,22)
#532E14
(83,46,20)
#482812
(72,40,18)
#3D2210
(61,34,16)
#321C0E
(50,28,14)
#27160C
(39,22,12)
#1C100A
(28,16,10)
#110A08
(17,10,8)
#000000
(0,0,0)

Tints of #7F461C

#7F461C
(127,70,28)
#8A5630
(138,86,48)
#956644
(149,102,68)
#A07658
(160,118,88)
#AB866C
(171,134,108)
#B69680
(182,150,128)
#C1A694
(193,166,148)
#CCB6A8
(204,182,168)
#D7C6BC
(215,198,188)
#E2D6D0
(226,214,208)
#EDE6E4
(237,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F461C color. Also use rgb(127,70,28) instead hex code.

Text Font Color

.myTextColor { color: #7F461C; }

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

This text font color is #7F461C.


Background Color

.myBgColor { background-color: #7F461C; }

<div style="background-color:#7F461C">Inner text</div>

This div background color is #7F461C.


Border color

.myBorderColor { border: 1px solid #7F461C; }

<div style="border:3px solid #7F461C">Div</div>

This div border color is #7F461C.


Opacity

.myOpacity80 { color: #7F461C; opacity: 0.8; }

<p style="color:#7F461C;opacity:0.8;">80%</p>

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

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

This text has shadow with #7F461C color.

.textShadow {text-shadow: 3px 3px 1px #7F461C, 3px 3px 1px red;}

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

This text has shadow with #7F461C primary color and red secondary color.


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

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

This text has shadow with #7F461C and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7F461C;
-webkit-box-shadow: 1px 1px 3px 2px #7F461C;
box-shadow:1px 1px 3px 2px #7F461C;">
Div content here</div>
This div box has shadow with color #7F461C.

Preview

Color preview on black background

This text has color #7F461C on black background.


Color preview on white background

This text has color #7F461C on white background.



Black color preview on #7F461C background

This text has black color on #7F461C background.


White color preview on #7F461C background

This text has white color on #7F461C background.