COLOR #7F7C21

HEX: #7F7C21
RGB: (127,124,33)

Color info

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

RGB color model

#7F7C21 color RGB value is (127,124,33).

  • red value is 127;
  • green value is 124;
  • blue value is 33.
RGB:
(127,124,33)
(50%,49%,13%)

RGB channels and saturation

R 127 of 255 = 50%
G 124 of 255 = 49%
B 33 of 255 = 13%

127
124
33

R + G + B ~ 37%. #7F7C21 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 124 + 33 = 284 (100%)
R 127 of 284 ~ 44.72%
G 124 of 284 ~ 43.66%
B 33 of 284 ~ 11.62%

%44.72
%43.66
%11.62

CMYK color model

#7F7C21 color CMYK value is (0,2,74,50).

  • cyan value is 0.00%
  • magenta value is 2.36%
  • yellow value is 74.02%
  • key color value is 50.20%
CMYK:
(0,2,74,50)
C0M2Y74K50 
(0%,2%,74%,50%)
(0.00/0.02/0.74/0.50)	

CMYK percentages

%0
%2.36
%74.02
%50.2

Codes

Color #7F7C21 in popluar color models

7F7C21
RGB12712433
HSL58°58.75%31.37%
HSB/HSV58°74.02%49.80%
CMYK0.00%2.36%74.02%
50.20%

Color #7F7C21 in popluar number systems.

HEX7F7C21
Decimal12712433
Binary11111111111100100001
Octal17717441

Shades and tints

Shades of #7F7C21

#7F7C21
(127,124,33)
#74711E
(116,113,30)
#69661B
(105,102,27)
#5E5B18
(94,91,24)
#535015
(83,80,21)
#484512
(72,69,18)
#3D3A0F
(61,58,15)
#322F0C
(50,47,12)
#272409
(39,36,9)
#1C1906
(28,25,6)
#110E03
(17,14,3)
#000000
(0,0,0)

Tints of #7F7C21

#7F7C21
(127,124,33)
#8A8735
(138,135,53)
#959249
(149,146,73)
#A09D5D
(160,157,93)
#ABA871
(171,168,113)
#B6B385
(182,179,133)
#C1BE99
(193,190,153)
#CCC9AD
(204,201,173)
#D7D4C1
(215,212,193)
#E2DFD5
(226,223,213)
#EDEAE9
(237,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F7C21 color. Also use rgb(127,124,33) instead hex code.

Text Font Color

.myTextColor { color: #7F7C21; }

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

This text font color is #7F7C21.


Background Color

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

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

This div background color is #7F7C21.


Border color

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

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

This div border color is #7F7C21.


Opacity

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

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

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

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

This text has shadow with #7F7C21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F7C21 on black background.


Color preview on white background

This text has color #7F7C21 on white background.



Black color preview on #7F7C21 background

This text has black color on #7F7C21 background.


White color preview on #7F7C21 background

This text has white color on #7F7C21 background.