COLOR #613B31

HEX: #613B31
RGB: (97,59,49)

Color info

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

RGB color model

#613B31 color RGB value is (97,59,49).

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

RGB channels and saturation

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

97
59
49

R + G + B ~ 27%. #613B31 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 59 + 49 = 205 (100%)
R 97 of 205 ~ 47.32%
G 59 of 205 ~ 28.78%
B 49 of 205 ~ 23.9%

%47.32
%28.78
%23.9

CMYK color model

#613B31 color CMYK value is (0,39,49,62).

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

CMYK percentages

%0
%39.18
%49.48
%61.96

Codes

Color #613B31 in popluar color models

613B31
RGB975949
HSL13°32.88%28.63%
HSB/HSV13°49.48%38.04%
CMYK0.00%39.18%49.48%
61.96%

Color #613B31 in popluar number systems.

HEX613B31
Decimal975949
Binary1100001111011110001
Octal1417361

Shades and tints

Shades of #613B31

#613B31
(97,59,49)
#59362D
(89,54,45)
#513129
(81,49,41)
#492C25
(73,44,37)
#412721
(65,39,33)
#39221D
(57,34,29)
#311D19
(49,29,25)
#291815
(41,24,21)
#211311
(33,19,17)
#190E0D
(25,14,13)
#110909
(17,9,9)
#000000
(0,0,0)

Tints of #613B31

#613B31
(97,59,49)
#6F4C43
(111,76,67)
#7D5D55
(125,93,85)
#8B6E67
(139,110,103)
#997F79
(153,127,121)
#A7908B
(167,144,139)
#B5A19D
(181,161,157)
#C3B2AF
(195,178,175)
#D1C3C1
(209,195,193)
#DFD4D3
(223,212,211)
#EDE5E5
(237,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #613B31; }

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

This text font color is #613B31.


Background Color

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

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

This div background color is #613B31.


Border color

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

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

This div border color is #613B31.


Opacity

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

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

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

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

This text has shadow with #613B31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #613B31 on black background.


Color preview on white background

This text has color #613B31 on white background.



Black color preview on #613B31 background

This text has black color on #613B31 background.


White color preview on #613B31 background

This text has white color on #613B31 background.