COLOR #7F4F46

HEX: #7F4F46
RGB: (127,79,70)

Color info

#7F4F46 contains red, green and blue colors in about the same proportion. Web safe color of #7F4F46 is #666633 (or #663).

RGB color model

#7F4F46 color RGB value is (127,79,70).

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

RGB channels and saturation

R 127 of 255 = 50%
G 79 of 255 = 31%
B 70 of 255 = 27%

127
79
70

R + G + B ~ 36%. #7F4F46 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 79 + 70 = 276 (100%)
R 127 of 276 ~ 46.01%
G 79 of 276 ~ 28.62%
B 70 of 276 ~ 25.36%

%46.01
%28.62
%25.36

CMYK color model

#7F4F46 color CMYK value is (0,38,45,50).

  • cyan value is 0.00%
  • magenta value is 37.80%
  • yellow value is 44.88%
  • key color value is 50.20%
CMYK:
(0,38,45,50)
C0M38Y45K50 
(0%,38%,45%,50%)
(0.00/0.38/0.45/0.50)	

CMYK percentages

%0
%37.8
%44.88
%50.2

Codes

Color #7F4F46 in popluar color models

7F4F46
RGB1277970
HSL28.93%38.63%
HSB/HSV44.88%49.80%
CMYK0.00%37.80%44.88%
50.20%

Color #7F4F46 in popluar number systems.

HEX7F4F46
Decimal1277970
Binary111111110011111000110
Octal177117106

Shades and tints

Shades of #7F4F46

#7F4F46
(127,79,70)
#744840
(116,72,64)
#69413A
(105,65,58)
#5E3A34
(94,58,52)
#53332E
(83,51,46)
#482C28
(72,44,40)
#3D2522
(61,37,34)
#321E1C
(50,30,28)
#271716
(39,23,22)
#1C1010
(28,16,16)
#11090A
(17,9,10)
#000000
(0,0,0)

Tints of #7F4F46

#7F4F46
(127,79,70)
#8A5F56
(138,95,86)
#956F66
(149,111,102)
#A07F76
(160,127,118)
#AB8F86
(171,143,134)
#B69F96
(182,159,150)
#C1AFA6
(193,175,166)
#CCBFB6
(204,191,182)
#D7CFC6
(215,207,198)
#E2DFD6
(226,223,214)
#EDEFE6
(237,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F4F46; }

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

This text font color is #7F4F46.


Background Color

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

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

This div background color is #7F4F46.


Border color

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

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

This div border color is #7F4F46.


Opacity

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

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

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

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

This text has shadow with #7F4F46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F4F46 on black background.


Color preview on white background

This text has color #7F4F46 on white background.



Black color preview on #7F4F46 background

This text has black color on #7F4F46 background.


White color preview on #7F4F46 background

This text has white color on #7F4F46 background.