COLOR #7F5219

HEX: #7F5219
RGB: (127,82,25)

Color info

#7F5219 contains mainly red and green colors. Web safe color of #7F5219 is #666600 (or #660).

RGB color model

#7F5219 color RGB value is (127,82,25).

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

RGB channels and saturation

R 127 of 255 = 50%
G 82 of 255 = 32%
B 25 of 255 = 10%

127
82
25

R + G + B ~ 31%. #7F5219 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 82 + 25 = 234 (100%)
R 127 of 234 ~ 54.27%
G 82 of 234 ~ 35.04%
B 25 of 234 ~ 10.68%

%54.27
%35.04
%10.68

CMYK color model

#7F5219 color CMYK value is (0,35,80,50).

  • cyan value is 0.00%
  • magenta value is 35.43%
  • yellow value is 80.31%
  • key color value is 50.20%
CMYK:
(0,35,80,50)
C0M35Y80K50 
(0%,35%,80%,50%)
(0.00/0.35/0.80/0.50)	

CMYK percentages

%0
%35.43
%80.31
%50.2

Codes

Color #7F5219 in popluar color models

7F5219
RGB1278225
HSL34°67.11%29.80%
HSB/HSV34°80.31%49.80%
CMYK0.00%35.43%80.31%
50.20%

Color #7F5219 in popluar number systems.

HEX7F5219
Decimal1278225
Binary1111111101001011001
Octal17712231

Shades and tints

Shades of #7F5219

#7F5219
(127,82,25)
#744B17
(116,75,23)
#694415
(105,68,21)
#5E3D13
(94,61,19)
#533611
(83,54,17)
#482F0F
(72,47,15)
#3D280D
(61,40,13)
#32210B
(50,33,11)
#271A09
(39,26,9)
#1C1307
(28,19,7)
#110C05
(17,12,5)
#000000
(0,0,0)

Tints of #7F5219

#7F5219
(127,82,25)
#8A612D
(138,97,45)
#957041
(149,112,65)
#A07F55
(160,127,85)
#AB8E69
(171,142,105)
#B69D7D
(182,157,125)
#C1AC91
(193,172,145)
#CCBBA5
(204,187,165)
#D7CAB9
(215,202,185)
#E2D9CD
(226,217,205)
#EDE8E1
(237,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F5219; }

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

This text font color is #7F5219.


Background Color

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

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

This div background color is #7F5219.


Border color

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

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

This div border color is #7F5219.


Opacity

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

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

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

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

This text has shadow with #7F5219 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F5219 on black background.


Color preview on white background

This text has color #7F5219 on white background.



Black color preview on #7F5219 background

This text has black color on #7F5219 background.


White color preview on #7F5219 background

This text has white color on #7F5219 background.