COLOR #615363

HEX: #615363
RGB: (97,83,99)

Renk bilgisi

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

RGB renk modeli

#615363 color RGB value is (97,83,99).

  • kırmız ton 97;
  • yeşil ton 83;
  • mavi ton 99.
RGB:
(97,83,99)
(38%,33%,39%)

RGB bağlantıları ve doygunluk

R 97 of 255 = 38%
G 83 of 255 = 33%
B 99 of 255 = 39%

97
83
99

R + G + B ~ 37%. #615363 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
97 + 83 + 99 = 279 (100%)
R 97 of 279 ~ 34.77%
G 83 of 279 ~ 29.75%
B 99 of 279 ~ 35.48%

%34.77
%29.75
%35.48

CMYK RENK MODELİ

#615363 rengi CMYK tonu (2,16,0,61).

  • camgöbeği tonu 2.02%
  • eflatun tonu 16.16%
  • sarı tonu 0.00%
  • ana renk tonu 61.18%
CMYK:
(2,16,0,61)
C2M16Y0K61 
(2%,16%,0%,61%)
(0.02/0.16/0.00/0.61)	

CMYK yüzdeleri

%2.02
%16.16
%0
%61.18

Codes

Color #615363 in popluar color models

615363
RGB978399
HSL293°8.79%35.69%
HSB/HSV293°16.16%38.82%
CMYK2.02%16.16%0.00%
61.18%

Color #615363 in popluar number systems.

HEX615363
Decimal978399
Binary110000110100111100011
Octal141123143

Shades and tints

Shades of #615363

#615363
(97,83,99)
#594C5A
(89,76,90)
#514551
(81,69,81)
#493E48
(73,62,72)
#41373F
(65,55,63)
#393036
(57,48,54)
#31292D
(49,41,45)
#292224
(41,34,36)
#211B1B
(33,27,27)
#191412
(25,20,18)
#110D09
(17,13,9)
#000000
(0,0,0)

Tints of #615363

#615363
(97,83,99)
#6F6271
(111,98,113)
#7D717F
(125,113,127)
#8B808D
(139,128,141)
#998F9B
(153,143,155)
#A79EA9
(167,158,169)
#B5ADB7
(181,173,183)
#C3BCC5
(195,188,197)
#D1CBD3
(209,203,211)
#DFDAE1
(223,218,225)
#EDE9EF
(237,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #615363 color. Also use rgb(97,83,99) instead hex code.

Text Font Color

.myTextColor { color: #615363; }

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

This text font color is #615363.


Background Color

.myBgColor { background-color: #615363; }

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

This div background color is #615363.


Border color

.myBorderColor { border: 1px solid #615363; }

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

This div border color is #615363.


Opacity

.myOpacity80 { color: #615363; opacity: 0.8; }

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

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

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

This text has shadow with #615363 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615363 on black background.


Color preview on white background

This text has color #615363 on white background.



Black color preview on #615363 background

This text has black color on #615363 background.


White color preview on #615363 background

This text has white color on #615363 background.