COLOR #7F5451

HEX: #7F5451
RGB: (127,84,81)

Color info

#7F5451 contains red, green and blue colors in about the same proportion. Web safe color of #7F5451 is #666666 (or #666).

RGB color model

#7F5451 color RGB value is (127,84,81).

  • red value is 127;
  • green value is 84;
  • blue value is 81.
RGB:
(127,84,81)
(50%,33%,32%)

RGB channels and saturation

R 127 of 255 = 50%
G 84 of 255 = 33%
B 81 of 255 = 32%

127
84
81

R + G + B ~ 38%. #7F5451 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 84 + 81 = 292 (100%)
R 127 of 292 ~ 43.49%
G 84 of 292 ~ 28.77%
B 81 of 292 ~ 27.74%

%43.49
%28.77
%27.74

CMYK color model

#7F5451 color CMYK value is (0,34,36,50).

  • cyan value is 0.00%
  • magenta value is 33.86%
  • yellow value is 36.22%
  • key color value is 50.20%
CMYK:
(0,34,36,50)
C0M34Y36K50 
(0%,34%,36%,50%)
(0.00/0.34/0.36/0.50)	

CMYK percentages

%0
%33.86
%36.22
%50.2

Codes

Color #7F5451 in popluar color models

7F5451
RGB1278481
HSL22.12%40.78%
HSB/HSV36.22%49.80%
CMYK0.00%33.86%36.22%
50.20%

Color #7F5451 in popluar number systems.

HEX7F5451
Decimal1278481
Binary111111110101001010001
Octal177124121

Shades and tints

Shades of #7F5451

#7F5451
(127,84,81)
#744D4A
(116,77,74)
#694643
(105,70,67)
#5E3F3C
(94,63,60)
#533835
(83,56,53)
#48312E
(72,49,46)
#3D2A27
(61,42,39)
#322320
(50,35,32)
#271C19
(39,28,25)
#1C1512
(28,21,18)
#110E0B
(17,14,11)
#000000
(0,0,0)

Tints of #7F5451

#7F5451
(127,84,81)
#8A6360
(138,99,96)
#95726F
(149,114,111)
#A0817E
(160,129,126)
#AB908D
(171,144,141)
#B69F9C
(182,159,156)
#C1AEAB
(193,174,171)
#CCBDBA
(204,189,186)
#D7CCC9
(215,204,201)
#E2DBD8
(226,219,216)
#EDEAE7
(237,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F5451 color. Also use rgb(127,84,81) instead hex code.

Text Font Color

.myTextColor { color: #7F5451; }

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

This text font color is #7F5451.


Background Color

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

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

This div background color is #7F5451.


Border color

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

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

This div border color is #7F5451.


Opacity

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

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

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

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

This text has shadow with #7F5451 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F5451 on black background.


Color preview on white background

This text has color #7F5451 on white background.



Black color preview on #7F5451 background

This text has black color on #7F5451 background.


White color preview on #7F5451 background

This text has white color on #7F5451 background.