COLOR #7F4F42

HEX: #7F4F42
RGB: (127,79,66)

Color info

#7F4F42 contains mainly red and green colors. Web safe color of #7F4F42 is #666633 (or #663).

RGB color model

#7F4F42 color RGB value is (127,79,66).

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

RGB channels and saturation

R 127 of 255 = 50%
G 79 of 255 = 31%
B 66 of 255 = 26%

127
79
66

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

Portions of RGB colors in percentages

R + G + B =
127 + 79 + 66 = 272 (100%)
R 127 of 272 ~ 46.69%
G 79 of 272 ~ 29.04%
B 66 of 272 ~ 24.26%

%46.69
%29.04
%24.26

CMYK color model

#7F4F42 color CMYK value is (0,38,48,50).

  • cyan value is 0.00%
  • magenta value is 37.80%
  • yellow value is 48.03%
  • key color value is 50.20%
CMYK:
(0,38,48,50)
C0M38Y48K50 
(0%,38%,48%,50%)
(0.00/0.38/0.48/0.50)	

CMYK percentages

%0
%37.8
%48.03
%50.2

Codes

Color #7F4F42 in popluar color models

7F4F42
RGB1277966
HSL13°31.61%37.84%
HSB/HSV13°48.03%49.80%
CMYK0.00%37.80%48.03%
50.20%

Color #7F4F42 in popluar number systems.

HEX7F4F42
Decimal1277966
Binary111111110011111000010
Octal177117102

Shades and tints

Shades of #7F4F42

#7F4F42
(127,79,66)
#74483C
(116,72,60)
#694136
(105,65,54)
#5E3A30
(94,58,48)
#53332A
(83,51,42)
#482C24
(72,44,36)
#3D251E
(61,37,30)
#321E18
(50,30,24)
#271712
(39,23,18)
#1C100C
(28,16,12)
#110906
(17,9,6)
#000000
(0,0,0)

Tints of #7F4F42

#7F4F42
(127,79,66)
#8A5F53
(138,95,83)
#956F64
(149,111,100)
#A07F75
(160,127,117)
#AB8F86
(171,143,134)
#B69F97
(182,159,151)
#C1AFA8
(193,175,168)
#CCBFB9
(204,191,185)
#D7CFCA
(215,207,202)
#E2DFDB
(226,223,219)
#EDEFEC
(237,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F4F42; }

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

This text font color is #7F4F42.


Background Color

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

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

This div background color is #7F4F42.


Border color

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

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

This div border color is #7F4F42.


Opacity

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

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

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

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

This text has shadow with #7F4F42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F4F42 on black background.


Color preview on white background

This text has color #7F4F42 on white background.



Black color preview on #7F4F42 background

This text has black color on #7F4F42 background.


White color preview on #7F4F42 background

This text has white color on #7F4F42 background.