COLOR #7F5029

HEX: #7F5029 RGB: (127,80,41)

Color info

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

RGB color model

#7F5029 color RGB value is (127,80,41).

RGB: (127,80,41) (50%, 31%, 16%)

RGB channels and saturation

R 127 of 255 = 50%
G 80 of 255 = 31%
B 41 of 255 = 16%

127
80
41

R + G + B ~ 32%. #7F5029 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 127 + 80 + 41 = 248 (100%)
R 127 of 248 ~ 51.21%
G 80 of 248 ~ 32.26%
B 41 of 248 ~ 16.53'%

%51.21
%32.26
%16.53

CMYK color model

#7F5029 color CMYK value is (0,37,68,50).

  • cyan value is 0.00%
  • magenta value is 37.01%
  • yellow value is 67.72%
  • key color value is 50.20%
CMYK: (0,37,68,50) C0M37Y68K50 (0%,37%,68%,50%) (0.00/0.37/0.68/0.50) 

CMYK percentages

%0
%37.01
%67.72
%50.2

Codes

Color #7F5029 in popluar color models

7F 50 29
RGB 127 80 41
HSL 27° 51.19% 32.94%
HSB/HSV 27° 67.72% 49.80%
CMYK 0.00% 37.01% 67.72%
50.20%

Color #7F5029 in popluar number systems.

HEX 7F 50 29
Decimal 127 80 41
Binary 1111111 1010000 101001
Octal 177 120 51

Shades and tints

Shades of #7F5029

#7F5029
(127,80,41)
#744926
(116,73,38)
#694223
(105,66,35)
#5E3B20
(94,59,32)
#53341D
(83,52,29)
#482D1A
(72,45,26)
#3D2617
(61,38,23)
#321F14
(50,31,20)
#271811
(39,24,17)
#1C110E
(28,17,14)
#110A0B
(17,10,11)
#000000
(0,0,0)

Tints of #7F5029

#7F5029
(127,80,41)
#8A5F3C
(138,95,60)
#956E4F
(149,110,79)
#A07D62
(160,125,98)
#AB8C75
(171,140,117)
#B69B88
(182,155,136)
#C1AA9B
(193,170,155)
#CCB9AE
(204,185,174)
#D7C8C1
(215,200,193)
#E2D7D4
(226,215,212)
#EDE6E7
(237,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F5029 color. Also use rgb(127,80,41) instead hex code.

Text Font Color

.myTextColor { color: #7F5029; }

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

This text font color is #7F5029.

Background Color

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

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

This div background color is #7F5029.

Border color

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

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

This div border color is #7F5029.

Opacity

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

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

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

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

This text has shadow with #7F5029 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F5029.

Preview

Color preview on black background

This text has color #7F5029 on black background.


Color preview on white background

This text has color #7F5029 on white background.


Black color preview on #7F5029 background

This text has black color on #7F5029 background.


White color preview on #7F5029 background

This text has white color on #7F5029 background.


Related colors

Complementary color

Complementary color for #hex is #80AFD6.


I love getcolorcode.com

Triadic colors

1 #297F50 and #50297F with #7F5029 are triadic colors.

2 #29507F and #507F29 with #7F5029 are triadic colors.