COLOR #7F5806

HEX: #7F5806
RGB: (127,88,6)

Color info

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

RGB color model

#7F5806 color RGB value is (127,88,6).

  • red value is 127;
  • green value is 88;
  • blue value is 6.
RGB:
(127,88,6)
(50%,35%,2%)

RGB channels and saturation

R 127 of 255 = 50%
G 88 of 255 = 35%
B 6 of 255 = 2%

127
88
6

R + G + B ~ 29%. #7F5806 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 88 + 6 = 221 (100%)
R 127 of 221 ~ 57.47%
G 88 of 221 ~ 39.82%
B 6 of 221 ~ 2.71%

%57.47
%39.82

CMYK color model

#7F5806 color CMYK value is (0,31,95,50).

  • cyan value is 0.00%
  • magenta value is 30.71%
  • yellow value is 95.28%
  • key color value is 50.20%
CMYK:
(0,31,95,50)
C0M31Y95K50 
(0%,31%,95%,50%)
(0.00/0.31/0.95/0.50)	

CMYK percentages

%0
%30.71
%95.28
%50.2

Codes

Color #7F5806 in popluar color models

7F5806
RGB127886
HSL41°90.98%26.08%
HSB/HSV41°95.28%49.80%
CMYK0.00%30.71%95.28%
50.20%

Color #7F5806 in popluar number systems.

HEX7F5806
Decimal127886
Binary11111111011000110
Octal1771306

Shades and tints

Shades of #7F5806

#7F5806
(127,88,6)
#745006
(116,80,6)
#694806
(105,72,6)
#5E4006
(94,64,6)
#533806
(83,56,6)
#483006
(72,48,6)
#3D2806
(61,40,6)
#322006
(50,32,6)
#271806
(39,24,6)
#1C1006
(28,16,6)
#110806
(17,8,6)
#000000
(0,0,0)

Tints of #7F5806

#7F5806
(127,88,6)
#8A671C
(138,103,28)
#957632
(149,118,50)
#A08548
(160,133,72)
#AB945E
(171,148,94)
#B6A374
(182,163,116)
#C1B28A
(193,178,138)
#CCC1A0
(204,193,160)
#D7D0B6
(215,208,182)
#E2DFCC
(226,223,204)
#EDEEE2
(237,238,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F5806 color. Also use rgb(127,88,6) instead hex code.

Text Font Color

.myTextColor { color: #7F5806; }

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

This text font color is #7F5806.


Background Color

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

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

This div background color is #7F5806.


Border color

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

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

This div border color is #7F5806.


Opacity

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

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

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

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

This text has shadow with #7F5806 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F5806 on black background.


Color preview on white background

This text has color #7F5806 on white background.



Black color preview on #7F5806 background

This text has black color on #7F5806 background.


White color preview on #7F5806 background

This text has white color on #7F5806 background.