COLOR #7A8B35

HEX: #7A8B35 RGB: (122,139,53)

Color info

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

RGB color model

#7A8B35 color RGB value is (122,139,53).

RGB: (122,139,53) (48%, 55%, 21%)

RGB channels and saturation

R 122 of 255 = 48%
G 139 of 255 = 55%
B 53 of 255 = 21%

122
139
53

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

Portions of RGB colors in percentages

R + G + B = 122 + 139 + 53 = 314 (100%)
R 122 of 314 ~ 38.85%
G 139 of 314 ~ 44.27%
B 53 of 314 ~ 16.88'%

%38.85
%44.27
%16.88

CMYK color model

#7A8B35 color CMYK value is (12,0,62,45).

  • cyan value is 12.23%
  • magenta value is 0.00%
  • yellow value is 61.87%
  • key color value is 45.49%

CMYK: (12,0,62,45)
C12M0Y62K45 (12%, 0%, 62%, 45%)
(0.12 / 0.00 / 0.62 / 0.45)

CMYK percentages

%12.23
%0
%61.87
%45.49

Codes

Color #7A8B35 in popluar color models

7A 8B 35
RGB 122 139 53
HSL 72° 44.79% 37.65%
HSB/HSV 72° 61.87% 54.51%
CMYK 12.23% 0.00% 61.87%
45.49%

Color #7A8B35 in popluar number systems.

HEX 7A 8B 35
Decimal 122 139 53
Binary 1111010 10001011 110101
Octal 172 213 65

Shades and tints

Shades of #7A8B35

#7A8B35
(122,139,53)
#6F7F31
(111,127,49)
#64732D
(100,115,45)
#596729
(89,103,41)
#4E5B25
(78,91,37)
#434F21
(67,79,33)
#38431D
(56,67,29)
#2D3719
(45,55,25)
#222B15
(34,43,21)
#171F11
(23,31,17)
#0C130D
(12,19,13)
#000000
(0,0,0)

Tints of #7A8B35

#7A8B35
(122,139,53)
#869547
(134,149,71)
#929F59
(146,159,89)
#9EA96B
(158,169,107)
#AAB37D
(170,179,125)
#B6BD8F
(182,189,143)
#C2C7A1
(194,199,161)
#CED1B3
(206,209,179)
#DADBC5
(218,219,197)
#E6E5D7
(230,229,215)
#F2EFE9
(242,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A8B35 color. Also use rgb(122,139,53) instead hex code.

Text Font Color

.myTextColor { color: #7A8B35; }

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

This text font color is #7A8B35.

Background Color

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

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

This div background color is #7A8B35.

Border color

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

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

This div border color is #7A8B35.

Opacity

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

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

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

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

This text has shadow with #7A8B35 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A8B35.

Preview

Color preview on black background

This text has color #7A8B35 on black background.


Color preview on white background

This text has color #7A8B35 on white background.


Black color preview on #7A8B35 background

This text has black color on #7A8B35 background.


White color preview on #7A8B35 background

This text has white color on #7A8B35 background.


Related colors

Complementary color

Complementary color for #hex is #8574CA.


I love getcolorcode.com

Triadic colors

1 #357A8B and #8B357A with #7A8B35 are triadic colors.

2 #358B7A and #8B7A35 with #7A8B35 are triadic colors.