COLOR #613546

HEX: #613546
RGB: (97,53,70)

Color info

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

RGB color model

#613546 color RGB value is (97,53,70).

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

RGB channels and saturation

R 97 of 255 = 38%
G 53 of 255 = 21%
B 70 of 255 = 27%

97
53
70

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

Portions of RGB colors in percentages

R + G + B =
97 + 53 + 70 = 220 (100%)
R 97 of 220 ~ 44.09%
G 53 of 220 ~ 24.09%
B 70 of 220 ~ 31.82%

%44.09
%24.09
%31.82

CMYK color model

#613546 color CMYK value is (0,45,28,62).

  • cyan value is 0.00%
  • magenta value is 45.36%
  • yellow value is 27.84%
  • key color value is 61.96%
CMYK:
(0,45,28,62)
C0M45Y28K62 
(0%,45%,28%,62%)
(0.00/0.45/0.28/0.62)	

CMYK percentages

%0
%45.36
%27.84
%61.96

Codes

Color #613546 in popluar color models

613546
RGB975370
HSL337°29.33%29.41%
HSB/HSV337°45.36%38.04%
CMYK0.00%45.36%27.84%
61.96%

Color #613546 in popluar number systems.

HEX613546
Decimal975370
Binary11000011101011000110
Octal14165106

Shades and tints

Shades of #613546

#613546
(97,53,70)
#593140
(89,49,64)
#512D3A
(81,45,58)
#492934
(73,41,52)
#41252E
(65,37,46)
#392128
(57,33,40)
#311D22
(49,29,34)
#29191C
(41,25,28)
#211516
(33,21,22)
#191110
(25,17,16)
#110D0A
(17,13,10)
#000000
(0,0,0)

Tints of #613546

#613546
(97,53,70)
#6F4756
(111,71,86)
#7D5966
(125,89,102)
#8B6B76
(139,107,118)
#997D86
(153,125,134)
#A78F96
(167,143,150)
#B5A1A6
(181,161,166)
#C3B3B6
(195,179,182)
#D1C5C6
(209,197,198)
#DFD7D6
(223,215,214)
#EDE9E6
(237,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #613546; }

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

This text font color is #613546.


Background Color

.myBgColor { background-color: #613546; }

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

This div background color is #613546.


Border color

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

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

This div border color is #613546.


Opacity

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

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

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

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

This text has shadow with #613546 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #613546 on black background.


Color preview on white background

This text has color #613546 on white background.



Black color preview on #613546 background

This text has black color on #613546 background.


White color preview on #613546 background

This text has white color on #613546 background.