COLOR #7D834D

HEX: #7D834D RGB: (125,131,77)

Color info

#7D834D contains red, green and blue colors in about the same proportion. Web safe color of #7D834D is #669933 (or #693).

RGB color model

#7D834D color RGB value is (125,131,77).

RGB: (125,131,77) (49%, 51%, 30%)

RGB channels and saturation

R 125 of 255 = 49%
G 131 of 255 = 51%
B 77 of 255 = 30%

125
131
77

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

Portions of RGB colors in percentages

R + G + B = 125 + 131 + 77 = 333 (100%)
R 125 of 333 ~ 37.54%
G 131 of 333 ~ 39.34%
B 77 of 333 ~ 23.12'%

%37.54
%39.34
%23.12

CMYK color model

#7D834D color CMYK value is (5,0,41,49).

  • cyan value is 4.58%
  • magenta value is 0.00%
  • yellow value is 41.22%
  • key color value is 48.63%

CMYK: (5,0,41,49)
C5M0Y41K49 (5%, 0%, 41%, 49%)
(0.05 / 0.00 / 0.41 / 0.49)

CMYK percentages

%4.58
%0
%41.22
%48.63

Codes

Color #7D834D in popluar color models

7D 83 4D
RGB 125 131 77
HSL 67° 25.96% 40.78%
HSB/HSV 67° 41.22% 51.37%
CMYK 4.58% 0.00% 41.22%
48.63%

Color #7D834D in popluar number systems.

HEX 7D 83 4D
Decimal 125 131 77
Binary 1111101 10000011 1001101
Octal 175 203 115

Shades and tints

Shades of #7D834D

#7D834D
(125,131,77)
#727846
(114,120,70)
#676D3F
(103,109,63)
#5C6238
(92,98,56)
#515731
(81,87,49)
#464C2A
(70,76,42)
#3B4123
(59,65,35)
#30361C
(48,54,28)
#252B15
(37,43,21)
#1A200E
(26,32,14)
#0F1507
(15,21,7)
#000000
(0,0,0)

Tints of #7D834D

#7D834D
(125,131,77)
#888E5D
(136,142,93)
#93996D
(147,153,109)
#9EA47D
(158,164,125)
#A9AF8D
(169,175,141)
#B4BA9D
(180,186,157)
#BFC5AD
(191,197,173)
#CAD0BD
(202,208,189)
#D5DBCD
(213,219,205)
#E0E6DD
(224,230,221)
#EBF1ED
(235,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D834D color. Also use rgb(125,131,77) instead hex code.

Text Font Color

.myTextColor { color: #7D834D; }

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

This text font color is #7D834D.

Background Color

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

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

This div background color is #7D834D.

Border color

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

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

This div border color is #7D834D.

Opacity

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

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

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

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

This text has shadow with #7D834D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D834D.

Preview

Color preview on black background

This text has color #7D834D on black background.


Color preview on white background

This text has color #7D834D on white background.


Black color preview on #7D834D background

This text has black color on #7D834D background.


White color preview on #7D834D background

This text has white color on #7D834D background.


Related colors

Complementary color

Complementary color for #hex is #827CB2.


I love getcolorcode.com

Triadic colors

1 #4D7D83 and #834D7D with #7D834D are triadic colors.

2 #4D837D and #837D4D with #7D834D are triadic colors.