COLOR #613962

HEX: #613962
RGB: (97,57,98)

Color info

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

RGB color model

#613962 color RGB value is (97,57,98).

  • red value is 97;
  • green value is 57;
  • blue value is 98.
RGB:
(97,57,98)
(38%,22%,38%)

RGB channels and saturation

R 97 of 255 = 38%
G 57 of 255 = 22%
B 98 of 255 = 38%

97
57
98

R + G + B ~ 33%. #613962 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 57 + 98 = 252 (100%)
R 97 of 252 ~ 38.49%
G 57 of 252 ~ 22.62%
B 98 of 252 ~ 38.89%

%38.49
%22.62
%38.89

CMYK color model

#613962 color CMYK value is (1,42,0,62).

  • cyan value is 1.02%
  • magenta value is 41.84%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(1,42,0,62)
C1M42Y0K62 
(1%,42%,0%,62%)
(0.01/0.42/0.00/0.62)	

CMYK percentages

%1.02
%41.84
%0
%61.57

Codes

Color #613962 in popluar color models

613962
RGB975798
HSL299°26.45%30.39%
HSB/HSV299°41.84%38.43%
CMYK1.02%41.84%0.00%
61.57%

Color #613962 in popluar number systems.

HEX613962
Decimal975798
Binary11000011110011100010
Octal14171142

Shades and tints

Shades of #613962

#613962
(97,57,98)
#59345A
(89,52,90)
#512F52
(81,47,82)
#492A4A
(73,42,74)
#412542
(65,37,66)
#39203A
(57,32,58)
#311B32
(49,27,50)
#29162A
(41,22,42)
#211122
(33,17,34)
#190C1A
(25,12,26)
#110712
(17,7,18)
#000000
(0,0,0)

Tints of #613962

#613962
(97,57,98)
#6F4B70
(111,75,112)
#7D5D7E
(125,93,126)
#8B6F8C
(139,111,140)
#99819A
(153,129,154)
#A793A8
(167,147,168)
#B5A5B6
(181,165,182)
#C3B7C4
(195,183,196)
#D1C9D2
(209,201,210)
#DFDBE0
(223,219,224)
#EDEDEE
(237,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #613962 color. Also use rgb(97,57,98) instead hex code.

Text Font Color

.myTextColor { color: #613962; }

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

This text font color is #613962.


Background Color

.myBgColor { background-color: #613962; }

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

This div background color is #613962.


Border color

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

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

This div border color is #613962.


Opacity

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

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

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

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

This text has shadow with #613962 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #613962 on black background.


Color preview on white background

This text has color #613962 on white background.



Black color preview on #613962 background

This text has black color on #613962 background.


White color preview on #613962 background

This text has white color on #613962 background.