COLOR #7F5220

HEX: #7F5220
RGB: (127,82,32)

Color info

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

RGB color model

#7F5220 color RGB value is (127,82,32).

  • red value is 127;
  • green value is 82;
  • blue value is 32.
RGB:
(127,82,32)
(50%,32%,13%)

RGB channels and saturation

R 127 of 255 = 50%
G 82 of 255 = 32%
B 32 of 255 = 13%

127
82
32

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

Portions of RGB colors in percentages

R + G + B =
127 + 82 + 32 = 241 (100%)
R 127 of 241 ~ 52.7%
G 82 of 241 ~ 34.02%
B 32 of 241 ~ 13.28%

%52.7
%34.02
%13.28

CMYK color model

#7F5220 color CMYK value is (0,35,75,50).

  • cyan value is 0.00%
  • magenta value is 35.43%
  • yellow value is 74.80%
  • key color value is 50.20%
CMYK:
(0,35,75,50)
C0M35Y75K50 
(0%,35%,75%,50%)
(0.00/0.35/0.75/0.50)	

CMYK percentages

%0
%35.43
%74.8
%50.2

Codes

Color #7F5220 in popluar color models

7F5220
RGB1278232
HSL32°59.75%31.18%
HSB/HSV32°74.80%49.80%
CMYK0.00%35.43%74.80%
50.20%

Color #7F5220 in popluar number systems.

HEX7F5220
Decimal1278232
Binary11111111010010100000
Octal17712240

Shades and tints

Shades of #7F5220

#7F5220
(127,82,32)
#744B1E
(116,75,30)
#69441C
(105,68,28)
#5E3D1A
(94,61,26)
#533618
(83,54,24)
#482F16
(72,47,22)
#3D2814
(61,40,20)
#322112
(50,33,18)
#271A10
(39,26,16)
#1C130E
(28,19,14)
#110C0C
(17,12,12)
#000000
(0,0,0)

Tints of #7F5220

#7F5220
(127,82,32)
#8A6134
(138,97,52)
#957048
(149,112,72)
#A07F5C
(160,127,92)
#AB8E70
(171,142,112)
#B69D84
(182,157,132)
#C1AC98
(193,172,152)
#CCBBAC
(204,187,172)
#D7CAC0
(215,202,192)
#E2D9D4
(226,217,212)
#EDE8E8
(237,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F5220; }

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

This text font color is #7F5220.


Background Color

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

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

This div background color is #7F5220.


Border color

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

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

This div border color is #7F5220.


Opacity

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

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

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

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

This text has shadow with #7F5220 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F5220 on black background.


Color preview on white background

This text has color #7F5220 on white background.



Black color preview on #7F5220 background

This text has black color on #7F5220 background.


White color preview on #7F5220 background

This text has white color on #7F5220 background.