COLOR #7A863D

HEX: #7A863D RGB: (122,134,61)

Color info

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

RGB color model

#7A863D color RGB value is (122,134,61).

RGB: (122,134,61) (48%, 53%, 24%)

RGB channels and saturation

R 122 of 255 = 48%
G 134 of 255 = 53%
B 61 of 255 = 24%

122
134
61

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

Portions of RGB colors in percentages

R + G + B = 122 + 134 + 61 = 317 (100%)
R 122 of 317 ~ 38.49%
G 134 of 317 ~ 42.27%
B 61 of 317 ~ 19.24'%

%38.49
%42.27
%19.24

CMYK color model

#7A863D color CMYK value is (9,0,54,47).

  • cyan value is 8.96%
  • magenta value is 0.00%
  • yellow value is 54.48%
  • key color value is 47.45%

CMYK: (9,0,54,47)
C9M0Y54K47 (9%, 0%, 54%, 47%)
(0.09 / 0.00 / 0.54 / 0.47)

CMYK percentages

%8.96
%0
%54.48
%47.45

Codes

Color #7A863D in popluar color models

7A 86 3D
RGB 122 134 61
HSL 70° 37.44% 38.24%
HSB/HSV 70° 54.48% 52.55%
CMYK 8.96% 0.00% 54.48%
47.45%

Color #7A863D in popluar number systems.

HEX 7A 86 3D
Decimal 122 134 61
Binary 1111010 10000110 111101
Octal 172 206 75

Shades and tints

Shades of #7A863D

#7A863D
(122,134,61)
#6F7A38
(111,122,56)
#646E33
(100,110,51)
#59622E
(89,98,46)
#4E5629
(78,86,41)
#434A24
(67,74,36)
#383E1F
(56,62,31)
#2D321A
(45,50,26)
#222615
(34,38,21)
#171A10
(23,26,16)
#0C0E0B
(12,14,11)
#000000
(0,0,0)

Tints of #7A863D

#7A863D
(122,134,61)
#86914E
(134,145,78)
#929C5F
(146,156,95)
#9EA770
(158,167,112)
#AAB281
(170,178,129)
#B6BD92
(182,189,146)
#C2C8A3
(194,200,163)
#CED3B4
(206,211,180)
#DADEC5
(218,222,197)
#E6E9D6
(230,233,214)
#F2F4E7
(242,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A863D color. Also use rgb(122,134,61) instead hex code.

Text Font Color

.myTextColor { color: #7A863D; }

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

This text font color is #7A863D.

Background Color

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

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

This div background color is #7A863D.

Border color

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

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

This div border color is #7A863D.

Opacity

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

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

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

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

This text has shadow with #7A863D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A863D.

Preview

Color preview on black background

This text has color #7A863D on black background.


Color preview on white background

This text has color #7A863D on white background.


Black color preview on #7A863D background

This text has black color on #7A863D background.


White color preview on #7A863D background

This text has white color on #7A863D background.


Related colors

Complementary color

Complementary color for #hex is #8579C2.


I love getcolorcode.com

Triadic colors

1 #3D7A86 and #863D7A with #7A863D are triadic colors.

2 #3D867A and #867A3D with #7A863D are triadic colors.