COLOR #613D57

HEX: #613D57
RGB: (97,61,87)

Renk bilgisi

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

RGB renk modeli

#613D57 color RGB value is (97,61,87).

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

RGB bağlantıları ve doygunluk

R 97 of 255 = 38%
G 61 of 255 = 24%
B 87 of 255 = 34%

97
61
87

R + G + B ~ 32%. #613D57 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
97 + 61 + 87 = 245 (100%)
R 97 of 245 ~ 39.59%
G 61 of 245 ~ 24.9%
B 87 of 245 ~ 35.51%

%39.59
%24.9
%35.51

CMYK RENK MODELİ

#613D57 rengi CMYK tonu (0,37,10,62).

  • camgöbeği tonu 0.00%
  • eflatun tonu 37.11%
  • sarı tonu 10.31%
  • ana renk tonu 61.96%
CMYK:
(0,37,10,62)
C0M37Y10K62 
(0%,37%,10%,62%)
(0.00/0.37/0.10/0.62)	

CMYK yüzdeleri

%0
%37.11
%10.31
%61.96

Codes

Color #613D57 in popluar color models

613D57
RGB976187
HSL317°22.78%30.98%
HSB/HSV317°37.11%38.04%
CMYK0.00%37.11%10.31%
61.96%

Color #613D57 in popluar number systems.

HEX613D57
Decimal976187
Binary11000011111011010111
Octal14175127

Shades and tints

Shades of #613D57

#613D57
(97,61,87)
#593850
(89,56,80)
#513349
(81,51,73)
#492E42
(73,46,66)
#41293B
(65,41,59)
#392434
(57,36,52)
#311F2D
(49,31,45)
#291A26
(41,26,38)
#21151F
(33,21,31)
#191018
(25,16,24)
#110B11
(17,11,17)
#000000
(0,0,0)

Tints of #613D57

#613D57
(97,61,87)
#6F4E66
(111,78,102)
#7D5F75
(125,95,117)
#8B7084
(139,112,132)
#998193
(153,129,147)
#A792A2
(167,146,162)
#B5A3B1
(181,163,177)
#C3B4C0
(195,180,192)
#D1C5CF
(209,197,207)
#DFD6DE
(223,214,222)
#EDE7ED
(237,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #613D57; }

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

This text font color is #613D57.


Background Color

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

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

This div background color is #613D57.


Border color

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

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

This div border color is #613D57.


Opacity

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

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

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

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

This text has shadow with #613D57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #613D57 on black background.


Color preview on white background

This text has color #613D57 on white background.



Black color preview on #613D57 background

This text has black color on #613D57 background.


White color preview on #613D57 background

This text has white color on #613D57 background.