COLOR #7F7C0D

HEX: #7F7C0D
RGB: (127,124,13)

Color info

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

RGB color model

#7F7C0D color RGB value is (127,124,13).

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

RGB channels and saturation

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

127
124
13

R + G + B ~ 35%. #7F7C0D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 124 + 13 = 264 (100%)
R 127 of 264 ~ 48.11%
G 124 of 264 ~ 46.97%
B 13 of 264 ~ 4.92%

%48.11
%46.97

CMYK color model

#7F7C0D color CMYK value is (0,2,90,50).

  • cyan value is 0.00%
  • magenta value is 2.36%
  • yellow value is 89.76%
  • key color value is 50.20%
CMYK:
(0,2,90,50)
C0M2Y90K50 
(0%,2%,90%,50%)
(0.00/0.02/0.90/0.50)	

CMYK percentages

%0
%2.36
%89.76
%50.2

Codes

Color #7F7C0D in popluar color models

7F7C0D
RGB12712413
HSL58°81.43%27.45%
HSB/HSV58°89.76%49.80%
CMYK0.00%2.36%89.76%
50.20%

Color #7F7C0D in popluar number systems.

HEX7F7C0D
Decimal12712413
Binary111111111111001101
Octal17717415

Shades and tints

Shades of #7F7C0D

#7F7C0D
(127,124,13)
#74710C
(116,113,12)
#69660B
(105,102,11)
#5E5B0A
(94,91,10)
#535009
(83,80,9)
#484508
(72,69,8)
#3D3A07
(61,58,7)
#322F06
(50,47,6)
#272405
(39,36,5)
#1C1904
(28,25,4)
#110E03
(17,14,3)
#000000
(0,0,0)

Tints of #7F7C0D

#7F7C0D
(127,124,13)
#8A8723
(138,135,35)
#959239
(149,146,57)
#A09D4F
(160,157,79)
#ABA865
(171,168,101)
#B6B37B
(182,179,123)
#C1BE91
(193,190,145)
#CCC9A7
(204,201,167)
#D7D4BD
(215,212,189)
#E2DFD3
(226,223,211)
#EDEAE9
(237,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F7C0D; }

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

This text font color is #7F7C0D.


Background Color

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

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

This div background color is #7F7C0D.


Border color

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

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

This div border color is #7F7C0D.


Opacity

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

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

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

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

This text has shadow with #7F7C0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F7C0D on black background.


Color preview on white background

This text has color #7F7C0D on white background.



Black color preview on #7F7C0D background

This text has black color on #7F7C0D background.


White color preview on #7F7C0D background

This text has white color on #7F7C0D background.