COLOR #7F5147

HEX: #7F5147
RGB: (127,81,71)

Color info

#7F5147 contains red, green and blue colors in about the same proportion. Web safe color of #7F5147 is #666633 (or #663).

RGB color model

#7F5147 color RGB value is (127,81,71).

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

RGB channels and saturation

R 127 of 255 = 50%
G 81 of 255 = 32%
B 71 of 255 = 28%

127
81
71

R + G + B ~ 37%. #7F5147 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 81 + 71 = 279 (100%)
R 127 of 279 ~ 45.52%
G 81 of 279 ~ 29.03%
B 71 of 279 ~ 25.45%

%45.52
%29.03
%25.45

CMYK color model

#7F5147 color CMYK value is (0,36,44,50).

  • cyan value is 0.00%
  • magenta value is 36.22%
  • yellow value is 44.09%
  • key color value is 50.20%
CMYK:
(0,36,44,50)
C0M36Y44K50 
(0%,36%,44%,50%)
(0.00/0.36/0.44/0.50)	

CMYK percentages

%0
%36.22
%44.09
%50.2

Codes

Color #7F5147 in popluar color models

7F5147
RGB1278171
HSL11°28.28%38.82%
HSB/HSV11°44.09%49.80%
CMYK0.00%36.22%44.09%
50.20%

Color #7F5147 in popluar number systems.

HEX7F5147
Decimal1278171
Binary111111110100011000111
Octal177121107

Shades and tints

Shades of #7F5147

#7F5147
(127,81,71)
#744A41
(116,74,65)
#69433B
(105,67,59)
#5E3C35
(94,60,53)
#53352F
(83,53,47)
#482E29
(72,46,41)
#3D2723
(61,39,35)
#32201D
(50,32,29)
#271917
(39,25,23)
#1C1211
(28,18,17)
#110B0B
(17,11,11)
#000000
(0,0,0)

Tints of #7F5147

#7F5147
(127,81,71)
#8A6057
(138,96,87)
#956F67
(149,111,103)
#A07E77
(160,126,119)
#AB8D87
(171,141,135)
#B69C97
(182,156,151)
#C1ABA7
(193,171,167)
#CCBAB7
(204,186,183)
#D7C9C7
(215,201,199)
#E2D8D7
(226,216,215)
#EDE7E7
(237,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F5147; }

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

This text font color is #7F5147.


Background Color

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

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

This div background color is #7F5147.


Border color

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

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

This div border color is #7F5147.


Opacity

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

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

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

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

This text has shadow with #7F5147 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F5147 on black background.


Color preview on white background

This text has color #7F5147 on white background.



Black color preview on #7F5147 background

This text has black color on #7F5147 background.


White color preview on #7F5147 background

This text has white color on #7F5147 background.