COLOR #7F4B49

HEX: #7F4B49
RGB: (127,75,73)

Color info

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

RGB color model

#7F4B49 color RGB value is (127,75,73).

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

RGB channels and saturation

R 127 of 255 = 50%
G 75 of 255 = 29%
B 73 of 255 = 29%

127
75
73

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

Portions of RGB colors in percentages

R + G + B =
127 + 75 + 73 = 275 (100%)
R 127 of 275 ~ 46.18%
G 75 of 275 ~ 27.27%
B 73 of 275 ~ 26.55%

%46.18
%27.27
%26.55

CMYK color model

#7F4B49 color CMYK value is (0,41,43,50).

  • cyan value is 0.00%
  • magenta value is 40.94%
  • yellow value is 42.52%
  • key color value is 50.20%
CMYK:
(0,41,43,50)
C0M41Y43K50 
(0%,41%,43%,50%)
(0.00/0.41/0.43/0.50)	

CMYK percentages

%0
%40.94
%42.52
%50.2

Codes

Color #7F4B49 in popluar color models

7F4B49
RGB1277573
HSL27.00%39.22%
HSB/HSV42.52%49.80%
CMYK0.00%40.94%42.52%
50.20%

Color #7F4B49 in popluar number systems.

HEX7F4B49
Decimal1277573
Binary111111110010111001001
Octal177113111

Shades and tints

Shades of #7F4B49

#7F4B49
(127,75,73)
#744543
(116,69,67)
#693F3D
(105,63,61)
#5E3937
(94,57,55)
#533331
(83,51,49)
#482D2B
(72,45,43)
#3D2725
(61,39,37)
#32211F
(50,33,31)
#271B19
(39,27,25)
#1C1513
(28,21,19)
#110F0D
(17,15,13)
#000000
(0,0,0)

Tints of #7F4B49

#7F4B49
(127,75,73)
#8A5B59
(138,91,89)
#956B69
(149,107,105)
#A07B79
(160,123,121)
#AB8B89
(171,139,137)
#B69B99
(182,155,153)
#C1ABA9
(193,171,169)
#CCBBB9
(204,187,185)
#D7CBC9
(215,203,201)
#E2DBD9
(226,219,217)
#EDEBE9
(237,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F4B49; }

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

This text font color is #7F4B49.


Background Color

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

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

This div background color is #7F4B49.


Border color

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

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

This div border color is #7F4B49.


Opacity

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

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

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

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

This text has shadow with #7F4B49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F4B49 on black background.


Color preview on white background

This text has color #7F4B49 on white background.



Black color preview on #7F4B49 background

This text has black color on #7F4B49 background.


White color preview on #7F4B49 background

This text has white color on #7F4B49 background.