COLOR #7F5028

HEX: #7F5028
RGB: (127,80,40)

Color info

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

RGB color model

#7F5028 color RGB value is (127,80,40).

  • red value is 127;
  • green value is 80;
  • blue value is 40.
RGB:
(127,80,40)
(50%,31%,16%)

RGB channels and saturation

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

127
80
40

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

Portions of RGB colors in percentages

R + G + B =
127 + 80 + 40 = 247 (100%)
R 127 of 247 ~ 51.42%
G 80 of 247 ~ 32.39%
B 40 of 247 ~ 16.19%

%51.42
%32.39
%16.19

CMYK color model

#7F5028 color CMYK value is (0,37,69,50).

  • cyan value is 0.00%
  • magenta value is 37.01%
  • yellow value is 68.50%
  • key color value is 50.20%
CMYK:
(0,37,69,50)
C0M37Y69K50 
(0%,37%,69%,50%)
(0.00/0.37/0.69/0.50)	

CMYK percentages

%0
%37.01
%68.5
%50.2

Codes

Color #7F5028 in popluar color models

7F5028
RGB1278040
HSL28°52.10%32.75%
HSB/HSV28°68.50%49.80%
CMYK0.00%37.01%68.50%
50.20%

Color #7F5028 in popluar number systems.

HEX7F5028
Decimal1278040
Binary11111111010000101000
Octal17712050

Shades and tints

Shades of #7F5028

#7F5028
(127,80,40)
#744925
(116,73,37)
#694222
(105,66,34)
#5E3B1F
(94,59,31)
#53341C
(83,52,28)
#482D19
(72,45,25)
#3D2616
(61,38,22)
#321F13
(50,31,19)
#271810
(39,24,16)
#1C110D
(28,17,13)
#110A0A
(17,10,10)
#000000
(0,0,0)

Tints of #7F5028

#7F5028
(127,80,40)
#8A5F3B
(138,95,59)
#956E4E
(149,110,78)
#A07D61
(160,125,97)
#AB8C74
(171,140,116)
#B69B87
(182,155,135)
#C1AA9A
(193,170,154)
#CCB9AD
(204,185,173)
#D7C8C0
(215,200,192)
#E2D7D3
(226,215,211)
#EDE6E6
(237,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F5028; }

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

This text font color is #7F5028.


Background Color

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

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

This div background color is #7F5028.


Border color

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

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

This div border color is #7F5028.


Opacity

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

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

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

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

This text has shadow with #7F5028 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F5028 on black background.


Color preview on white background

This text has color #7F5028 on white background.



Black color preview on #7F5028 background

This text has black color on #7F5028 background.


White color preview on #7F5028 background

This text has white color on #7F5028 background.