COLOR #7D8583

HEX: #7D8583
RGB: (125,133,131)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

125
133
131

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

Portions of RGB colors in percentages

R + G + B =
125 + 133 + 131 = 389 (100%)
R 125 of 389 ~ 32.13%
G 133 of 389 ~ 34.19%
B 131 of 389 ~ 33.68%

%32.13
%34.19
%33.68

CMYK color model

#7D8583 color CMYK value is (6,0,2,48).

  • cyan value is 6.02%
  • magenta value is 0.00%
  • yellow value is 1.50%
  • key color value is 47.84%
CMYK:
(6,0,2,48)
C6M0Y2K48 
(6%,0%,2%,48%)
(0.06/0.00/0.02/0.48)	

CMYK percentages

%6.02
%0
%1.5
%47.84

Codes

Color #7D8583 in popluar color models

7D8583
RGB125133131
HSL165°3.17%50.59%
HSB/HSV165°6.02%52.16%
CMYK6.02%0.00%1.50%
47.84%

Color #7D8583 in popluar number systems.

HEX7D8583
Decimal125133131
Binary11111011000010110000011
Octal175205203

Shades and tints

Shades of #7D8583

#7D8583
(125,133,131)
#727978
(114,121,120)
#676D6D
(103,109,109)
#5C6162
(92,97,98)
#515557
(81,85,87)
#46494C
(70,73,76)
#3B3D41
(59,61,65)
#303136
(48,49,54)
#25252B
(37,37,43)
#1A1920
(26,25,32)
#0F0D15
(15,13,21)
#000000
(0,0,0)

Tints of #7D8583

#7D8583
(125,133,131)
#88908E
(136,144,142)
#939B99
(147,155,153)
#9EA6A4
(158,166,164)
#A9B1AF
(169,177,175)
#B4BCBA
(180,188,186)
#BFC7C5
(191,199,197)
#CAD2D0
(202,210,208)
#D5DDDB
(213,221,219)
#E0E8E6
(224,232,230)
#EBF3F1
(235,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D8583; }

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

This text font color is #7D8583.


Background Color

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

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

This div background color is #7D8583.


Border color

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

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

This div border color is #7D8583.


Opacity

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

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

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

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

This text has shadow with #7D8583 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D8583 on black background.


Color preview on white background

This text has color #7D8583 on white background.



Black color preview on #7D8583 background

This text has black color on #7D8583 background.


White color preview on #7D8583 background

This text has white color on #7D8583 background.