COLOR #7D8584

HEX: #7D8584
RGB: (125,133,132)

Renk bilgisi

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

RGB renk modeli

#7D8584 color RGB value is (125,133,132).

  • kırmız ton 125;
  • yeşil ton 133;
  • mavi ton 132.
RGB:
(125,133,132)
(49%,52%,52%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 133 of 255 = 52%
B 132 of 255 = 52%

125
133
132

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 133 + 132 = 390 (100%)
R 125 of 390 ~ 32.05%
G 133 of 390 ~ 34.1%
B 132 of 390 ~ 33.85%

%32.05
%34.1
%33.85

CMYK RENK MODELİ

#7D8584 rengi CMYK tonu (6,0,1,48).

  • camgöbeği tonu 6.02%
  • eflatun tonu 0.00%
  • sarı tonu 0.75%
  • ana renk tonu 47.84%
CMYK:
(6,0,1,48)
C6M0Y1K48 
(6%,0%,1%,48%)
(0.06/0.00/0.01/0.48)	

CMYK yüzdeleri

%6.02
%0
%0.75
%47.84

Codes

Color #7D8584 in popluar color models

7D8584
RGB125133132
HSL173°3.17%50.59%
HSB/HSV173°6.02%52.16%
CMYK6.02%0.00%0.75%
47.84%

Color #7D8584 in popluar number systems.

HEX7D8584
Decimal125133132
Binary11111011000010110000100
Octal175205204

Shades and tints

Shades of #7D8584

#7D8584
(125,133,132)
#727978
(114,121,120)
#676D6C
(103,109,108)
#5C6160
(92,97,96)
#515554
(81,85,84)
#464948
(70,73,72)
#3B3D3C
(59,61,60)
#303130
(48,49,48)
#252524
(37,37,36)
#1A1918
(26,25,24)
#0F0D0C
(15,13,12)
#000000
(0,0,0)

Tints of #7D8584

#7D8584
(125,133,132)
#88908F
(136,144,143)
#939B9A
(147,155,154)
#9EA6A5
(158,166,165)
#A9B1B0
(169,177,176)
#B4BCBB
(180,188,187)
#BFC7C6
(191,199,198)
#CAD2D1
(202,210,209)
#D5DDDC
(213,221,220)
#E0E8E7
(224,232,231)
#EBF3F2
(235,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D8584; }

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

This text font color is #7D8584.


Background Color

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

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

This div background color is #7D8584.


Border color

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

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

This div border color is #7D8584.


Opacity

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

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

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

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

This text has shadow with #7D8584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D8584 on black background.


Color preview on white background

This text has color #7D8584 on white background.



Black color preview on #7D8584 background

This text has black color on #7D8584 background.


White color preview on #7D8584 background

This text has white color on #7D8584 background.