COLOR #7D8388

HEX: #7D8388
RGB: (125,131,136)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

125
131
136

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

Portions of RGB colors in percentages

R + G + B =
125 + 131 + 136 = 392 (100%)
R 125 of 392 ~ 31.89%
G 131 of 392 ~ 33.42%
B 136 of 392 ~ 34.69%

%31.89
%33.42
%34.69

CMYK color model

#7D8388 color CMYK value is (8,4,0,47).

  • cyan value is 8.09%
  • magenta value is 3.68%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(8,4,0,47)
C8M4Y0K47 
(8%,4%,0%,47%)
(0.08/0.04/0.00/0.47)	

CMYK percentages

%8.09
%3.68
%0
%46.67

Codes

Color #7D8388 in popluar color models

7D8388
RGB125131136
HSL207°4.42%51.18%
HSB/HSV207°8.09%53.33%
CMYK8.09%3.68%0.00%
46.67%

Color #7D8388 in popluar number systems.

HEX7D8388
Decimal125131136
Binary11111011000001110001000
Octal175203210

Shades and tints

Shades of #7D8388

#7D8388
(125,131,136)
#72787C
(114,120,124)
#676D70
(103,109,112)
#5C6264
(92,98,100)
#515758
(81,87,88)
#464C4C
(70,76,76)
#3B4140
(59,65,64)
#303634
(48,54,52)
#252B28
(37,43,40)
#1A201C
(26,32,28)
#0F1510
(15,21,16)
#000000
(0,0,0)

Tints of #7D8388

#7D8388
(125,131,136)
#888E92
(136,142,146)
#93999C
(147,153,156)
#9EA4A6
(158,164,166)
#A9AFB0
(169,175,176)
#B4BABA
(180,186,186)
#BFC5C4
(191,197,196)
#CAD0CE
(202,208,206)
#D5DBD8
(213,219,216)
#E0E6E2
(224,230,226)
#EBF1EC
(235,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D8388; }

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

This text font color is #7D8388.


Background Color

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

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

This div background color is #7D8388.


Border color

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

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

This div border color is #7D8388.


Opacity

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

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

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

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

This text has shadow with #7D8388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D8388 on black background.


Color preview on white background

This text has color #7D8388 on white background.



Black color preview on #7D8388 background

This text has black color on #7D8388 background.


White color preview on #7D8388 background

This text has white color on #7D8388 background.