COLOR #7F4C49

HEX: #7F4C49
RGB: (127,76,73)

Color info

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

RGB color model

#7F4C49 color RGB value is (127,76,73).

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

RGB channels and saturation

R 127 of 255 = 50%
G 76 of 255 = 30%
B 73 of 255 = 29%

127
76
73

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

Portions of RGB colors in percentages

R + G + B =
127 + 76 + 73 = 276 (100%)
R 127 of 276 ~ 46.01%
G 76 of 276 ~ 27.54%
B 73 of 276 ~ 26.45%

%46.01
%27.54
%26.45

CMYK color model

#7F4C49 color CMYK value is (0,40,43,50).

  • cyan value is 0.00%
  • magenta value is 40.16%
  • yellow value is 42.52%
  • key color value is 50.20%
CMYK:
(0,40,43,50)
C0M40Y43K50 
(0%,40%,43%,50%)
(0.00/0.40/0.43/0.50)	

CMYK percentages

%0
%40.16
%42.52
%50.2

Codes

Color #7F4C49 in popluar color models

7F4C49
RGB1277673
HSL27.00%39.22%
HSB/HSV42.52%49.80%
CMYK0.00%40.16%42.52%
50.20%

Color #7F4C49 in popluar number systems.

HEX7F4C49
Decimal1277673
Binary111111110011001001001
Octal177114111

Shades and tints

Shades of #7F4C49

#7F4C49
(127,76,73)
#744643
(116,70,67)
#69403D
(105,64,61)
#5E3A37
(94,58,55)
#533431
(83,52,49)
#482E2B
(72,46,43)
#3D2825
(61,40,37)
#32221F
(50,34,31)
#271C19
(39,28,25)
#1C1613
(28,22,19)
#11100D
(17,16,13)
#000000
(0,0,0)

Tints of #7F4C49

#7F4C49
(127,76,73)
#8A5C59
(138,92,89)
#956C69
(149,108,105)
#A07C79
(160,124,121)
#AB8C89
(171,140,137)
#B69C99
(182,156,153)
#C1ACA9
(193,172,169)
#CCBCB9
(204,188,185)
#D7CCC9
(215,204,201)
#E2DCD9
(226,220,217)
#EDECE9
(237,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F4C49; }

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

This text font color is #7F4C49.


Background Color

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

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

This div background color is #7F4C49.


Border color

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

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

This div border color is #7F4C49.


Opacity

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

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

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

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

This text has shadow with #7F4C49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F4C49 on black background.


Color preview on white background

This text has color #7F4C49 on white background.



Black color preview on #7F4C49 background

This text has black color on #7F4C49 background.


White color preview on #7F4C49 background

This text has white color on #7F4C49 background.