COLOR #7C7D2F

HEX: #7C7D2F RGB: (124,125,47)

Color info

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

RGB color model

#7C7D2F color RGB value is (124,125,47).

RGB: (124,125,47) (49%, 49%, 18%)

RGB channels and saturation

R 124 of 255 = 49%
G 125 of 255 = 49%
B 47 of 255 = 18%

124
125
47

R + G + B ~ 39%. #7C7D2F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 124 + 125 + 47 = 296 (100%)
R 124 of 296 ~ 41.89%
G 125 of 296 ~ 42.23%
B 47 of 296 ~ 15.88'%

%41.89
%42.23
%15.88

CMYK color model

#7C7D2F color CMYK value is (1,0,62,51).

  • cyan value is 0.80%
  • magenta value is 0.00%
  • yellow value is 62.40%
  • key color value is 50.98%

CMYK: (1,0,62,51)
C1M0Y62K51 (1%, 0%, 62%, 51%)
(0.01 / 0.00 / 0.62 / 0.51)

CMYK percentages

%0.8
%0
%62.4
%50.98

Codes

Color #7C7D2F in popluar color models

7C 7D 2F
RGB 124 125 47
HSL 61° 45.35% 33.73%
HSB/HSV 61° 62.40% 49.02%
CMYK 0.80% 0.00% 62.40%
50.98%

Color #7C7D2F in popluar number systems.

HEX 7C 7D 2F
Decimal 124 125 47
Binary 1111100 1111101 101111
Octal 174 175 57

Shades and tints

Shades of #7C7D2F

#7C7D2F
(124,125,47)
#71722B
(113,114,43)
#666727
(102,103,39)
#5B5C23
(91,92,35)
#50511F
(80,81,31)
#45461B
(69,70,27)
#3A3B17
(58,59,23)
#2F3013
(47,48,19)
#24250F
(36,37,15)
#191A0B
(25,26,11)
#0E0F07
(14,15,7)
#000000
(0,0,0)

Tints of #7C7D2F

#7C7D2F
(124,125,47)
#878841
(135,136,65)
#929353
(146,147,83)
#9D9E65
(157,158,101)
#A8A977
(168,169,119)
#B3B489
(179,180,137)
#BEBF9B
(190,191,155)
#C9CAAD
(201,202,173)
#D4D5BF
(212,213,191)
#DFE0D1
(223,224,209)
#EAEBE3
(234,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C7D2F; }

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

This text font color is #7C7D2F.

Background Color

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

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

This div background color is #7C7D2F.

Border color

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

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

This div border color is #7C7D2F.

Opacity

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

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

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

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

This text has shadow with #7C7D2F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C7D2F.

Preview

Color preview on black background

This text has color #7C7D2F on black background.


Color preview on white background

This text has color #7C7D2F on white background.


Black color preview on #7C7D2F background

This text has black color on #7C7D2F background.


White color preview on #7C7D2F background

This text has white color on #7C7D2F background.


Related colors

Complementary color

Complementary color for #hex is #8382D0.


I love getcolorcode.com

Triadic colors

1 #2F7C7D and #7D2F7C with #7C7D2F are triadic colors.

2 #2F7D7C and #7D7C2F with #7C7D2F are triadic colors.