COLOR #7D5488

HEX: #7D5488
RGB: (125,84,136)

Renk bilgisi

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

RGB renk modeli

#7D5488 color RGB value is (125,84,136).

  • kırmız ton 125;
  • yeşil ton 84;
  • mavi ton 136.
RGB:
(125,84,136)
(49%,33%,53%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 84 of 255 = 33%
B 136 of 255 = 53%

125
84
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 84 + 136 = 345 (100%)
R 125 of 345 ~ 36.23%
G 84 of 345 ~ 24.35%
B 136 of 345 ~ 39.42%

%36.23
%24.35
%39.42

CMYK RENK MODELİ

#7D5488 rengi CMYK tonu (8,38,0,47).

  • camgöbeği tonu 8.09%
  • eflatun tonu 38.24%
  • sarı tonu 0.00%
  • ana renk tonu 46.67%
CMYK:
(8,38,0,47)
C8M38Y0K47 
(8%,38%,0%,47%)
(0.08/0.38/0.00/0.47)	

CMYK yüzdeleri

%8.09
%38.24
%0
%46.67

Codes

Color #7D5488 in popluar color models

7D5488
RGB12584136
HSL287°23.64%43.14%
HSB/HSV287°38.24%53.33%
CMYK8.09%38.24%0.00%
46.67%

Color #7D5488 in popluar number systems.

HEX7D5488
Decimal12584136
Binary1111101101010010001000
Octal175124210

Shades and tints

Shades of #7D5488

#7D5488
(125,84,136)
#724D7C
(114,77,124)
#674670
(103,70,112)
#5C3F64
(92,63,100)
#513858
(81,56,88)
#46314C
(70,49,76)
#3B2A40
(59,42,64)
#302334
(48,35,52)
#251C28
(37,28,40)
#1A151C
(26,21,28)
#0F0E10
(15,14,16)
#000000
(0,0,0)

Tints of #7D5488

#7D5488
(125,84,136)
#886392
(136,99,146)
#93729C
(147,114,156)
#9E81A6
(158,129,166)
#A990B0
(169,144,176)
#B49FBA
(180,159,186)
#BFAEC4
(191,174,196)
#CABDCE
(202,189,206)
#D5CCD8
(213,204,216)
#E0DBE2
(224,219,226)
#EBEAEC
(235,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D5488 color. Also use rgb(125,84,136) instead hex code.

Text Font Color

.myTextColor { color: #7D5488; }

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

This text font color is #7D5488.


Background Color

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

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

This div background color is #7D5488.


Border color

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

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

This div border color is #7D5488.


Opacity

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

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

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

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

This text has shadow with #7D5488 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D5488 on black background.


Color preview on white background

This text has color #7D5488 on white background.



Black color preview on #7D5488 background

This text has black color on #7D5488 background.


White color preview on #7D5488 background

This text has white color on #7D5488 background.