COLOR #7A945D

HEX: #7A945D RGB: (122,148,93)

Color info

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

RGB color model

#7A945D color RGB value is (122,148,93).

RGB: (122,148,93) (48%, 58%, 36%)

RGB channels and saturation

R 122 of 255 = 48%
G 148 of 255 = 58%
B 93 of 255 = 36%

122
148
93

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

Portions of RGB colors in percentages

R + G + B = 122 + 148 + 93 = 363 (100%)
R 122 of 363 ~ 33.61%
G 148 of 363 ~ 40.77%
B 93 of 363 ~ 25.62'%

%33.61
%40.77
%25.62

CMYK color model

#7A945D color CMYK value is (18,0,37,42).

  • cyan value is 17.57%
  • magenta value is 0.00%
  • yellow value is 37.16%
  • key color value is 41.96%

CMYK: (18,0,37,42)
C18M0Y37K42 (18%, 0%, 37%, 42%)
(0.18 / 0.00 / 0.37 / 0.42)

CMYK percentages

%17.57
%0
%37.16
%41.96

Codes

Color #7A945D in popluar color models

7A 94 5D
RGB 122 148 93
HSL 88° 22.82% 47.25%
HSB/HSV 88° 37.16% 58.04%
CMYK 17.57% 0.00% 37.16%
41.96%

Color #7A945D in popluar number systems.

HEX 7A 94 5D
Decimal 122 148 93
Binary 1111010 10010100 1011101
Octal 172 224 135

Shades and tints

Shades of #7A945D

#7A945D
(122,148,93)
#6F8755
(111,135,85)
#647A4D
(100,122,77)
#596D45
(89,109,69)
#4E603D
(78,96,61)
#435335
(67,83,53)
#38462D
(56,70,45)
#2D3925
(45,57,37)
#222C1D
(34,44,29)
#171F15
(23,31,21)
#0C120D
(12,18,13)
#000000
(0,0,0)

Tints of #7A945D

#7A945D
(122,148,93)
#869D6B
(134,157,107)
#92A679
(146,166,121)
#9EAF87
(158,175,135)
#AAB895
(170,184,149)
#B6C1A3
(182,193,163)
#C2CAB1
(194,202,177)
#CED3BF
(206,211,191)
#DADCCD
(218,220,205)
#E6E5DB
(230,229,219)
#F2EEE9
(242,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A945D; }

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

This text font color is #7A945D.

Background Color

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

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

This div background color is #7A945D.

Border color

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

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

This div border color is #7A945D.

Opacity

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

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

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

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

This text has shadow with #7A945D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A945D.

Preview

Color preview on black background

This text has color #7A945D on black background.


Color preview on white background

This text has color #7A945D on white background.


Black color preview on #7A945D background

This text has black color on #7A945D background.


White color preview on #7A945D background

This text has white color on #7A945D background.


Related colors

Complementary color

Complementary color for #hex is #856BA2.


I love getcolorcode.com

Triadic colors

1 #5D7A94 and #945D7A with #7A945D are triadic colors.

2 #5D947A and #947A5D with #7A945D are triadic colors.