COLOR #613053

HEX: #613053
RGB: (97,48,83)

Color info

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

RGB color model

#613053 color RGB value is (97,48,83).

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

RGB channels and saturation

R 97 of 255 = 38%
G 48 of 255 = 19%
B 83 of 255 = 33%

97
48
83

R + G + B ~ 30%. #613053 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 48 + 83 = 228 (100%)
R 97 of 228 ~ 42.54%
G 48 of 228 ~ 21.05%
B 83 of 228 ~ 36.4%

%42.54
%21.05
%36.4

CMYK color model

#613053 color CMYK value is (0,51,14,62).

  • cyan value is 0.00%
  • magenta value is 50.52%
  • yellow value is 14.43%
  • key color value is 61.96%
CMYK:
(0,51,14,62)
C0M51Y14K62 
(0%,51%,14%,62%)
(0.00/0.51/0.14/0.62)	

CMYK percentages

%0
%50.52
%14.43
%61.96

Codes

Color #613053 in popluar color models

613053
RGB974883
HSL317°33.79%28.43%
HSB/HSV317°50.52%38.04%
CMYK0.00%50.52%14.43%
61.96%

Color #613053 in popluar number systems.

HEX613053
Decimal974883
Binary11000011100001010011
Octal14160123

Shades and tints

Shades of #613053

#613053
(97,48,83)
#592C4C
(89,44,76)
#512845
(81,40,69)
#49243E
(73,36,62)
#412037
(65,32,55)
#391C30
(57,28,48)
#311829
(49,24,41)
#291422
(41,20,34)
#21101B
(33,16,27)
#190C14
(25,12,20)
#11080D
(17,8,13)
#000000
(0,0,0)

Tints of #613053

#613053
(97,48,83)
#6F4262
(111,66,98)
#7D5471
(125,84,113)
#8B6680
(139,102,128)
#99788F
(153,120,143)
#A78A9E
(167,138,158)
#B59CAD
(181,156,173)
#C3AEBC
(195,174,188)
#D1C0CB
(209,192,203)
#DFD2DA
(223,210,218)
#EDE4E9
(237,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #613053; }

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

This text font color is #613053.


Background Color

.myBgColor { background-color: #613053; }

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

This div background color is #613053.


Border color

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

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

This div border color is #613053.


Opacity

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

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

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

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

This text has shadow with #613053 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #613053 on black background.


Color preview on white background

This text has color #613053 on white background.



Black color preview on #613053 background

This text has black color on #613053 background.


White color preview on #613053 background

This text has white color on #613053 background.