COLOR #7F4942

HEX: #7F4942
RGB: (127,73,66)

Color info

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

RGB color model

#7F4942 color RGB value is (127,73,66).

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

RGB channels and saturation

R 127 of 255 = 50%
G 73 of 255 = 29%
B 66 of 255 = 26%

127
73
66

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

Portions of RGB colors in percentages

R + G + B =
127 + 73 + 66 = 266 (100%)
R 127 of 266 ~ 47.74%
G 73 of 266 ~ 27.44%
B 66 of 266 ~ 24.81%

%47.74
%27.44
%24.81

CMYK color model

#7F4942 color CMYK value is (0,43,48,50).

  • cyan value is 0.00%
  • magenta value is 42.52%
  • yellow value is 48.03%
  • key color value is 50.20%
CMYK:
(0,43,48,50)
C0M43Y48K50 
(0%,43%,48%,50%)
(0.00/0.43/0.48/0.50)	

CMYK percentages

%0
%42.52
%48.03
%50.2

Codes

Color #7F4942 in popluar color models

7F4942
RGB1277366
HSL31.61%37.84%
HSB/HSV48.03%49.80%
CMYK0.00%42.52%48.03%
50.20%

Color #7F4942 in popluar number systems.

HEX7F4942
Decimal1277366
Binary111111110010011000010
Octal177111102

Shades and tints

Shades of #7F4942

#7F4942
(127,73,66)
#74433C
(116,67,60)
#693D36
(105,61,54)
#5E3730
(94,55,48)
#53312A
(83,49,42)
#482B24
(72,43,36)
#3D251E
(61,37,30)
#321F18
(50,31,24)
#271912
(39,25,18)
#1C130C
(28,19,12)
#110D06
(17,13,6)
#000000
(0,0,0)

Tints of #7F4942

#7F4942
(127,73,66)
#8A5953
(138,89,83)
#956964
(149,105,100)
#A07975
(160,121,117)
#AB8986
(171,137,134)
#B69997
(182,153,151)
#C1A9A8
(193,169,168)
#CCB9B9
(204,185,185)
#D7C9CA
(215,201,202)
#E2D9DB
(226,217,219)
#EDE9EC
(237,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F4942; }

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

This text font color is #7F4942.


Background Color

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

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

This div background color is #7F4942.


Border color

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

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

This div border color is #7F4942.


Opacity

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

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

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

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

This text has shadow with #7F4942 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F4942 on black background.


Color preview on white background

This text has color #7F4942 on white background.



Black color preview on #7F4942 background

This text has black color on #7F4942 background.


White color preview on #7F4942 background

This text has white color on #7F4942 background.