COLOR #7F7C1C

HEX: #7F7C1C
RGB: (127,124,28)

Color info

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

RGB color model

#7F7C1C color RGB value is (127,124,28).

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

RGB channels and saturation

R 127 of 255 = 50%
G 124 of 255 = 49%
B 28 of 255 = 11%

127
124
28

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

Portions of RGB colors in percentages

R + G + B =
127 + 124 + 28 = 279 (100%)
R 127 of 279 ~ 45.52%
G 124 of 279 ~ 44.44%
B 28 of 279 ~ 10.04%

%45.52
%44.44
%10.04

CMYK color model

#7F7C1C color CMYK value is (0,2,78,50).

  • cyan value is 0.00%
  • magenta value is 2.36%
  • yellow value is 77.95%
  • key color value is 50.20%
CMYK:
(0,2,78,50)
C0M2Y78K50 
(0%,2%,78%,50%)
(0.00/0.02/0.78/0.50)	

CMYK percentages

%0
%2.36
%77.95
%50.2

Codes

Color #7F7C1C in popluar color models

7F7C1C
RGB12712428
HSL58°63.87%30.39%
HSB/HSV58°77.95%49.80%
CMYK0.00%2.36%77.95%
50.20%

Color #7F7C1C in popluar number systems.

HEX7F7C1C
Decimal12712428
Binary1111111111110011100
Octal17717434

Shades and tints

Shades of #7F7C1C

#7F7C1C
(127,124,28)
#74711A
(116,113,26)
#696618
(105,102,24)
#5E5B16
(94,91,22)
#535014
(83,80,20)
#484512
(72,69,18)
#3D3A10
(61,58,16)
#322F0E
(50,47,14)
#27240C
(39,36,12)
#1C190A
(28,25,10)
#110E08
(17,14,8)
#000000
(0,0,0)

Tints of #7F7C1C

#7F7C1C
(127,124,28)
#8A8730
(138,135,48)
#959244
(149,146,68)
#A09D58
(160,157,88)
#ABA86C
(171,168,108)
#B6B380
(182,179,128)
#C1BE94
(193,190,148)
#CCC9A8
(204,201,168)
#D7D4BC
(215,212,188)
#E2DFD0
(226,223,208)
#EDEAE4
(237,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F7C1C; }

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

This text font color is #7F7C1C.


Background Color

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

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

This div background color is #7F7C1C.


Border color

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

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

This div border color is #7F7C1C.


Opacity

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

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

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

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

This text has shadow with #7F7C1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F7C1C on black background.


Color preview on white background

This text has color #7F7C1C on white background.



Black color preview on #7F7C1C background

This text has black color on #7F7C1C background.


White color preview on #7F7C1C background

This text has white color on #7F7C1C background.