COLOR #7D8E67

HEX: #7D8E67
RGB: (125,142,103)

Color info

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

RGB color model

#7D8E67 color RGB value is (125,142,103).

  • red value is 125;
  • green value is 142;
  • blue value is 103.
RGB:
(125,142,103)
(49%,56%,40%)

RGB channels and saturation

R 125 of 255 = 49%
G 142 of 255 = 56%
B 103 of 255 = 40%

125
142
103

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

Portions of RGB colors in percentages

R + G + B =
125 + 142 + 103 = 370 (100%)
R 125 of 370 ~ 33.78%
G 142 of 370 ~ 38.38%
B 103 of 370 ~ 27.84%

%33.78
%38.38
%27.84

CMYK color model

#7D8E67 color CMYK value is (12,0,27,44).

  • cyan value is 11.97%
  • magenta value is 0.00%
  • yellow value is 27.46%
  • key color value is 44.31%
CMYK:
(12,0,27,44)
C12M0Y27K44 
(12%,0%,27%,44%)
(0.12/0.00/0.27/0.44)	

CMYK percentages

%11.97
%0
%27.46
%44.31

Codes

Color #7D8E67 in popluar color models

7D8E67
RGB125142103
HSL86°15.92%48.04%
HSB/HSV86°27.46%55.69%
CMYK11.97%0.00%27.46%
44.31%

Color #7D8E67 in popluar number systems.

HEX7D8E67
Decimal125142103
Binary1111101100011101100111
Octal175216147

Shades and tints

Shades of #7D8E67

#7D8E67
(125,142,103)
#72825E
(114,130,94)
#677655
(103,118,85)
#5C6A4C
(92,106,76)
#515E43
(81,94,67)
#46523A
(70,82,58)
#3B4631
(59,70,49)
#303A28
(48,58,40)
#252E1F
(37,46,31)
#1A2216
(26,34,22)
#0F160D
(15,22,13)
#000000
(0,0,0)

Tints of #7D8E67

#7D8E67
(125,142,103)
#889874
(136,152,116)
#93A281
(147,162,129)
#9EAC8E
(158,172,142)
#A9B69B
(169,182,155)
#B4C0A8
(180,192,168)
#BFCAB5
(191,202,181)
#CAD4C2
(202,212,194)
#D5DECF
(213,222,207)
#E0E8DC
(224,232,220)
#EBF2E9
(235,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D8E67 color. Also use rgb(125,142,103) instead hex code.

Text Font Color

.myTextColor { color: #7D8E67; }

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

This text font color is #7D8E67.


Background Color

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

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

This div background color is #7D8E67.


Border color

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

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

This div border color is #7D8E67.


Opacity

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

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

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

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

This text has shadow with #7D8E67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D8E67 on black background.


Color preview on white background

This text has color #7D8E67 on white background.



Black color preview on #7D8E67 background

This text has black color on #7D8E67 background.


White color preview on #7D8E67 background

This text has white color on #7D8E67 background.