COLOR #7D596E

HEX: #7D596E
RGB: (125,89,110)

Renk bilgisi

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

RGB renk modeli

#7D596E color RGB value is (125,89,110).

  • kırmız ton 125;
  • yeşil ton 89;
  • mavi ton 110.
RGB:
(125,89,110)
(49%,35%,43%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 89 of 255 = 35%
B 110 of 255 = 43%

125
89
110

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 89 + 110 = 324 (100%)
R 125 of 324 ~ 38.58%
G 89 of 324 ~ 27.47%
B 110 of 324 ~ 33.95%

%38.58
%27.47
%33.95

CMYK RENK MODELİ

#7D596E rengi CMYK tonu (0,29,12,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 28.80%
  • sarı tonu 12.00%
  • ana renk tonu 50.98%
CMYK:
(0,29,12,51)
C0M29Y12K51 
(0%,29%,12%,51%)
(0.00/0.29/0.12/0.51)	

CMYK yüzdeleri

%0
%28.8
%12
%50.98

Codes

Color #7D596E in popluar color models

7D596E
RGB12589110
HSL325°16.82%41.96%
HSB/HSV325°28.80%49.02%
CMYK0.00%28.80%12.00%
50.98%

Color #7D596E in popluar number systems.

HEX7D596E
Decimal12589110
Binary111110110110011101110
Octal175131156

Shades and tints

Shades of #7D596E

#7D596E
(125,89,110)
#725164
(114,81,100)
#67495A
(103,73,90)
#5C4150
(92,65,80)
#513946
(81,57,70)
#46313C
(70,49,60)
#3B2932
(59,41,50)
#302128
(48,33,40)
#25191E
(37,25,30)
#1A1114
(26,17,20)
#0F090A
(15,9,10)
#000000
(0,0,0)

Tints of #7D596E

#7D596E
(125,89,110)
#88687B
(136,104,123)
#937788
(147,119,136)
#9E8695
(158,134,149)
#A995A2
(169,149,162)
#B4A4AF
(180,164,175)
#BFB3BC
(191,179,188)
#CAC2C9
(202,194,201)
#D5D1D6
(213,209,214)
#E0E0E3
(224,224,227)
#EBEFF0
(235,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D596E; }

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

This text font color is #7D596E.


Background Color

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

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

This div background color is #7D596E.


Border color

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

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

This div border color is #7D596E.


Opacity

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

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

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

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

This text has shadow with #7D596E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D596E on black background.


Color preview on white background

This text has color #7D596E on white background.



Black color preview on #7D596E background

This text has black color on #7D596E background.


White color preview on #7D596E background

This text has white color on #7D596E background.