COLOR #7D8380

HEX: #7D8380
RGB: (125,131,128)

Renk bilgisi

#7D8380 contains red, green and blue colors in about the same proportion. #7D8380 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

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

  • kırmız ton 125;
  • yeşil ton 131;
  • mavi ton 128.
RGB:
(125,131,128)
(49%,51%,50%)

RGB bağlantıları ve doygunluk

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

125
131
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 131 + 128 = 384 (100%)
R 125 of 384 ~ 32.55%
G 131 of 384 ~ 34.11%
B 128 of 384 ~ 33.33%

%32.55
%34.11
%33.33

CMYK RENK MODELİ

#7D8380 rengi CMYK tonu (5,0,2,49).

  • camgöbeği tonu 4.58%
  • eflatun tonu 0.00%
  • sarı tonu 2.29%
  • ana renk tonu 48.63%
CMYK:
(5,0,2,49)
C5M0Y2K49 
(5%,0%,2%,49%)
(0.05/0.00/0.02/0.49)	

CMYK yüzdeleri

%4.58
%0
%2.29
%48.63

Codes

Color #7D8380 in popluar color models

7D8380
RGB125131128
HSL150°2.36%50.20%
HSB/HSV150°4.58%51.37%
CMYK4.58%0.00%2.29%
48.63%

Color #7D8380 in popluar number systems.

HEX7D8380
Decimal125131128
Binary11111011000001110000000
Octal175203200

Shades and tints

Shades of #7D8380

#7D8380
(125,131,128)
#727875
(114,120,117)
#676D6A
(103,109,106)
#5C625F
(92,98,95)
#515754
(81,87,84)
#464C49
(70,76,73)
#3B413E
(59,65,62)
#303633
(48,54,51)
#252B28
(37,43,40)
#1A201D
(26,32,29)
#0F1512
(15,21,18)
#000000
(0,0,0)

Tints of #7D8380

#7D8380
(125,131,128)
#888E8B
(136,142,139)
#939996
(147,153,150)
#9EA4A1
(158,164,161)
#A9AFAC
(169,175,172)
#B4BAB7
(180,186,183)
#BFC5C2
(191,197,194)
#CAD0CD
(202,208,205)
#D5DBD8
(213,219,216)
#E0E6E3
(224,230,227)
#EBF1EE
(235,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D8380; }

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

This text font color is #7D8380.


Background Color

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

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

This div background color is #7D8380.


Border color

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

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

This div border color is #7D8380.


Opacity

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

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

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

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

This text has shadow with #7D8380 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D8380 on black background.


Color preview on white background

This text has color #7D8380 on white background.



Black color preview on #7D8380 background

This text has black color on #7D8380 background.


White color preview on #7D8380 background

This text has white color on #7D8380 background.