COLOR #7D9594

HEX: #7D9594
RGB: (125,149,148)

Renk bilgisi

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

RGB renk modeli

#7D9594 color RGB value is (125,149,148).

  • kırmız ton 125;
  • yeşil ton 149;
  • mavi ton 148.
RGB:
(125,149,148)
(49%,58%,58%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 149 of 255 = 58%
B 148 of 255 = 58%

125
149
148

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 149 + 148 = 422 (100%)
R 125 of 422 ~ 29.62%
G 149 of 422 ~ 35.31%
B 148 of 422 ~ 35.07%

%29.62
%35.31
%35.07

CMYK RENK MODELİ

#7D9594 rengi CMYK tonu (16,0,1,42).

  • camgöbeği tonu 16.11%
  • eflatun tonu 0.00%
  • sarı tonu 0.67%
  • ana renk tonu 41.57%
CMYK:
(16,0,1,42)
C16M0Y1K42 
(16%,0%,1%,42%)
(0.16/0.00/0.01/0.42)	

CMYK yüzdeleri

%16.11
%0
%0.67
%41.57

Codes

Color #7D9594 in popluar color models

7D9594
RGB125149148
HSL178°10.17%53.73%
HSB/HSV178°16.11%58.43%
CMYK16.11%0.00%0.67%
41.57%

Color #7D9594 in popluar number systems.

HEX7D9594
Decimal125149148
Binary11111011001010110010100
Octal175225224

Shades and tints

Shades of #7D9594

#7D9594
(125,149,148)
#728887
(114,136,135)
#677B7A
(103,123,122)
#5C6E6D
(92,110,109)
#516160
(81,97,96)
#465453
(70,84,83)
#3B4746
(59,71,70)
#303A39
(48,58,57)
#252D2C
(37,45,44)
#1A201F
(26,32,31)
#0F1312
(15,19,18)
#000000
(0,0,0)

Tints of #7D9594

#7D9594
(125,149,148)
#889E9D
(136,158,157)
#93A7A6
(147,167,166)
#9EB0AF
(158,176,175)
#A9B9B8
(169,185,184)
#B4C2C1
(180,194,193)
#BFCBCA
(191,203,202)
#CAD4D3
(202,212,211)
#D5DDDC
(213,221,220)
#E0E6E5
(224,230,229)
#EBEFEE
(235,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D9594; }

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

This text font color is #7D9594.


Background Color

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

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

This div background color is #7D9594.


Border color

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

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

This div border color is #7D9594.


Opacity

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

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

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

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

This text has shadow with #7D9594 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D9594 on black background.


Color preview on white background

This text has color #7D9594 on white background.



Black color preview on #7D9594 background

This text has black color on #7D9594 background.


White color preview on #7D9594 background

This text has white color on #7D9594 background.