COLOR #613137

HEX: #613137
RGB: (97,49,55)

Color info

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

RGB color model

#613137 color RGB value is (97,49,55).

  • red value is 97;
  • green value is 49;
  • blue value is 55.
RGB:
(97,49,55)
(38%,19%,22%)

RGB channels and saturation

R 97 of 255 = 38%
G 49 of 255 = 19%
B 55 of 255 = 22%

97
49
55

R + G + B ~ 26%. #613137 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 49 + 55 = 201 (100%)
R 97 of 201 ~ 48.26%
G 49 of 201 ~ 24.38%
B 55 of 201 ~ 27.36%

%48.26
%24.38
%27.36

CMYK color model

#613137 color CMYK value is (0,49,43,62).

  • cyan value is 0.00%
  • magenta value is 49.48%
  • yellow value is 43.30%
  • key color value is 61.96%
CMYK:
(0,49,43,62)
C0M49Y43K62 
(0%,49%,43%,62%)
(0.00/0.49/0.43/0.62)	

CMYK percentages

%0
%49.48
%43.3
%61.96

Codes

Color #613137 in popluar color models

613137
RGB974955
HSL353°32.88%28.63%
HSB/HSV353°49.48%38.04%
CMYK0.00%49.48%43.30%
61.96%

Color #613137 in popluar number systems.

HEX613137
Decimal974955
Binary1100001110001110111
Octal1416167

Shades and tints

Shades of #613137

#613137
(97,49,55)
#592D32
(89,45,50)
#51292D
(81,41,45)
#492528
(73,37,40)
#412123
(65,33,35)
#391D1E
(57,29,30)
#311919
(49,25,25)
#291514
(41,21,20)
#21110F
(33,17,15)
#190D0A
(25,13,10)
#110905
(17,9,5)
#000000
(0,0,0)

Tints of #613137

#613137
(97,49,55)
#6F4349
(111,67,73)
#7D555B
(125,85,91)
#8B676D
(139,103,109)
#99797F
(153,121,127)
#A78B91
(167,139,145)
#B59DA3
(181,157,163)
#C3AFB5
(195,175,181)
#D1C1C7
(209,193,199)
#DFD3D9
(223,211,217)
#EDE5EB
(237,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #613137 color. Also use rgb(97,49,55) instead hex code.

Text Font Color

.myTextColor { color: #613137; }

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

This text font color is #613137.


Background Color

.myBgColor { background-color: #613137; }

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

This div background color is #613137.


Border color

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

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

This div border color is #613137.


Opacity

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

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

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

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

This text has shadow with #613137 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #613137 on black background.


Color preview on white background

This text has color #613137 on white background.



Black color preview on #613137 background

This text has black color on #613137 background.


White color preview on #613137 background

This text has white color on #613137 background.