COLOR #7D8581

HEX: #7D8581
RGB: (125,133,129)

Color info

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

RGB color model

#7D8581 color RGB value is (125,133,129).

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

RGB channels and saturation

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

125
133
129

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

Portions of RGB colors in percentages

R + G + B =
125 + 133 + 129 = 387 (100%)
R 125 of 387 ~ 32.3%
G 133 of 387 ~ 34.37%
B 129 of 387 ~ 33.33%

%32.3
%34.37
%33.33

CMYK color model

#7D8581 color CMYK value is (6,0,3,48).

  • cyan value is 6.02%
  • magenta value is 0.00%
  • yellow value is 3.01%
  • key color value is 47.84%
CMYK:
(6,0,3,48)
C6M0Y3K48 
(6%,0%,3%,48%)
(0.06/0.00/0.03/0.48)	

CMYK percentages

%6.02
%0
%3.01
%47.84

Codes

Color #7D8581 in popluar color models

7D8581
RGB125133129
HSL150°3.17%50.59%
HSB/HSV150°6.02%52.16%
CMYK6.02%0.00%3.01%
47.84%

Color #7D8581 in popluar number systems.

HEX7D8581
Decimal125133129
Binary11111011000010110000001
Octal175205201

Shades and tints

Shades of #7D8581

#7D8581
(125,133,129)
#727976
(114,121,118)
#676D6B
(103,109,107)
#5C6160
(92,97,96)
#515555
(81,85,85)
#46494A
(70,73,74)
#3B3D3F
(59,61,63)
#303134
(48,49,52)
#252529
(37,37,41)
#1A191E
(26,25,30)
#0F0D13
(15,13,19)
#000000
(0,0,0)

Tints of #7D8581

#7D8581
(125,133,129)
#88908C
(136,144,140)
#939B97
(147,155,151)
#9EA6A2
(158,166,162)
#A9B1AD
(169,177,173)
#B4BCB8
(180,188,184)
#BFC7C3
(191,199,195)
#CAD2CE
(202,210,206)
#D5DDD9
(213,221,217)
#E0E8E4
(224,232,228)
#EBF3EF
(235,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D8581; }

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

This text font color is #7D8581.


Background Color

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

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

This div background color is #7D8581.


Border color

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

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

This div border color is #7D8581.


Opacity

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

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

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

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

This text has shadow with #7D8581 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D8581 on black background.


Color preview on white background

This text has color #7D8581 on white background.



Black color preview on #7D8581 background

This text has black color on #7D8581 background.


White color preview on #7D8581 background

This text has white color on #7D8581 background.