COLOR #7D8381

HEX: #7D8381
RGB: (125,131,129)

Color info

#7D8381 contains red, green and blue colors in about the same proportion. Web safe color of #7D8381 is #669999 (or #699).

RGB color model

#7D8381 color RGB value is (125,131,129).

  • red value is 125;
  • green value is 131;
  • blue value is 129.
RGB:
(125,131,129)
(49%,51%,51%)

RGB channels and saturation

R 125 of 255 = 49%
G 131 of 255 = 51%
B 129 of 255 = 51%

125
131
129

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

Portions of RGB colors in percentages

R + G + B =
125 + 131 + 129 = 385 (100%)
R 125 of 385 ~ 32.47%
G 131 of 385 ~ 34.03%
B 129 of 385 ~ 33.51%

%32.47
%34.03
%33.51

CMYK color model

#7D8381 color CMYK value is (5,0,2,49).

  • cyan value is 4.58%
  • magenta value is 0.00%
  • yellow value is 1.53%
  • key color value is 48.63%
CMYK:
(5,0,2,49)
C5M0Y2K49 
(5%,0%,2%,49%)
(0.05/0.00/0.02/0.49)	

CMYK percentages

%4.58
%0
%1.53
%48.63

Codes

Color #7D8381 in popluar color models

7D8381
RGB125131129
HSL160°2.36%50.20%
HSB/HSV160°4.58%51.37%
CMYK4.58%0.00%1.53%
48.63%

Color #7D8381 in popluar number systems.

HEX7D8381
Decimal125131129
Binary11111011000001110000001
Octal175203201

Shades and tints

Shades of #7D8381

#7D8381
(125,131,129)
#727876
(114,120,118)
#676D6B
(103,109,107)
#5C6260
(92,98,96)
#515755
(81,87,85)
#464C4A
(70,76,74)
#3B413F
(59,65,63)
#303634
(48,54,52)
#252B29
(37,43,41)
#1A201E
(26,32,30)
#0F1513
(15,21,19)
#000000
(0,0,0)

Tints of #7D8381

#7D8381
(125,131,129)
#888E8C
(136,142,140)
#939997
(147,153,151)
#9EA4A2
(158,164,162)
#A9AFAD
(169,175,173)
#B4BAB8
(180,186,184)
#BFC5C3
(191,197,195)
#CAD0CE
(202,208,206)
#D5DBD9
(213,219,217)
#E0E6E4
(224,230,228)
#EBF1EF
(235,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D8381; }

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

This text font color is #7D8381.


Background Color

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

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

This div background color is #7D8381.


Border color

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

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

This div border color is #7D8381.


Opacity

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

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

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

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

This text has shadow with #7D8381 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D8381 on black background.


Color preview on white background

This text has color #7D8381 on white background.



Black color preview on #7D8381 background

This text has black color on #7D8381 background.


White color preview on #7D8381 background

This text has white color on #7D8381 background.