COLOR #613A46

HEX: #613A46
RGB: (97,58,70)

Color info

#613A46 contains red, green and blue colors in about the same proportion. Web safe color of #613A46 is #663333 (or #633).

RGB color model

#613A46 color RGB value is (97,58,70).

  • red value is 97;
  • green value is 58;
  • blue value is 70.
RGB:
(97,58,70)
(38%,23%,27%)

RGB channels and saturation

R 97 of 255 = 38%
G 58 of 255 = 23%
B 70 of 255 = 27%

97
58
70

R + G + B ~ 29%. #613A46 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 58 + 70 = 225 (100%)
R 97 of 225 ~ 43.11%
G 58 of 225 ~ 25.78%
B 70 of 225 ~ 31.11%

%43.11
%25.78
%31.11

CMYK color model

#613A46 color CMYK value is (0,40,28,62).

  • cyan value is 0.00%
  • magenta value is 40.21%
  • yellow value is 27.84%
  • key color value is 61.96%
CMYK:
(0,40,28,62)
C0M40Y28K62 
(0%,40%,28%,62%)
(0.00/0.40/0.28/0.62)	

CMYK percentages

%0
%40.21
%27.84
%61.96

Codes

Color #613A46 in popluar color models

613A46
RGB975870
HSL342°25.16%30.39%
HSB/HSV342°40.21%38.04%
CMYK0.00%40.21%27.84%
61.96%

Color #613A46 in popluar number systems.

HEX613A46
Decimal975870
Binary11000011110101000110
Octal14172106

Shades and tints

Shades of #613A46

#613A46
(97,58,70)
#593540
(89,53,64)
#51303A
(81,48,58)
#492B34
(73,43,52)
#41262E
(65,38,46)
#392128
(57,33,40)
#311C22
(49,28,34)
#29171C
(41,23,28)
#211216
(33,18,22)
#190D10
(25,13,16)
#11080A
(17,8,10)
#000000
(0,0,0)

Tints of #613A46

#613A46
(97,58,70)
#6F4B56
(111,75,86)
#7D5C66
(125,92,102)
#8B6D76
(139,109,118)
#997E86
(153,126,134)
#A78F96
(167,143,150)
#B5A0A6
(181,160,166)
#C3B1B6
(195,177,182)
#D1C2C6
(209,194,198)
#DFD3D6
(223,211,214)
#EDE4E6
(237,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #613A46 color. Also use rgb(97,58,70) instead hex code.

Text Font Color

.myTextColor { color: #613A46; }

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

This text font color is #613A46.


Background Color

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

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

This div background color is #613A46.


Border color

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

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

This div border color is #613A46.


Opacity

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

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

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

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

This text has shadow with #613A46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #613A46 on black background.


Color preview on white background

This text has color #613A46 on white background.



Black color preview on #613A46 background

This text has black color on #613A46 background.


White color preview on #613A46 background

This text has white color on #613A46 background.