COLOR #613E7E

HEX: #613E7E RGB: (97,62,126)

Color info

#613E7E contains mainly red and blue colors. Web safe color of #613E7E is #663366 (or #636).

RGB color model

#613E7E color RGB value is (97,62,126).

RGB: (97,62,126) (38%, 24%, 49%)

RGB channels and saturation

R 97 of 255 = 38%
G 62 of 255 = 24%
B 126 of 255 = 49%

97
62
126

R + G + B ~ 37%. #613E7E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 97 + 62 + 126 = 285 (100%)
R 97 of 285 ~ 34.04%
G 62 of 285 ~ 21.75%
B 126 of 285 ~ 44.21'%

%34.04
%21.75
%44.21

CMYK color model

#613E7E color CMYK value is (23,51,0,51).

  • cyan value is 23.02%
  • magenta value is 50.79%
  • yellow value is 0.00%
  • key color value is 50.59%

CMYK: (23,51,0,51)
C23M51Y0K51 (23%, 51%, 0%, 51%)
(0.23 / 0.51 / 0.00 / 0.51)

CMYK percentages

%23.02
%50.79
%0
%50.59

Codes

Color #613E7E in popluar color models

61 3E 7E
RGB 97 62 126
HSL 273° 34.04% 36.86%
HSB/HSV 273° 50.79% 49.41%
CMYK 23.02% 50.79% 0.00%
50.59%

Color #613E7E in popluar number systems.

HEX 61 3E 7E
Decimal 97 62 126
Binary 1100001 111110 1111110
Octal 141 76 176

Shades and tints

Shades of #613E7E

#613E7E
(97,62,126)
#593973
(89,57,115)
#513468
(81,52,104)
#492F5D
(73,47,93)
#412A52
(65,42,82)
#392547
(57,37,71)
#31203C
(49,32,60)
#291B31
(41,27,49)
#211626
(33,22,38)
#19111B
(25,17,27)
#110C10
(17,12,16)
#000000
(0,0,0)

Tints of #613E7E

#613E7E
(97,62,126)
#6F4F89
(111,79,137)
#7D6094
(125,96,148)
#8B719F
(139,113,159)
#9982AA
(153,130,170)
#A793B5
(167,147,181)
#B5A4C0
(181,164,192)
#C3B5CB
(195,181,203)
#D1C6D6
(209,198,214)
#DFD7E1
(223,215,225)
#EDE8EC
(237,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #613E7E; }

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

This text font color is #613E7E.

Background Color

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

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

This div background color is #613E7E.

Border color

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

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

This div border color is #613E7E.

Opacity

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

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

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

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

This text has shadow with #613E7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #613E7E.

Preview

Color preview on black background

This text has color #613E7E on black background.


Color preview on white background

This text has color #613E7E on white background.


Black color preview on #613E7E background

This text has black color on #613E7E background.


White color preview on #613E7E background

This text has white color on #613E7E background.


Related colors

Complementary color

Complementary color for #hex is #9EC181.


I love getcolorcode.com

Triadic colors

1 #7E613E and #3E7E61 with #613E7E are triadic colors.

2 #7E3E61 and #3E617E with #613E7E are triadic colors.