COLOR #7A8C1D

HEX: #7A8C1D
RGB: (122,140,29)

Color info

#7A8C1D contains mainly red and green colors. Web safe color of #7A8C1D is #669933 (or #693).

RGB color model

#7A8C1D color RGB value is (122,140,29).

  • red value is 122;
  • green value is 140;
  • blue value is 29.
RGB:
(122,140,29)
(48%,55%,11%)

RGB channels and saturation

R 122 of 255 = 48%
G 140 of 255 = 55%
B 29 of 255 = 11%

122
140
29

R + G + B ~ 38%. #7A8C1D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 140 + 29 = 291 (100%)
R 122 of 291 ~ 41.92%
G 140 of 291 ~ 48.11%
B 29 of 291 ~ 9.97%

%41.92
%48.11
%9.97

CMYK color model

#7A8C1D color CMYK value is (13,0,79,45).

  • cyan value is 12.86%
  • magenta value is 0.00%
  • yellow value is 79.29%
  • key color value is 45.10%
CMYK:
(13,0,79,45)
C13M0Y79K45 
(13%,0%,79%,45%)
(0.13/0.00/0.79/0.45)	

CMYK percentages

%12.86
%0
%79.29
%45.1

Codes

Color #7A8C1D in popluar color models

7A8C1D
RGB12214029
HSL70°65.68%33.14%
HSB/HSV70°79.29%54.90%
CMYK12.86%0.00%79.29%
45.10%

Color #7A8C1D in popluar number systems.

HEX7A8C1D
Decimal12214029
Binary11110101000110011101
Octal17221435

Shades and tints

Shades of #7A8C1D

#7A8C1D
(122,140,29)
#6F801B
(111,128,27)
#647419
(100,116,25)
#596817
(89,104,23)
#4E5C15
(78,92,21)
#435013
(67,80,19)
#384411
(56,68,17)
#2D380F
(45,56,15)
#222C0D
(34,44,13)
#17200B
(23,32,11)
#0C1409
(12,20,9)
#000000
(0,0,0)

Tints of #7A8C1D

#7A8C1D
(122,140,29)
#869631
(134,150,49)
#92A045
(146,160,69)
#9EAA59
(158,170,89)
#AAB46D
(170,180,109)
#B6BE81
(182,190,129)
#C2C895
(194,200,149)
#CED2A9
(206,210,169)
#DADCBD
(218,220,189)
#E6E6D1
(230,230,209)
#F2F0E5
(242,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A8C1D color. Also use rgb(122,140,29) instead hex code.

Text Font Color

.myTextColor { color: #7A8C1D; }

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

This text font color is #7A8C1D.


Background Color

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

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

This div background color is #7A8C1D.


Border color

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

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

This div border color is #7A8C1D.


Opacity

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

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

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

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

This text has shadow with #7A8C1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A8C1D on black background.


Color preview on white background

This text has color #7A8C1D on white background.



Black color preview on #7A8C1D background

This text has black color on #7A8C1D background.


White color preview on #7A8C1D background

This text has white color on #7A8C1D background.