COLOR #613D72

HEX: #613D72
RGB: (97,61,114)

Renk bilgisi

#613D72 contains red, green and blue colors in about the same proportion. #613D72 ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#613D72 color RGB value is (97,61,114).

  • kırmız ton 97;
  • yeşil ton 61;
  • mavi ton 114.
RGB:
(97,61,114)
(38%,24%,45%)

RGB bağlantıları ve doygunluk

R 97 of 255 = 38%
G 61 of 255 = 24%
B 114 of 255 = 45%

97
61
114

R + G + B ~ 36%. #613D72 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
97 + 61 + 114 = 272 (100%)
R 97 of 272 ~ 35.66%
G 61 of 272 ~ 22.43%
B 114 of 272 ~ 41.91%

%35.66
%22.43
%41.91

CMYK RENK MODELİ

#613D72 rengi CMYK tonu (15,46,0,55).

  • camgöbeği tonu 14.91%
  • eflatun tonu 46.49%
  • sarı tonu 0.00%
  • ana renk tonu 55.29%
CMYK:
(15,46,0,55)
C15M46Y0K55 
(15%,46%,0%,55%)
(0.15/0.46/0.00/0.55)	

CMYK yüzdeleri

%14.91
%46.49
%0
%55.29

Codes

Color #613D72 in popluar color models

613D72
RGB9761114
HSL281°30.29%34.31%
HSB/HSV281°46.49%44.71%
CMYK14.91%46.49%0.00%
55.29%

Color #613D72 in popluar number systems.

HEX613D72
Decimal9761114
Binary11000011111011110010
Octal14175162

Shades and tints

Shades of #613D72

#613D72
(97,61,114)
#593868
(89,56,104)
#51335E
(81,51,94)
#492E54
(73,46,84)
#41294A
(65,41,74)
#392440
(57,36,64)
#311F36
(49,31,54)
#291A2C
(41,26,44)
#211522
(33,21,34)
#191018
(25,16,24)
#110B0E
(17,11,14)
#000000
(0,0,0)

Tints of #613D72

#613D72
(97,61,114)
#6F4E7E
(111,78,126)
#7D5F8A
(125,95,138)
#8B7096
(139,112,150)
#9981A2
(153,129,162)
#A792AE
(167,146,174)
#B5A3BA
(181,163,186)
#C3B4C6
(195,180,198)
#D1C5D2
(209,197,210)
#DFD6DE
(223,214,222)
#EDE7EA
(237,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #613D72 color. Also use rgb(97,61,114) instead hex code.

Text Font Color

.myTextColor { color: #613D72; }

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

This text font color is #613D72.


Background Color

.myBgColor { background-color: #613D72; }

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

This div background color is #613D72.


Border color

.myBorderColor { border: 1px solid #613D72; }

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

This div border color is #613D72.


Opacity

.myOpacity80 { color: #613D72; opacity: 0.8; }

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

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

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

This text has shadow with #613D72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #613D72 on black background.


Color preview on white background

This text has color #613D72 on white background.



Black color preview on #613D72 background

This text has black color on #613D72 background.


White color preview on #613D72 background

This text has white color on #613D72 background.