COLOR #7C7D1E

HEX: #7C7D1E RGB: (124,125,30)

Color info

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

RGB color model

#7C7D1E color RGB value is (124,125,30).

RGB: (124,125,30) (49%, 49%, 12%)

RGB channels and saturation

R 124 of 255 = 49%
G 125 of 255 = 49%
B 30 of 255 = 12%

124
125
30

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

Portions of RGB colors in percentages

R + G + B = 124 + 125 + 30 = 279 (100%)
R 124 of 279 ~ 44.44%
G 125 of 279 ~ 44.8%
B 30 of 279 ~ 10.75'%

%44.44
%44.8
%10.75

CMYK color model

#7C7D1E color CMYK value is (1,0,76,51).

  • cyan value is 0.80%
  • magenta value is 0.00%
  • yellow value is 76.00%
  • key color value is 50.98%
CMYK: (1,0,76,51) C1M0Y76K51 (1%,0%,76%,51%) (0.01/0.00/0.76/0.51) 

CMYK percentages

%0.8
%0
%76
%50.98

Codes

Color #7C7D1E in popluar color models

7C 7D 1E
RGB 124 125 30
HSL 61° 61.29% 30.39%
HSB/HSV 61° 76.00% 49.02%
CMYK 0.80% 0.00% 76.00%
50.98%

Color #7C7D1E in popluar number systems.

HEX 7C 7D 1E
Decimal 124 125 30
Binary 1111100 1111101 11110
Octal 174 175 36

Shades and tints

Shades of #7C7D1E

#7C7D1E
(124,125,30)
#71721C
(113,114,28)
#66671A
(102,103,26)
#5B5C18
(91,92,24)
#505116
(80,81,22)
#454614
(69,70,20)
#3A3B12
(58,59,18)
#2F3010
(47,48,16)
#24250E
(36,37,14)
#191A0C
(25,26,12)
#0E0F0A
(14,15,10)
#000000
(0,0,0)

Tints of #7C7D1E

#7C7D1E
(124,125,30)
#878832
(135,136,50)
#929346
(146,147,70)
#9D9E5A
(157,158,90)
#A8A96E
(168,169,110)
#B3B482
(179,180,130)
#BEBF96
(190,191,150)
#C9CAAA
(201,202,170)
#D4D5BE
(212,213,190)
#DFE0D2
(223,224,210)
#EAEBE6
(234,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C7D1E color. Also use rgb(124,125,30) instead hex code.

Text Font Color

.myTextColor { color: #7C7D1E; }

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

This text font color is #7C7D1E.

Background Color

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

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

This div background color is #7C7D1E.

Border color

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

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

This div border color is #7C7D1E.

Opacity

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

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

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

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

This text has shadow with #7C7D1E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C7D1E.

Preview

Color preview on black background

This text has color #7C7D1E on black background.


Color preview on white background

This text has color #7C7D1E on white background.


Black color preview on #7C7D1E background

This text has black color on #7C7D1E background.


White color preview on #7C7D1E background

This text has white color on #7C7D1E background.


Related colors

Complementary color

Complementary color for #hex is #8382E1.


I love getcolorcode.com

Triadic colors

1 #1E7C7D and #7D1E7C with #7C7D1E are triadic colors.

2 #1E7D7C and #7D7C1E with #7C7D1E are triadic colors.