COLOR #7F7C3C

HEX: #7F7C3C
RGB: (127,124,60)

Color info

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

RGB color model

#7F7C3C color RGB value is (127,124,60).

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

RGB channels and saturation

R 127 of 255 = 50%
G 124 of 255 = 49%
B 60 of 255 = 24%

127
124
60

R + G + B ~ 41%. #7F7C3C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
127 + 124 + 60 = 311 (100%)
R 127 of 311 ~ 40.84%
G 124 of 311 ~ 39.87%
B 60 of 311 ~ 19.29%

%40.84
%39.87
%19.29

CMYK color model

#7F7C3C color CMYK value is (0,2,53,50).

  • cyan value is 0.00%
  • magenta value is 2.36%
  • yellow value is 52.76%
  • key color value is 50.20%
CMYK:
(0,2,53,50)
C0M2Y53K50 
(0%,2%,53%,50%)
(0.00/0.02/0.53/0.50)	

CMYK percentages

%0
%2.36
%52.76
%50.2

Codes

Color #7F7C3C in popluar color models

7F7C3C
RGB12712460
HSL57°35.83%36.67%
HSB/HSV57°52.76%49.80%
CMYK0.00%2.36%52.76%
50.20%

Color #7F7C3C in popluar number systems.

HEX7F7C3C
Decimal12712460
Binary11111111111100111100
Octal17717474

Shades and tints

Shades of #7F7C3C

#7F7C3C
(127,124,60)
#747137
(116,113,55)
#696632
(105,102,50)
#5E5B2D
(94,91,45)
#535028
(83,80,40)
#484523
(72,69,35)
#3D3A1E
(61,58,30)
#322F19
(50,47,25)
#272414
(39,36,20)
#1C190F
(28,25,15)
#110E0A
(17,14,10)
#000000
(0,0,0)

Tints of #7F7C3C

#7F7C3C
(127,124,60)
#8A874D
(138,135,77)
#95925E
(149,146,94)
#A09D6F
(160,157,111)
#ABA880
(171,168,128)
#B6B391
(182,179,145)
#C1BEA2
(193,190,162)
#CCC9B3
(204,201,179)
#D7D4C4
(215,212,196)
#E2DFD5
(226,223,213)
#EDEAE6
(237,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F7C3C; }

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

This text font color is #7F7C3C.


Background Color

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

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

This div background color is #7F7C3C.


Border color

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

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

This div border color is #7F7C3C.


Opacity

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

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

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

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

This text has shadow with #7F7C3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F7C3C on black background.


Color preview on white background

This text has color #7F7C3C on white background.



Black color preview on #7F7C3C background

This text has black color on #7F7C3C background.


White color preview on #7F7C3C background

This text has white color on #7F7C3C background.