COLOR #613553

HEX: #613553
RGB: (97,53,83)

Color info

#613553 contains red, green and blue colors in about the same proportion. Web safe color of #613553 is #663366 (or #636).

RGB color model

#613553 color RGB value is (97,53,83).

  • red value is 97;
  • green value is 53;
  • blue value is 83.
RGB:
(97,53,83)
(38%,21%,33%)

RGB channels and saturation

R 97 of 255 = 38%
G 53 of 255 = 21%
B 83 of 255 = 33%

97
53
83

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

Portions of RGB colors in percentages

R + G + B =
97 + 53 + 83 = 233 (100%)
R 97 of 233 ~ 41.63%
G 53 of 233 ~ 22.75%
B 83 of 233 ~ 35.62%

%41.63
%22.75
%35.62

CMYK color model

#613553 color CMYK value is (0,45,14,62).

  • cyan value is 0.00%
  • magenta value is 45.36%
  • yellow value is 14.43%
  • key color value is 61.96%
CMYK:
(0,45,14,62)
C0M45Y14K62 
(0%,45%,14%,62%)
(0.00/0.45/0.14/0.62)	

CMYK percentages

%0
%45.36
%14.43
%61.96

Codes

Color #613553 in popluar color models

613553
RGB975383
HSL319°29.33%29.41%
HSB/HSV319°45.36%38.04%
CMYK0.00%45.36%14.43%
61.96%

Color #613553 in popluar number systems.

HEX613553
Decimal975383
Binary11000011101011010011
Octal14165123

Shades and tints

Shades of #613553

#613553
(97,53,83)
#59314C
(89,49,76)
#512D45
(81,45,69)
#49293E
(73,41,62)
#412537
(65,37,55)
#392130
(57,33,48)
#311D29
(49,29,41)
#291922
(41,25,34)
#21151B
(33,21,27)
#191114
(25,17,20)
#110D0D
(17,13,13)
#000000
(0,0,0)

Tints of #613553

#613553
(97,53,83)
#6F4762
(111,71,98)
#7D5971
(125,89,113)
#8B6B80
(139,107,128)
#997D8F
(153,125,143)
#A78F9E
(167,143,158)
#B5A1AD
(181,161,173)
#C3B3BC
(195,179,188)
#D1C5CB
(209,197,203)
#DFD7DA
(223,215,218)
#EDE9E9
(237,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #613553; }

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

This text font color is #613553.


Background Color

.myBgColor { background-color: #613553; }

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

This div background color is #613553.


Border color

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

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

This div border color is #613553.


Opacity

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

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

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

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

This text has shadow with #613553 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #613553 on black background.


Color preview on white background

This text has color #613553 on white background.



Black color preview on #613553 background

This text has black color on #613553 background.


White color preview on #613553 background

This text has white color on #613553 background.