COLOR #7A8B5D

HEX: #7A8B5D
RGB: (122,139,93)

Color info

#7A8B5D contains red, green and blue colors in about the same proportion. Web safe color of #7A8B5D is #669966 (or #696).

RGB color model

#7A8B5D color RGB value is (122,139,93).

  • red value is 122;
  • green value is 139;
  • blue value is 93.
RGB:
(122,139,93)
(48%,55%,36%)

RGB channels and saturation

R 122 of 255 = 48%
G 139 of 255 = 55%
B 93 of 255 = 36%

122
139
93

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

Portions of RGB colors in percentages

R + G + B =
122 + 139 + 93 = 354 (100%)
R 122 of 354 ~ 34.46%
G 139 of 354 ~ 39.27%
B 93 of 354 ~ 26.27%

%34.46
%39.27
%26.27

CMYK color model

#7A8B5D color CMYK value is (12,0,33,45).

  • cyan value is 12.23%
  • magenta value is 0.00%
  • yellow value is 33.09%
  • key color value is 45.49%
CMYK:
(12,0,33,45)
C12M0Y33K45 
(12%,0%,33%,45%)
(0.12/0.00/0.33/0.45)	

CMYK percentages

%12.23
%0
%33.09
%45.49

Codes

Color #7A8B5D in popluar color models

7A8B5D
RGB12213993
HSL82°19.83%45.49%
HSB/HSV82°33.09%54.51%
CMYK12.23%0.00%33.09%
45.49%

Color #7A8B5D in popluar number systems.

HEX7A8B5D
Decimal12213993
Binary1111010100010111011101
Octal172213135

Shades and tints

Shades of #7A8B5D

#7A8B5D
(122,139,93)
#6F7F55
(111,127,85)
#64734D
(100,115,77)
#596745
(89,103,69)
#4E5B3D
(78,91,61)
#434F35
(67,79,53)
#38432D
(56,67,45)
#2D3725
(45,55,37)
#222B1D
(34,43,29)
#171F15
(23,31,21)
#0C130D
(12,19,13)
#000000
(0,0,0)

Tints of #7A8B5D

#7A8B5D
(122,139,93)
#86956B
(134,149,107)
#929F79
(146,159,121)
#9EA987
(158,169,135)
#AAB395
(170,179,149)
#B6BDA3
(182,189,163)
#C2C7B1
(194,199,177)
#CED1BF
(206,209,191)
#DADBCD
(218,219,205)
#E6E5DB
(230,229,219)
#F2EFE9
(242,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A8B5D; }

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

This text font color is #7A8B5D.


Background Color

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

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

This div background color is #7A8B5D.


Border color

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

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

This div border color is #7A8B5D.


Opacity

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

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

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

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

This text has shadow with #7A8B5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A8B5D on black background.


Color preview on white background

This text has color #7A8B5D on white background.



Black color preview on #7A8B5D background

This text has black color on #7A8B5D background.


White color preview on #7A8B5D background

This text has white color on #7A8B5D background.