COLOR #7A8C3A

HEX: #7A8C3A RGB: (122,140,58)

Color info

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

RGB color model

#7A8C3A color RGB value is (122,140,58).

RGB: (122,140,58) (48%, 55%, 23%)

RGB channels and saturation

R 122 of 255 = 48%
G 140 of 255 = 55%
B 58 of 255 = 23%

122
140
58

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

Portions of RGB colors in percentages

R + G + B = 122 + 140 + 58 = 320 (100%)
R 122 of 320 ~ 38.13%
G 140 of 320 ~ 43.75%
B 58 of 320 ~ 18.13'%

%38.13
%43.75
%18.13

CMYK color model

#7A8C3A color CMYK value is (13,0,59,45).

  • cyan value is 12.86%
  • magenta value is 0.00%
  • yellow value is 58.57%
  • key color value is 45.10%

CMYK: (13,0,59,45)
C13M0Y59K45 (13%, 0%, 59%, 45%)
(0.13 / 0.00 / 0.59 / 0.45)

CMYK percentages

%12.86
%0
%58.57
%45.1

Codes

Color #7A8C3A in popluar color models

7A 8C 3A
RGB 122 140 58
HSL 73° 41.41% 38.82%
HSB/HSV 73° 58.57% 54.90%
CMYK 12.86% 0.00% 58.57%
45.10%

Color #7A8C3A in popluar number systems.

HEX 7A 8C 3A
Decimal 122 140 58
Binary 1111010 10001100 111010
Octal 172 214 72

Shades and tints

Shades of #7A8C3A

#7A8C3A
(122,140,58)
#6F8035
(111,128,53)
#647430
(100,116,48)
#59682B
(89,104,43)
#4E5C26
(78,92,38)
#435021
(67,80,33)
#38441C
(56,68,28)
#2D3817
(45,56,23)
#222C12
(34,44,18)
#17200D
(23,32,13)
#0C1408
(12,20,8)
#000000
(0,0,0)

Tints of #7A8C3A

#7A8C3A
(122,140,58)
#86964B
(134,150,75)
#92A05C
(146,160,92)
#9EAA6D
(158,170,109)
#AAB47E
(170,180,126)
#B6BE8F
(182,190,143)
#C2C8A0
(194,200,160)
#CED2B1
(206,210,177)
#DADCC2
(218,220,194)
#E6E6D3
(230,230,211)
#F2F0E4
(242,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A8C3A; }

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

This text font color is #7A8C3A.

Background Color

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

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

This div background color is #7A8C3A.

Border color

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

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

This div border color is #7A8C3A.

Opacity

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

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

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

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

This text has shadow with #7A8C3A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A8C3A.

Preview

Color preview on black background

This text has color #7A8C3A on black background.


Color preview on white background

This text has color #7A8C3A on white background.


Black color preview on #7A8C3A background

This text has black color on #7A8C3A background.


White color preview on #7A8C3A background

This text has white color on #7A8C3A background.


Related colors

Complementary color

Complementary color for #hex is #8573C5.


I love getcolorcode.com

Triadic colors

1 #3A7A8C and #8C3A7A with #7A8C3A are triadic colors.

2 #3A8C7A and #8C7A3A with #7A8C3A are triadic colors.