COLOR #63587D

HEX: #63587D
RGB: (99,88,125)

Renk bilgisi

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

RGB renk modeli

#63587D color RGB value is (99,88,125).

  • kırmız ton 99;
  • yeşil ton 88;
  • mavi ton 125.
RGB:
(99,88,125)
(39%,35%,49%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 88 of 255 = 35%
B 125 of 255 = 49%

99
88
125

R + G + B ~ 41%. #63587D is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 88 + 125 = 312 (100%)
R 99 of 312 ~ 31.73%
G 88 of 312 ~ 28.21%
B 125 of 312 ~ 40.06%

%31.73
%28.21
%40.06

CMYK RENK MODELİ

#63587D rengi CMYK tonu (21,30,0,51).

  • camgöbeği tonu 20.80%
  • eflatun tonu 29.60%
  • sarı tonu 0.00%
  • ana renk tonu 50.98%
CMYK:
(21,30,0,51)
C21M30Y0K51 
(21%,30%,0%,51%)
(0.21/0.30/0.00/0.51)	

CMYK yüzdeleri

%20.8
%29.6
%0
%50.98

Codes

Color #63587D in popluar color models

63587D
RGB9988125
HSL258°17.37%41.76%
HSB/HSV258°29.60%49.02%
CMYK20.80%29.60%0.00%
50.98%

Color #63587D in popluar number systems.

HEX63587D
Decimal9988125
Binary110001110110001111101
Octal143130175

Shades and tints

Shades of #63587D

#63587D
(99,88,125)
#5A5072
(90,80,114)
#514867
(81,72,103)
#48405C
(72,64,92)
#3F3851
(63,56,81)
#363046
(54,48,70)
#2D283B
(45,40,59)
#242030
(36,32,48)
#1B1825
(27,24,37)
#12101A
(18,16,26)
#09080F
(9,8,15)
#000000
(0,0,0)

Tints of #63587D

#63587D
(99,88,125)
#716788
(113,103,136)
#7F7693
(127,118,147)
#8D859E
(141,133,158)
#9B94A9
(155,148,169)
#A9A3B4
(169,163,180)
#B7B2BF
(183,178,191)
#C5C1CA
(197,193,202)
#D3D0D5
(211,208,213)
#E1DFE0
(225,223,224)
#EFEEEB
(239,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63587D color. Also use rgb(99,88,125) instead hex code.

Text Font Color

.myTextColor { color: #63587D; }

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

This text font color is #63587D.


Background Color

.myBgColor { background-color: #63587D; }

<div style="background-color:#63587D">Inner text</div>

This div background color is #63587D.


Border color

.myBorderColor { border: 1px solid #63587D; }

<div style="border:3px solid #63587D">Div</div>

This div border color is #63587D.


Opacity

.myOpacity80 { color: #63587D; opacity: 0.8; }

<p style="color:#63587D;opacity:0.8;">80%</p>

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

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

This text has shadow with #63587D color.

.textShadow {text-shadow: 3px 3px 1px #63587D, 3px 3px 1px red;}

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

This text has shadow with #63587D primary color and red secondary color.


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

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

This text has shadow with #63587D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63587D on black background.


Color preview on white background

This text has color #63587D on white background.



Black color preview on #63587D background

This text has black color on #63587D background.


White color preview on #63587D background

This text has white color on #63587D background.