COLOR #7D8383

HEX: #7D8383 RGB: (125,131,131)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

125
131
131

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

Portions of RGB colors in percentages

R + G + B = 125 + 131 + 131 = 387 (100%)
R 125 of 387 ~ 32.3%
G 131 of 387 ~ 33.85%
B 131 of 387 ~ 33.85'%

%32.3
%33.85
%33.85

CMYK color model

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

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

CMYK: (5,0,0,49)
C5M0Y0K49 (5%, 0%, 0%, 49%)
(0.05 / 0.00 / 0.00 / 0.49)

CMYK percentages

%4.58
%0
%0
%48.63

Codes

Color #7D8383 in popluar color models

7D 83 83
RGB 125 131 131
HSL 180° 2.36% 50.20%
HSB/HSV 180° 4.58% 51.37%
CMYK 4.58% 0.00% 0.00%
48.63%

Color #7D8383 in popluar number systems.

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

Shades and tints

Shades of #7D8383

#7D8383
(125,131,131)
#727878
(114,120,120)
#676D6D
(103,109,109)
#5C6262
(92,98,98)
#515757
(81,87,87)
#464C4C
(70,76,76)
#3B4141
(59,65,65)
#303636
(48,54,54)
#252B2B
(37,43,43)
#1A2020
(26,32,32)
#0F1515
(15,21,21)
#000000
(0,0,0)

Tints of #7D8383

#7D8383
(125,131,131)
#888E8E
(136,142,142)
#939999
(147,153,153)
#9EA4A4
(158,164,164)
#A9AFAF
(169,175,175)
#B4BABA
(180,186,186)
#BFC5C5
(191,197,197)
#CAD0D0
(202,208,208)
#D5DBDB
(213,219,219)
#E0E6E6
(224,230,230)
#EBF1F1
(235,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D8383; }

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

This text font color is #7D8383.

Background Color

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

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

This div background color is #7D8383.

Border color

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

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

This div border color is #7D8383.

Opacity

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

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

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

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

This text has shadow with #7D8383 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D8383.

Preview

Color preview on black background

This text has color #7D8383 on black background.


Color preview on white background

This text has color #7D8383 on white background.


Black color preview on #7D8383 background

This text has black color on #7D8383 background.


White color preview on #7D8383 background

This text has white color on #7D8383 background.


Related colors

Complementary color

Complementary color for #hex is #827C7C.


I love getcolorcode.com