COLOR #7F522C

HEX: #7F522C RGB: (127,82,44)

Color info

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

RGB color model

#7F522C color RGB value is (127,82,44).

RGB: (127,82,44) (50%, 32%, 17%)

RGB channels and saturation

R 127 of 255 = 50%
G 82 of 255 = 32%
B 44 of 255 = 17%

127
82
44

R + G + B ~ 33%. #7F522C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 127 + 82 + 44 = 253 (100%)
R 127 of 253 ~ 50.2%
G 82 of 253 ~ 32.41%
B 44 of 253 ~ 17.39'%

%50.2
%32.41
%17.39

CMYK color model

#7F522C color CMYK value is (0,35,65,50).

  • cyan value is 0.00%
  • magenta value is 35.43%
  • yellow value is 65.35%
  • key color value is 50.20%

CMYK: (0,35,65,50)
C0M35Y65K50 (0%, 35%, 65%, 50%)
(0.00 / 0.35 / 0.65 / 0.50)

CMYK percentages

%0
%35.43
%65.35
%50.2

Codes

Color #7F522C in popluar color models

7F 52 2C
RGB 127 82 44
HSL 27° 48.54% 33.53%
HSB/HSV 27° 65.35% 49.80%
CMYK 0.00% 35.43% 65.35%
50.20%

Color #7F522C in popluar number systems.

HEX 7F 52 2C
Decimal 127 82 44
Binary 1111111 1010010 101100
Octal 177 122 54

Shades and tints

Shades of #7F522C

#7F522C
(127,82,44)
#744B28
(116,75,40)
#694424
(105,68,36)
#5E3D20
(94,61,32)
#53361C
(83,54,28)
#482F18
(72,47,24)
#3D2814
(61,40,20)
#322110
(50,33,16)
#271A0C
(39,26,12)
#1C1308
(28,19,8)
#110C04
(17,12,4)
#000000
(0,0,0)

Tints of #7F522C

#7F522C
(127,82,44)
#8A613F
(138,97,63)
#957052
(149,112,82)
#A07F65
(160,127,101)
#AB8E78
(171,142,120)
#B69D8B
(182,157,139)
#C1AC9E
(193,172,158)
#CCBBB1
(204,187,177)
#D7CAC4
(215,202,196)
#E2D9D7
(226,217,215)
#EDE8EA
(237,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F522C color. Also use rgb(127,82,44) instead hex code.

Text Font Color

.myTextColor { color: #7F522C; }

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

This text font color is #7F522C.

Background Color

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

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

This div background color is #7F522C.

Border color

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

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

This div border color is #7F522C.

Opacity

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

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

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

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

This text has shadow with #7F522C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F522C.

Preview

Color preview on black background

This text has color #7F522C on black background.


Color preview on white background

This text has color #7F522C on white background.


Black color preview on #7F522C background

This text has black color on #7F522C background.


White color preview on #7F522C background

This text has white color on #7F522C background.


Related colors

Complementary color

Complementary color for #hex is #80ADD3.


I love getcolorcode.com

Triadic colors

1 #2C7F52 and #522C7F with #7F522C are triadic colors.

2 #2C527F and #527F2C with #7F522C are triadic colors.