COLOR #7D836F

HEX: #7D836F RGB: (125,131,111)

Color info

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

RGB color model

#7D836F color RGB value is (125,131,111).

RGB: (125,131,111) (49%, 51%, 44%)

RGB channels and saturation

R 125 of 255 = 49%
G 131 of 255 = 51%
B 111 of 255 = 44%

125
131
111

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

Portions of RGB colors in percentages

R + G + B = 125 + 131 + 111 = 367 (100%)
R 125 of 367 ~ 34.06%
G 131 of 367 ~ 35.69%
B 111 of 367 ~ 30.25'%

%34.06
%35.69
%30.25

CMYK color model

#7D836F color CMYK value is (5,0,15,49).

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

CMYK: (5,0,15,49)
C5M0Y15K49 (5%, 0%, 15%, 49%)
(0.05 / 0.00 / 0.15 / 0.49)

CMYK percentages

%4.58
%0
%15.27
%48.63

Codes

Color #7D836F in popluar color models

7D 83 6F
RGB 125 131 111
HSL 78° 8.26% 47.45%
HSB/HSV 78° 15.27% 51.37%
CMYK 4.58% 0.00% 15.27%
48.63%

Color #7D836F in popluar number systems.

HEX 7D 83 6F
Decimal 125 131 111
Binary 1111101 10000011 1101111
Octal 175 203 157

Shades and tints

Shades of #7D836F

#7D836F
(125,131,111)
#727865
(114,120,101)
#676D5B
(103,109,91)
#5C6251
(92,98,81)
#515747
(81,87,71)
#464C3D
(70,76,61)
#3B4133
(59,65,51)
#303629
(48,54,41)
#252B1F
(37,43,31)
#1A2015
(26,32,21)
#0F150B
(15,21,11)
#000000
(0,0,0)

Tints of #7D836F

#7D836F
(125,131,111)
#888E7C
(136,142,124)
#939989
(147,153,137)
#9EA496
(158,164,150)
#A9AFA3
(169,175,163)
#B4BAB0
(180,186,176)
#BFC5BD
(191,197,189)
#CAD0CA
(202,208,202)
#D5DBD7
(213,219,215)
#E0E6E4
(224,230,228)
#EBF1F1
(235,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D836F; }

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

This text font color is #7D836F.

Background Color

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

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

This div background color is #7D836F.

Border color

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

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

This div border color is #7D836F.

Opacity

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

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

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

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

This text has shadow with #7D836F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D836F.

Preview

Color preview on black background

This text has color #7D836F on black background.


Color preview on white background

This text has color #7D836F on white background.


Black color preview on #7D836F background

This text has black color on #7D836F background.


White color preview on #7D836F background

This text has white color on #7D836F background.


Related colors

Complementary color

Complementary color for #hex is #827C90.


I love getcolorcode.com

Triadic colors

1 #6F7D83 and #836F7D with #7D836F are triadic colors.

2 #6F837D and #837D6F with #7D836F are triadic colors.