COLOR #613B4E

HEX: #613B4E
RGB: (97,59,78)

Color info

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

RGB color model

#613B4E color RGB value is (97,59,78).

  • red value is 97;
  • green value is 59;
  • blue value is 78.
RGB:
(97,59,78)
(38%,23%,31%)

RGB channels and saturation

R 97 of 255 = 38%
G 59 of 255 = 23%
B 78 of 255 = 31%

97
59
78

R + G + B ~ 31%. #613B4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 59 + 78 = 234 (100%)
R 97 of 234 ~ 41.45%
G 59 of 234 ~ 25.21%
B 78 of 234 ~ 33.33%

%41.45
%25.21
%33.33

CMYK color model

#613B4E color CMYK value is (0,39,20,62).

  • cyan value is 0.00%
  • magenta value is 39.18%
  • yellow value is 19.59%
  • key color value is 61.96%
CMYK:
(0,39,20,62)
C0M39Y20K62 
(0%,39%,20%,62%)
(0.00/0.39/0.20/0.62)	

CMYK percentages

%0
%39.18
%19.59
%61.96

Codes

Color #613B4E in popluar color models

613B4E
RGB975978
HSL330°24.36%30.59%
HSB/HSV330°39.18%38.04%
CMYK0.00%39.18%19.59%
61.96%

Color #613B4E in popluar number systems.

HEX613B4E
Decimal975978
Binary11000011110111001110
Octal14173116

Shades and tints

Shades of #613B4E

#613B4E
(97,59,78)
#593647
(89,54,71)
#513140
(81,49,64)
#492C39
(73,44,57)
#412732
(65,39,50)
#39222B
(57,34,43)
#311D24
(49,29,36)
#29181D
(41,24,29)
#211316
(33,19,22)
#190E0F
(25,14,15)
#110908
(17,9,8)
#000000
(0,0,0)

Tints of #613B4E

#613B4E
(97,59,78)
#6F4C5E
(111,76,94)
#7D5D6E
(125,93,110)
#8B6E7E
(139,110,126)
#997F8E
(153,127,142)
#A7909E
(167,144,158)
#B5A1AE
(181,161,174)
#C3B2BE
(195,178,190)
#D1C3CE
(209,195,206)
#DFD4DE
(223,212,222)
#EDE5EE
(237,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #613B4E color. Also use rgb(97,59,78) instead hex code.

Text Font Color

.myTextColor { color: #613B4E; }

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

This text font color is #613B4E.


Background Color

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

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

This div background color is #613B4E.


Border color

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

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

This div border color is #613B4E.


Opacity

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

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

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

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

This text has shadow with #613B4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #613B4E on black background.


Color preview on white background

This text has color #613B4E on white background.



Black color preview on #613B4E background

This text has black color on #613B4E background.


White color preview on #613B4E background

This text has white color on #613B4E background.