COLOR #7D845D

HEX: #7D845D RGB: (125,132,93)

Color info

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

RGB color model

#7D845D color RGB value is (125,132,93).

RGB: (125,132,93) (49%, 52%, 36%)

RGB channels and saturation

R 125 of 255 = 49%
G 132 of 255 = 52%
B 93 of 255 = 36%

125
132
93

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

Portions of RGB colors in percentages

R + G + B = 125 + 132 + 93 = 350 (100%)
R 125 of 350 ~ 35.71%
G 132 of 350 ~ 37.71%
B 93 of 350 ~ 26.57'%

%35.71
%37.71
%26.57

CMYK color model

#7D845D color CMYK value is (5,0,30,48).

  • cyan value is 5.30%
  • magenta value is 0.00%
  • yellow value is 29.55%
  • key color value is 48.24%
CMYK: (5,0,30,48) C5M0Y30K48 (5%,0%,30%,48%) (0.05/0.00/0.30/0.48) 

CMYK percentages

%5.3
%0
%29.55
%48.24

Codes

Color #7D845D in popluar color models

7D 84 5D
RGB 125 132 93
HSL 71° 17.33% 44.12%
HSB/HSV 71° 29.55% 51.76%
CMYK 5.30% 0.00% 29.55%
48.24%

Color #7D845D in popluar number systems.

HEX 7D 84 5D
Decimal 125 132 93
Binary 1111101 10000100 1011101
Octal 175 204 135

Shades and tints

Shades of #7D845D

#7D845D
(125,132,93)
#727855
(114,120,85)
#676C4D
(103,108,77)
#5C6045
(92,96,69)
#51543D
(81,84,61)
#464835
(70,72,53)
#3B3C2D
(59,60,45)
#303025
(48,48,37)
#25241D
(37,36,29)
#1A1815
(26,24,21)
#0F0C0D
(15,12,13)
#000000
(0,0,0)

Tints of #7D845D

#7D845D
(125,132,93)
#888F6B
(136,143,107)
#939A79
(147,154,121)
#9EA587
(158,165,135)
#A9B095
(169,176,149)
#B4BBA3
(180,187,163)
#BFC6B1
(191,198,177)
#CAD1BF
(202,209,191)
#D5DCCD
(213,220,205)
#E0E7DB
(224,231,219)
#EBF2E9
(235,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D845D; }

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

This text font color is #7D845D.

Background Color

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

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

This div background color is #7D845D.

Border color

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

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

This div border color is #7D845D.

Opacity

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

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

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

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

This text has shadow with #7D845D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D845D.

Preview

Color preview on black background

This text has color #7D845D on black background.


Color preview on white background

This text has color #7D845D on white background.


Black color preview on #7D845D background

This text has black color on #7D845D background.


White color preview on #7D845D background

This text has white color on #7D845D background.


Related colors

Complementary color

Complementary color for #hex is #827BA2.


I love getcolorcode.com

Triadic colors

1 #5D7D84 and #845D7D with #7D845D are triadic colors.

2 #5D847D and #847D5D with #7D845D are triadic colors.