COLOR #613E31

HEX: #613E31
RGB: (97,62,49)

Color info

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

RGB color model

#613E31 color RGB value is (97,62,49).

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

RGB channels and saturation

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

97
62
49

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

Portions of RGB colors in percentages

R + G + B =
97 + 62 + 49 = 208 (100%)
R 97 of 208 ~ 46.63%
G 62 of 208 ~ 29.81%
B 49 of 208 ~ 23.56%

%46.63
%29.81
%23.56

CMYK color model

#613E31 color CMYK value is (0,36,49,62).

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

CMYK percentages

%0
%36.08
%49.48
%61.96

Codes

Color #613E31 in popluar color models

613E31
RGB976249
HSL16°32.88%28.63%
HSB/HSV16°49.48%38.04%
CMYK0.00%36.08%49.48%
61.96%

Color #613E31 in popluar number systems.

HEX613E31
Decimal976249
Binary1100001111110110001
Octal1417661

Shades and tints

Shades of #613E31

#613E31
(97,62,49)
#59392D
(89,57,45)
#513429
(81,52,41)
#492F25
(73,47,37)
#412A21
(65,42,33)
#39251D
(57,37,29)
#312019
(49,32,25)
#291B15
(41,27,21)
#211611
(33,22,17)
#19110D
(25,17,13)
#110C09
(17,12,9)
#000000
(0,0,0)

Tints of #613E31

#613E31
(97,62,49)
#6F4F43
(111,79,67)
#7D6055
(125,96,85)
#8B7167
(139,113,103)
#998279
(153,130,121)
#A7938B
(167,147,139)
#B5A49D
(181,164,157)
#C3B5AF
(195,181,175)
#D1C6C1
(209,198,193)
#DFD7D3
(223,215,211)
#EDE8E5
(237,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #613E31; }

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

This text font color is #613E31.


Background Color

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

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

This div background color is #613E31.


Border color

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

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

This div border color is #613E31.


Opacity

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

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

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

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

This text has shadow with #613E31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #613E31 on black background.


Color preview on white background

This text has color #613E31 on white background.



Black color preview on #613E31 background

This text has black color on #613E31 background.


White color preview on #613E31 background

This text has white color on #613E31 background.