COLOR #613653

HEX: #613653
RGB: (97,54,83)

Color info

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

RGB color model

#613653 color RGB value is (97,54,83).

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

RGB channels and saturation

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

97
54
83

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

Portions of RGB colors in percentages

R + G + B =
97 + 54 + 83 = 234 (100%)
R 97 of 234 ~ 41.45%
G 54 of 234 ~ 23.08%
B 83 of 234 ~ 35.47%

%41.45
%23.08
%35.47

CMYK color model

#613653 color CMYK value is (0,44,14,62).

  • cyan value is 0.00%
  • magenta value is 44.33%
  • yellow value is 14.43%
  • key color value is 61.96%
CMYK:
(0,44,14,62)
C0M44Y14K62 
(0%,44%,14%,62%)
(0.00/0.44/0.14/0.62)	

CMYK percentages

%0
%44.33
%14.43
%61.96

Codes

Color #613653 in popluar color models

613653
RGB975483
HSL320°28.48%29.61%
HSB/HSV320°44.33%38.04%
CMYK0.00%44.33%14.43%
61.96%

Color #613653 in popluar number systems.

HEX613653
Decimal975483
Binary11000011101101010011
Octal14166123

Shades and tints

Shades of #613653

#613653
(97,54,83)
#59324C
(89,50,76)
#512E45
(81,46,69)
#492A3E
(73,42,62)
#412637
(65,38,55)
#392230
(57,34,48)
#311E29
(49,30,41)
#291A22
(41,26,34)
#21161B
(33,22,27)
#191214
(25,18,20)
#110E0D
(17,14,13)
#000000
(0,0,0)

Tints of #613653

#613653
(97,54,83)
#6F4862
(111,72,98)
#7D5A71
(125,90,113)
#8B6C80
(139,108,128)
#997E8F
(153,126,143)
#A7909E
(167,144,158)
#B5A2AD
(181,162,173)
#C3B4BC
(195,180,188)
#D1C6CB
(209,198,203)
#DFD8DA
(223,216,218)
#EDEAE9
(237,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #613653; }

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

This text font color is #613653.


Background Color

.myBgColor { background-color: #613653; }

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

This div background color is #613653.


Border color

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

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

This div border color is #613653.


Opacity

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

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

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

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

This text has shadow with #613653 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #613653 on black background.


Color preview on white background

This text has color #613653 on white background.



Black color preview on #613653 background

This text has black color on #613653 background.


White color preview on #613653 background

This text has white color on #613653 background.