COLOR #7D844D

HEX: #7D844D
RGB: (125,132,77)

Color info

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

RGB color model

#7D844D color RGB value is (125,132,77).

  • red value is 125;
  • green value is 132;
  • blue value is 77.
RGB:
(125,132,77)
(49%,52%,30%)

RGB channels and saturation

R 125 of 255 = 49%
G 132 of 255 = 52%
B 77 of 255 = 30%

125
132
77

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

Portions of RGB colors in percentages

R + G + B =
125 + 132 + 77 = 334 (100%)
R 125 of 334 ~ 37.43%
G 132 of 334 ~ 39.52%
B 77 of 334 ~ 23.05%

%37.43
%39.52
%23.05

CMYK color model

#7D844D color CMYK value is (5,0,42,48).

  • cyan value is 5.30%
  • magenta value is 0.00%
  • yellow value is 41.67%
  • key color value is 48.24%
CMYK:
(5,0,42,48)
C5M0Y42K48 
(5%,0%,42%,48%)
(0.05/0.00/0.42/0.48)	

CMYK percentages

%5.3
%0
%41.67
%48.24

Codes

Color #7D844D in popluar color models

7D844D
RGB12513277
HSL68°26.32%40.98%
HSB/HSV68°41.67%51.76%
CMYK5.30%0.00%41.67%
48.24%

Color #7D844D in popluar number systems.

HEX7D844D
Decimal12513277
Binary1111101100001001001101
Octal175204115

Shades and tints

Shades of #7D844D

#7D844D
(125,132,77)
#727846
(114,120,70)
#676C3F
(103,108,63)
#5C6038
(92,96,56)
#515431
(81,84,49)
#46482A
(70,72,42)
#3B3C23
(59,60,35)
#30301C
(48,48,28)
#252415
(37,36,21)
#1A180E
(26,24,14)
#0F0C07
(15,12,7)
#000000
(0,0,0)

Tints of #7D844D

#7D844D
(125,132,77)
#888F5D
(136,143,93)
#939A6D
(147,154,109)
#9EA57D
(158,165,125)
#A9B08D
(169,176,141)
#B4BB9D
(180,187,157)
#BFC6AD
(191,198,173)
#CAD1BD
(202,209,189)
#D5DCCD
(213,220,205)
#E0E7DD
(224,231,221)
#EBF2ED
(235,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D844D; }

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

This text font color is #7D844D.


Background Color

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

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

This div background color is #7D844D.


Border color

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

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

This div border color is #7D844D.


Opacity

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

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

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

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

This text has shadow with #7D844D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D844D on black background.


Color preview on white background

This text has color #7D844D on white background.



Black color preview on #7D844D background

This text has black color on #7D844D background.


White color preview on #7D844D background

This text has white color on #7D844D background.