COLOR #7D8359

HEX: #7D8359 RGB: (125,131,89)

Color info

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

RGB color model

#7D8359 color RGB value is (125,131,89).

RGB: (125,131,89) (49%, 51%, 35%)

RGB channels and saturation

R 125 of 255 = 49%
G 131 of 255 = 51%
B 89 of 255 = 35%

125
131
89

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

Portions of RGB colors in percentages

R + G + B = 125 + 131 + 89 = 345 (100%)
R 125 of 345 ~ 36.23%
G 131 of 345 ~ 37.97%
B 89 of 345 ~ 25.8'%

%36.23
%37.97
%25.8

CMYK color model

#7D8359 color CMYK value is (5,0,32,49).

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

CMYK: (5,0,32,49)
C5M0Y32K49 (5%, 0%, 32%, 49%)
(0.05 / 0.00 / 0.32 / 0.49)

CMYK percentages

%4.58
%0
%32.06
%48.63

Codes

Color #7D8359 in popluar color models

7D 83 59
RGB 125 131 89
HSL 69° 19.09% 43.14%
HSB/HSV 69° 32.06% 51.37%
CMYK 4.58% 0.00% 32.06%
48.63%

Color #7D8359 in popluar number systems.

HEX 7D 83 59
Decimal 125 131 89
Binary 1111101 10000011 1011001
Octal 175 203 131

Shades and tints

Shades of #7D8359

#7D8359
(125,131,89)
#727851
(114,120,81)
#676D49
(103,109,73)
#5C6241
(92,98,65)
#515739
(81,87,57)
#464C31
(70,76,49)
#3B4129
(59,65,41)
#303621
(48,54,33)
#252B19
(37,43,25)
#1A2011
(26,32,17)
#0F1509
(15,21,9)
#000000
(0,0,0)

Tints of #7D8359

#7D8359
(125,131,89)
#888E68
(136,142,104)
#939977
(147,153,119)
#9EA486
(158,164,134)
#A9AF95
(169,175,149)
#B4BAA4
(180,186,164)
#BFC5B3
(191,197,179)
#CAD0C2
(202,208,194)
#D5DBD1
(213,219,209)
#E0E6E0
(224,230,224)
#EBF1EF
(235,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D8359; }

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

This text font color is #7D8359.

Background Color

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

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

This div background color is #7D8359.

Border color

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

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

This div border color is #7D8359.

Opacity

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

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

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

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

This text has shadow with #7D8359 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D8359.

Preview

Color preview on black background

This text has color #7D8359 on black background.


Color preview on white background

This text has color #7D8359 on white background.


Black color preview on #7D8359 background

This text has black color on #7D8359 background.


White color preview on #7D8359 background

This text has white color on #7D8359 background.


Related colors

Complementary color

Complementary color for #hex is #827CA6.


I love getcolorcode.com

Triadic colors

1 #597D83 and #83597D with #7D8359 are triadic colors.

2 #59837D and #837D59 with #7D8359 are triadic colors.