COLOR #613A4C

HEX: #613A4C
RGB: (97,58,76)

Color info

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

RGB color model

#613A4C color RGB value is (97,58,76).

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

RGB channels and saturation

R 97 of 255 = 38%
G 58 of 255 = 23%
B 76 of 255 = 30%

97
58
76

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

Portions of RGB colors in percentages

R + G + B =
97 + 58 + 76 = 231 (100%)
R 97 of 231 ~ 41.99%
G 58 of 231 ~ 25.11%
B 76 of 231 ~ 32.9%

%41.99
%25.11
%32.9

CMYK color model

#613A4C color CMYK value is (0,40,22,62).

  • cyan value is 0.00%
  • magenta value is 40.21%
  • yellow value is 21.65%
  • key color value is 61.96%
CMYK:
(0,40,22,62)
C0M40Y22K62 
(0%,40%,22%,62%)
(0.00/0.40/0.22/0.62)	

CMYK percentages

%0
%40.21
%21.65
%61.96

Codes

Color #613A4C in popluar color models

613A4C
RGB975876
HSL332°25.16%30.39%
HSB/HSV332°40.21%38.04%
CMYK0.00%40.21%21.65%
61.96%

Color #613A4C in popluar number systems.

HEX613A4C
Decimal975876
Binary11000011110101001100
Octal14172114

Shades and tints

Shades of #613A4C

#613A4C
(97,58,76)
#593546
(89,53,70)
#513040
(81,48,64)
#492B3A
(73,43,58)
#412634
(65,38,52)
#39212E
(57,33,46)
#311C28
(49,28,40)
#291722
(41,23,34)
#21121C
(33,18,28)
#190D16
(25,13,22)
#110810
(17,8,16)
#000000
(0,0,0)

Tints of #613A4C

#613A4C
(97,58,76)
#6F4B5C
(111,75,92)
#7D5C6C
(125,92,108)
#8B6D7C
(139,109,124)
#997E8C
(153,126,140)
#A78F9C
(167,143,156)
#B5A0AC
(181,160,172)
#C3B1BC
(195,177,188)
#D1C2CC
(209,194,204)
#DFD3DC
(223,211,220)
#EDE4EC
(237,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #613A4C; }

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

This text font color is #613A4C.


Background Color

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

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

This div background color is #613A4C.


Border color

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

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

This div border color is #613A4C.


Opacity

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

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

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

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

This text has shadow with #613A4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #613A4C on black background.


Color preview on white background

This text has color #613A4C on white background.



Black color preview on #613A4C background

This text has black color on #613A4C background.


White color preview on #613A4C background

This text has white color on #613A4C background.