COLOR #613263

HEX: #613263
RGB: (97,50,99)

Color info

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

RGB color model

#613263 color RGB value is (97,50,99).

  • red value is 97;
  • green value is 50;
  • blue value is 99.
RGB:
(97,50,99)
(38%,20%,39%)

RGB channels and saturation

R 97 of 255 = 38%
G 50 of 255 = 20%
B 99 of 255 = 39%

97
50
99

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

Portions of RGB colors in percentages

R + G + B =
97 + 50 + 99 = 246 (100%)
R 97 of 246 ~ 39.43%
G 50 of 246 ~ 20.33%
B 99 of 246 ~ 40.24%

%39.43
%20.33
%40.24

CMYK color model

#613263 color CMYK value is (2,49,0,61).

  • cyan value is 2.02%
  • magenta value is 49.49%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(2,49,0,61)
C2M49Y0K61 
(2%,49%,0%,61%)
(0.02/0.49/0.00/0.61)	

CMYK percentages

%2.02
%49.49
%0
%61.18

Codes

Color #613263 in popluar color models

613263
RGB975099
HSL298°32.89%29.22%
HSB/HSV298°49.49%38.82%
CMYK2.02%49.49%0.00%
61.18%

Color #613263 in popluar number systems.

HEX613263
Decimal975099
Binary11000011100101100011
Octal14162143

Shades and tints

Shades of #613263

#613263
(97,50,99)
#592E5A
(89,46,90)
#512A51
(81,42,81)
#492648
(73,38,72)
#41223F
(65,34,63)
#391E36
(57,30,54)
#311A2D
(49,26,45)
#291624
(41,22,36)
#21121B
(33,18,27)
#190E12
(25,14,18)
#110A09
(17,10,9)
#000000
(0,0,0)

Tints of #613263

#613263
(97,50,99)
#6F4471
(111,68,113)
#7D567F
(125,86,127)
#8B688D
(139,104,141)
#997A9B
(153,122,155)
#A78CA9
(167,140,169)
#B59EB7
(181,158,183)
#C3B0C5
(195,176,197)
#D1C2D3
(209,194,211)
#DFD4E1
(223,212,225)
#EDE6EF
(237,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #613263 color. Also use rgb(97,50,99) instead hex code.

Text Font Color

.myTextColor { color: #613263; }

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

This text font color is #613263.


Background Color

.myBgColor { background-color: #613263; }

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

This div background color is #613263.


Border color

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

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

This div border color is #613263.


Opacity

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

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

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

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

This text has shadow with #613263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #613263 on black background.


Color preview on white background

This text has color #613263 on white background.



Black color preview on #613263 background

This text has black color on #613263 background.


White color preview on #613263 background

This text has white color on #613263 background.