COLOR #613C52

HEX: #613C52
RGB: (97,60,82)

Renk bilgisi

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

RGB renk modeli

#613C52 color RGB value is (97,60,82).

  • kırmız ton 97;
  • yeşil ton 60;
  • mavi ton 82.
RGB:
(97,60,82)
(38%,24%,32%)

RGB bağlantıları ve doygunluk

R 97 of 255 = 38%
G 60 of 255 = 24%
B 82 of 255 = 32%

97
60
82

R + G + B ~ 31%. #613C52 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
97 + 60 + 82 = 239 (100%)
R 97 of 239 ~ 40.59%
G 60 of 239 ~ 25.1%
B 82 of 239 ~ 34.31%

%40.59
%25.1
%34.31

CMYK RENK MODELİ

#613C52 rengi CMYK tonu (0,38,15,62).

  • camgöbeği tonu 0.00%
  • eflatun tonu 38.14%
  • sarı tonu 15.46%
  • ana renk tonu 61.96%
CMYK:
(0,38,15,62)
C0M38Y15K62 
(0%,38%,15%,62%)
(0.00/0.38/0.15/0.62)	

CMYK yüzdeleri

%0
%38.14
%15.46
%61.96

Codes

Color #613C52 in popluar color models

613C52
RGB976082
HSL324°23.57%30.78%
HSB/HSV324°38.14%38.04%
CMYK0.00%38.14%15.46%
61.96%

Color #613C52 in popluar number systems.

HEX613C52
Decimal976082
Binary11000011111001010010
Octal14174122

Shades and tints

Shades of #613C52

#613C52
(97,60,82)
#59374B
(89,55,75)
#513244
(81,50,68)
#492D3D
(73,45,61)
#412836
(65,40,54)
#39232F
(57,35,47)
#311E28
(49,30,40)
#291921
(41,25,33)
#21141A
(33,20,26)
#190F13
(25,15,19)
#110A0C
(17,10,12)
#000000
(0,0,0)

Tints of #613C52

#613C52
(97,60,82)
#6F4D61
(111,77,97)
#7D5E70
(125,94,112)
#8B6F7F
(139,111,127)
#99808E
(153,128,142)
#A7919D
(167,145,157)
#B5A2AC
(181,162,172)
#C3B3BB
(195,179,187)
#D1C4CA
(209,196,202)
#DFD5D9
(223,213,217)
#EDE6E8
(237,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #613C52 color. Also use rgb(97,60,82) instead hex code.

Text Font Color

.myTextColor { color: #613C52; }

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

This text font color is #613C52.


Background Color

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

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

This div background color is #613C52.


Border color

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

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

This div border color is #613C52.


Opacity

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

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

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

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

This text has shadow with #613C52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #613C52 on black background.


Color preview on white background

This text has color #613C52 on white background.



Black color preview on #613C52 background

This text has black color on #613C52 background.


White color preview on #613C52 background

This text has white color on #613C52 background.