COLOR #7F5351

HEX: #7F5351 RGB: (127,83,81)

Color info

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

RGB color model

#7F5351 color RGB value is (127,83,81).

RGB: (127,83,81) (50%, 33%, 32%)

RGB channels and saturation

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

127
83
81

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

Portions of RGB colors in percentages

R + G + B = 127 + 83 + 81 = 291 (100%)
R 127 of 291 ~ 43.64%
G 83 of 291 ~ 28.52%
B 81 of 291 ~ 27.84'%

%43.64
%28.52
%27.84

CMYK color model

#7F5351 color CMYK value is (0,35,36,50).

  • cyan value is 0.00%
  • magenta value is 34.65%
  • yellow value is 36.22%
  • key color value is 50.20%

CMYK: (0,35,36,50)
C0M35Y36K50 (0%, 35%, 36%, 50%)
(0.00 / 0.35 / 0.36 / 0.50)

CMYK percentages

%0
%34.65
%36.22
%50.2

Codes

Color #7F5351 in popluar color models

7F 53 51
RGB 127 83 81
HSL 22.12% 40.78%
HSB/HSV 36.22% 49.80%
CMYK 0.00% 34.65% 36.22%
50.20%

Color #7F5351 in popluar number systems.

HEX 7F 53 51
Decimal 127 83 81
Binary 1111111 1010011 1010001
Octal 177 123 121

Shades and tints

Shades of #7F5351

#7F5351
(127,83,81)
#744C4A
(116,76,74)
#694543
(105,69,67)
#5E3E3C
(94,62,60)
#533735
(83,55,53)
#48302E
(72,48,46)
#3D2927
(61,41,39)
#322220
(50,34,32)
#271B19
(39,27,25)
#1C1412
(28,20,18)
#110D0B
(17,13,11)
#000000
(0,0,0)

Tints of #7F5351

#7F5351
(127,83,81)
#8A6260
(138,98,96)
#95716F
(149,113,111)
#A0807E
(160,128,126)
#AB8F8D
(171,143,141)
#B69E9C
(182,158,156)
#C1ADAB
(193,173,171)
#CCBCBA
(204,188,186)
#D7CBC9
(215,203,201)
#E2DAD8
(226,218,216)
#EDE9E7
(237,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F5351; }

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

This text font color is #7F5351.

Background Color

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

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

This div background color is #7F5351.

Border color

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

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

This div border color is #7F5351.

Opacity

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

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

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

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

This text has shadow with #7F5351 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F5351.

Preview

Color preview on black background

This text has color #7F5351 on black background.


Color preview on white background

This text has color #7F5351 on white background.


Black color preview on #7F5351 background

This text has black color on #7F5351 background.


White color preview on #7F5351 background

This text has white color on #7F5351 background.


Related colors

Complementary color

Complementary color for #hex is #80ACAE.


I love getcolorcode.com

Triadic colors

1 #517F53 and #53517F with #7F5351 are triadic colors.

2 #51537F and #537F51 with #7F5351 are triadic colors.