COLOR #613131

HEX: #613131
RGB: (97,49,49)

Color info

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

RGB color model

#613131 color RGB value is (97,49,49).

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

RGB channels and saturation

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

97
49
49

R + G + B ~ 25%. #613131 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 49 + 49 = 195 (100%)
R 97 of 195 ~ 49.74%
G 49 of 195 ~ 25.13%
B 49 of 195 ~ 25.13%

%49.74
%25.13
%25.13

CMYK color model

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

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

CMYK percentages

%0
%49.48
%49.48
%61.96

Codes

Color #613131 in popluar color models

613131
RGB974949
HSL32.88%28.63%
HSB/HSV49.48%38.04%
CMYK0.00%49.48%49.48%
61.96%

Color #613131 in popluar number systems.

HEX613131
Decimal974949
Binary1100001110001110001
Octal1416161

Shades and tints

Shades of #613131

#613131
(97,49,49)
#592D2D
(89,45,45)
#512929
(81,41,41)
#492525
(73,37,37)
#412121
(65,33,33)
#391D1D
(57,29,29)
#311919
(49,25,25)
#291515
(41,21,21)
#211111
(33,17,17)
#190D0D
(25,13,13)
#110909
(17,9,9)
#000000
(0,0,0)

Tints of #613131

#613131
(97,49,49)
#6F4343
(111,67,67)
#7D5555
(125,85,85)
#8B6767
(139,103,103)
#997979
(153,121,121)
#A78B8B
(167,139,139)
#B59D9D
(181,157,157)
#C3AFAF
(195,175,175)
#D1C1C1
(209,193,193)
#DFD3D3
(223,211,211)
#EDE5E5
(237,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #613131; }

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

This text font color is #613131.


Background Color

.myBgColor { background-color: #613131; }

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

This div background color is #613131.


Border color

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

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

This div border color is #613131.


Opacity

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

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

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

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

This text has shadow with #613131 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #613131 on black background.


Color preview on white background

This text has color #613131 on white background.



Black color preview on #613131 background

This text has black color on #613131 background.


White color preview on #613131 background

This text has white color on #613131 background.