COLOR #613E56

HEX: #613E56
RGB: (97,62,86)

Color info

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

RGB color model

#613E56 color RGB value is (97,62,86).

  • red value is 97;
  • green value is 62;
  • blue value is 86.
RGB:
(97,62,86)
(38%,24%,34%)

RGB channels and saturation

R 97 of 255 = 38%
G 62 of 255 = 24%
B 86 of 255 = 34%

97
62
86

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

Portions of RGB colors in percentages

R + G + B =
97 + 62 + 86 = 245 (100%)
R 97 of 245 ~ 39.59%
G 62 of 245 ~ 25.31%
B 86 of 245 ~ 35.1%

%39.59
%25.31
%35.1

CMYK color model

#613E56 color CMYK value is (0,36,11,62).

  • cyan value is 0.00%
  • magenta value is 36.08%
  • yellow value is 11.34%
  • key color value is 61.96%
CMYK:
(0,36,11,62)
C0M36Y11K62 
(0%,36%,11%,62%)
(0.00/0.36/0.11/0.62)	

CMYK percentages

%0
%36.08
%11.34
%61.96

Codes

Color #613E56 in popluar color models

613E56
RGB976286
HSL319°22.01%31.18%
HSB/HSV319°36.08%38.04%
CMYK0.00%36.08%11.34%
61.96%

Color #613E56 in popluar number systems.

HEX613E56
Decimal976286
Binary11000011111101010110
Octal14176126

Shades and tints

Shades of #613E56

#613E56
(97,62,86)
#59394F
(89,57,79)
#513448
(81,52,72)
#492F41
(73,47,65)
#412A3A
(65,42,58)
#392533
(57,37,51)
#31202C
(49,32,44)
#291B25
(41,27,37)
#21161E
(33,22,30)
#191117
(25,17,23)
#110C10
(17,12,16)
#000000
(0,0,0)

Tints of #613E56

#613E56
(97,62,86)
#6F4F65
(111,79,101)
#7D6074
(125,96,116)
#8B7183
(139,113,131)
#998292
(153,130,146)
#A793A1
(167,147,161)
#B5A4B0
(181,164,176)
#C3B5BF
(195,181,191)
#D1C6CE
(209,198,206)
#DFD7DD
(223,215,221)
#EDE8EC
(237,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #613E56 color. Also use rgb(97,62,86) instead hex code.

Text Font Color

.myTextColor { color: #613E56; }

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

This text font color is #613E56.


Background Color

.myBgColor { background-color: #613E56; }

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

This div background color is #613E56.


Border color

.myBorderColor { border: 1px solid #613E56; }

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

This div border color is #613E56.


Opacity

.myOpacity80 { color: #613E56; opacity: 0.8; }

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

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

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

This text has shadow with #613E56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #613E56 on black background.


Color preview on white background

This text has color #613E56 on white background.



Black color preview on #613E56 background

This text has black color on #613E56 background.


White color preview on #613E56 background

This text has white color on #613E56 background.