COLOR #7D9393

HEX: #7D9393
RGB: (125,147,147)

Color info

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

RGB color model

#7D9393 color RGB value is (125,147,147).

  • red value is 125;
  • green value is 147;
  • blue value is 147.
RGB:
(125,147,147)
(49%,58%,58%)

RGB channels and saturation

R 125 of 255 = 49%
G 147 of 255 = 58%
B 147 of 255 = 58%

125
147
147

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

Portions of RGB colors in percentages

R + G + B =
125 + 147 + 147 = 419 (100%)
R 125 of 419 ~ 29.83%
G 147 of 419 ~ 35.08%
B 147 of 419 ~ 35.08%

%29.83
%35.08
%35.08

CMYK color model

#7D9393 color CMYK value is (15,0,0,42).

  • cyan value is 14.97%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(15,0,0,42)
C15M0Y0K42 
(15%,0%,0%,42%)
(0.15/0.00/0.00/0.42)	

CMYK percentages

%14.97
%0
%0
%42.35

Codes

Color #7D9393 in popluar color models

7D9393
RGB125147147
HSL180°9.24%53.33%
HSB/HSV180°14.97%57.65%
CMYK14.97%0.00%0.00%
42.35%

Color #7D9393 in popluar number systems.

HEX7D9393
Decimal125147147
Binary11111011001001110010011
Octal175223223

Shades and tints

Shades of #7D9393

#7D9393
(125,147,147)
#728686
(114,134,134)
#677979
(103,121,121)
#5C6C6C
(92,108,108)
#515F5F
(81,95,95)
#465252
(70,82,82)
#3B4545
(59,69,69)
#303838
(48,56,56)
#252B2B
(37,43,43)
#1A1E1E
(26,30,30)
#0F1111
(15,17,17)
#000000
(0,0,0)

Tints of #7D9393

#7D9393
(125,147,147)
#889C9C
(136,156,156)
#93A5A5
(147,165,165)
#9EAEAE
(158,174,174)
#A9B7B7
(169,183,183)
#B4C0C0
(180,192,192)
#BFC9C9
(191,201,201)
#CAD2D2
(202,210,210)
#D5DBDB
(213,219,219)
#E0E4E4
(224,228,228)
#EBEDED
(235,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D9393; }

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

This text font color is #7D9393.


Background Color

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

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

This div background color is #7D9393.


Border color

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

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

This div border color is #7D9393.


Opacity

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

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

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

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

This text has shadow with #7D9393 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D9393 on black background.


Color preview on white background

This text has color #7D9393 on white background.



Black color preview on #7D9393 background

This text has black color on #7D9393 background.


White color preview on #7D9393 background

This text has white color on #7D9393 background.