COLOR #613949

HEX: #613949
RGB: (97,57,73)

Color info

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

RGB color model

#613949 color RGB value is (97,57,73).

  • red value is 97;
  • green value is 57;
  • blue value is 73.
RGB:
(97,57,73)
(38%,22%,29%)

RGB channels and saturation

R 97 of 255 = 38%
G 57 of 255 = 22%
B 73 of 255 = 29%

97
57
73

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

Portions of RGB colors in percentages

R + G + B =
97 + 57 + 73 = 227 (100%)
R 97 of 227 ~ 42.73%
G 57 of 227 ~ 25.11%
B 73 of 227 ~ 32.16%

%42.73
%25.11
%32.16

CMYK color model

#613949 color CMYK value is (0,41,25,62).

  • cyan value is 0.00%
  • magenta value is 41.24%
  • yellow value is 24.74%
  • key color value is 61.96%
CMYK:
(0,41,25,62)
C0M41Y25K62 
(0%,41%,25%,62%)
(0.00/0.41/0.25/0.62)	

CMYK percentages

%0
%41.24
%24.74
%61.96

Codes

Color #613949 in popluar color models

613949
RGB975773
HSL336°25.97%30.20%
HSB/HSV336°41.24%38.04%
CMYK0.00%41.24%24.74%
61.96%

Color #613949 in popluar number systems.

HEX613949
Decimal975773
Binary11000011110011001001
Octal14171111

Shades and tints

Shades of #613949

#613949
(97,57,73)
#593443
(89,52,67)
#512F3D
(81,47,61)
#492A37
(73,42,55)
#412531
(65,37,49)
#39202B
(57,32,43)
#311B25
(49,27,37)
#29161F
(41,22,31)
#211119
(33,17,25)
#190C13
(25,12,19)
#11070D
(17,7,13)
#000000
(0,0,0)

Tints of #613949

#613949
(97,57,73)
#6F4B59
(111,75,89)
#7D5D69
(125,93,105)
#8B6F79
(139,111,121)
#998189
(153,129,137)
#A79399
(167,147,153)
#B5A5A9
(181,165,169)
#C3B7B9
(195,183,185)
#D1C9C9
(209,201,201)
#DFDBD9
(223,219,217)
#EDEDE9
(237,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #613949 color. Also use rgb(97,57,73) instead hex code.

Text Font Color

.myTextColor { color: #613949; }

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

This text font color is #613949.


Background Color

.myBgColor { background-color: #613949; }

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

This div background color is #613949.


Border color

.myBorderColor { border: 1px solid #613949; }

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

This div border color is #613949.


Opacity

.myOpacity80 { color: #613949; opacity: 0.8; }

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

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

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

This text has shadow with #613949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #613949 on black background.


Color preview on white background

This text has color #613949 on white background.



Black color preview on #613949 background

This text has black color on #613949 background.


White color preview on #613949 background

This text has white color on #613949 background.