COLOR #7D596A

HEX: #7D596A
RGB: (125,89,106)

Renk bilgisi

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

RGB renk modeli

#7D596A color RGB value is (125,89,106).

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

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 89 of 255 = 35%
B 106 of 255 = 42%

125
89
106

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 89 + 106 = 320 (100%)
R 125 of 320 ~ 39.06%
G 89 of 320 ~ 27.81%
B 106 of 320 ~ 33.13%

%39.06
%27.81
%33.13

CMYK RENK MODELİ

#7D596A rengi CMYK tonu (0,29,15,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 28.80%
  • sarı tonu 15.20%
  • ana renk tonu 50.98%
CMYK:
(0,29,15,51)
C0M29Y15K51 
(0%,29%,15%,51%)
(0.00/0.29/0.15/0.51)	

CMYK yüzdeleri

%0
%28.8
%15.2
%50.98

Codes

Color #7D596A in popluar color models

7D596A
RGB12589106
HSL332°16.82%41.96%
HSB/HSV332°28.80%49.02%
CMYK0.00%28.80%15.20%
50.98%

Color #7D596A in popluar number systems.

HEX7D596A
Decimal12589106
Binary111110110110011101010
Octal175131152

Shades and tints

Shades of #7D596A

#7D596A
(125,89,106)
#725161
(114,81,97)
#674958
(103,73,88)
#5C414F
(92,65,79)
#513946
(81,57,70)
#46313D
(70,49,61)
#3B2934
(59,41,52)
#30212B
(48,33,43)
#251922
(37,25,34)
#1A1119
(26,17,25)
#0F0910
(15,9,16)
#000000
(0,0,0)

Tints of #7D596A

#7D596A
(125,89,106)
#886877
(136,104,119)
#937784
(147,119,132)
#9E8691
(158,134,145)
#A9959E
(169,149,158)
#B4A4AB
(180,164,171)
#BFB3B8
(191,179,184)
#CAC2C5
(202,194,197)
#D5D1D2
(213,209,210)
#E0E0DF
(224,224,223)
#EBEFEC
(235,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D596A; }

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

This text font color is #7D596A.


Background Color

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

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

This div background color is #7D596A.


Border color

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

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

This div border color is #7D596A.


Opacity

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

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

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

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

This text has shadow with #7D596A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D596A on black background.


Color preview on white background

This text has color #7D596A on white background.



Black color preview on #7D596A background

This text has black color on #7D596A background.


White color preview on #7D596A background

This text has white color on #7D596A background.