COLOR #7F5131

HEX: #7F5131 RGB: (127,81,49)

Color info

#7F5131 contains mainly red and green colors. Web safe color of #7F5131 is #666633 (or #663).

RGB color model

#7F5131 color RGB value is (127,81,49).

RGB: (127,81,49) (50%, 32%, 19%)

RGB channels and saturation

R 127 of 255 = 50%
G 81 of 255 = 32%
B 49 of 255 = 19%

127
81
49

R + G + B ~ 34%. #7F5131 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 127 + 81 + 49 = 257 (100%)
R 127 of 257 ~ 49.42%
G 81 of 257 ~ 31.52%
B 49 of 257 ~ 19.07'%

%49.42
%31.52
%19.07

CMYK color model

#7F5131 color CMYK value is (0,36,61,50).

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

CMYK: (0,36,61,50)
C0M36Y61K50 (0%, 36%, 61%, 50%)
(0.00 / 0.36 / 0.61 / 0.50)

CMYK percentages

%0
%36.22
%61.42
%50.2

Codes

Color #7F5131 in popluar color models

7F 51 31
RGB 127 81 49
HSL 25° 44.32% 34.51%
HSB/HSV 25° 61.42% 49.80%
CMYK 0.00% 36.22% 61.42%
50.20%

Color #7F5131 in popluar number systems.

HEX 7F 51 31
Decimal 127 81 49
Binary 1111111 1010001 110001
Octal 177 121 61

Shades and tints

Shades of #7F5131

#7F5131
(127,81,49)
#744A2D
(116,74,45)
#694329
(105,67,41)
#5E3C25
(94,60,37)
#533521
(83,53,33)
#482E1D
(72,46,29)
#3D2719
(61,39,25)
#322015
(50,32,21)
#271911
(39,25,17)
#1C120D
(28,18,13)
#110B09
(17,11,9)
#000000
(0,0,0)

Tints of #7F5131

#7F5131
(127,81,49)
#8A6043
(138,96,67)
#956F55
(149,111,85)
#A07E67
(160,126,103)
#AB8D79
(171,141,121)
#B69C8B
(182,156,139)
#C1AB9D
(193,171,157)
#CCBAAF
(204,186,175)
#D7C9C1
(215,201,193)
#E2D8D3
(226,216,211)
#EDE7E5
(237,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F5131; }

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

This text font color is #7F5131.

Background Color

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

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

This div background color is #7F5131.

Border color

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

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

This div border color is #7F5131.

Opacity

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

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

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

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

This text has shadow with #7F5131 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F5131.

Preview

Color preview on black background

This text has color #7F5131 on black background.


Color preview on white background

This text has color #7F5131 on white background.


Black color preview on #7F5131 background

This text has black color on #7F5131 background.


White color preview on #7F5131 background

This text has white color on #7F5131 background.


Related colors

Complementary color

Complementary color for #hex is #80AECE.


I love getcolorcode.com

Triadic colors

1 #317F51 and #51317F with #7F5131 are triadic colors.

2 #31517F and #517F31 with #7F5131 are triadic colors.