COLOR #7F4A46

HEX: #7F4A46
RGB: (127,74,70)

Color info

#7F4A46 contains red, green and blue colors in about the same proportion. Web safe color of #7F4A46 is #663333 (or #633).

RGB color model

#7F4A46 color RGB value is (127,74,70).

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

RGB channels and saturation

R 127 of 255 = 50%
G 74 of 255 = 29%
B 70 of 255 = 27%

127
74
70

R + G + B ~ 35%. #7F4A46 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 74 + 70 = 271 (100%)
R 127 of 271 ~ 46.86%
G 74 of 271 ~ 27.31%
B 70 of 271 ~ 25.83%

%46.86
%27.31
%25.83

CMYK color model

#7F4A46 color CMYK value is (0,42,45,50).

  • cyan value is 0.00%
  • magenta value is 41.73%
  • yellow value is 44.88%
  • key color value is 50.20%
CMYK:
(0,42,45,50)
C0M42Y45K50 
(0%,42%,45%,50%)
(0.00/0.42/0.45/0.50)	

CMYK percentages

%0
%41.73
%44.88
%50.2

Codes

Color #7F4A46 in popluar color models

7F4A46
RGB1277470
HSL28.93%38.63%
HSB/HSV44.88%49.80%
CMYK0.00%41.73%44.88%
50.20%

Color #7F4A46 in popluar number systems.

HEX7F4A46
Decimal1277470
Binary111111110010101000110
Octal177112106

Shades and tints

Shades of #7F4A46

#7F4A46
(127,74,70)
#744440
(116,68,64)
#693E3A
(105,62,58)
#5E3834
(94,56,52)
#53322E
(83,50,46)
#482C28
(72,44,40)
#3D2622
(61,38,34)
#32201C
(50,32,28)
#271A16
(39,26,22)
#1C1410
(28,20,16)
#110E0A
(17,14,10)
#000000
(0,0,0)

Tints of #7F4A46

#7F4A46
(127,74,70)
#8A5A56
(138,90,86)
#956A66
(149,106,102)
#A07A76
(160,122,118)
#AB8A86
(171,138,134)
#B69A96
(182,154,150)
#C1AAA6
(193,170,166)
#CCBAB6
(204,186,182)
#D7CAC6
(215,202,198)
#E2DAD6
(226,218,214)
#EDEAE6
(237,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F4A46; }

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

This text font color is #7F4A46.


Background Color

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

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

This div background color is #7F4A46.


Border color

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

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

This div border color is #7F4A46.


Opacity

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

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

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

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

This text has shadow with #7F4A46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F4A46 on black background.


Color preview on white background

This text has color #7F4A46 on white background.



Black color preview on #7F4A46 background

This text has black color on #7F4A46 background.


White color preview on #7F4A46 background

This text has white color on #7F4A46 background.