COLOR #7F6020

HEX: #7F6020
RGB: (127,96,32)

Color info

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

RGB color model

#7F6020 color RGB value is (127,96,32).

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

RGB channels and saturation

R 127 of 255 = 50%
G 96 of 255 = 38%
B 32 of 255 = 13%

127
96
32

R + G + B ~ 34%. #7F6020 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 96 + 32 = 255 (100%)
R 127 of 255 ~ 49.8%
G 96 of 255 ~ 37.65%
B 32 of 255 ~ 12.55%

%49.8
%37.65
%12.55

CMYK color model

#7F6020 color CMYK value is (0,24,75,50).

  • cyan value is 0.00%
  • magenta value is 24.41%
  • yellow value is 74.80%
  • key color value is 50.20%
CMYK:
(0,24,75,50)
C0M24Y75K50 
(0%,24%,75%,50%)
(0.00/0.24/0.75/0.50)	

CMYK percentages

%0
%24.41
%74.8
%50.2

Codes

Color #7F6020 in popluar color models

7F6020
RGB1279632
HSL40°59.75%31.18%
HSB/HSV40°74.80%49.80%
CMYK0.00%24.41%74.80%
50.20%

Color #7F6020 in popluar number systems.

HEX7F6020
Decimal1279632
Binary11111111100000100000
Octal17714040

Shades and tints

Shades of #7F6020

#7F6020
(127,96,32)
#74581E
(116,88,30)
#69501C
(105,80,28)
#5E481A
(94,72,26)
#534018
(83,64,24)
#483816
(72,56,22)
#3D3014
(61,48,20)
#322812
(50,40,18)
#272010
(39,32,16)
#1C180E
(28,24,14)
#11100C
(17,16,12)
#000000
(0,0,0)

Tints of #7F6020

#7F6020
(127,96,32)
#8A6E34
(138,110,52)
#957C48
(149,124,72)
#A08A5C
(160,138,92)
#AB9870
(171,152,112)
#B6A684
(182,166,132)
#C1B498
(193,180,152)
#CCC2AC
(204,194,172)
#D7D0C0
(215,208,192)
#E2DED4
(226,222,212)
#EDECE8
(237,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F6020; }

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

This text font color is #7F6020.


Background Color

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

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

This div background color is #7F6020.


Border color

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

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

This div border color is #7F6020.


Opacity

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

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

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

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

This text has shadow with #7F6020 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F6020 on black background.


Color preview on white background

This text has color #7F6020 on white background.



Black color preview on #7F6020 background

This text has black color on #7F6020 background.


White color preview on #7F6020 background

This text has white color on #7F6020 background.