COLOR #613E47

HEX: #613E47
RGB: (97,62,71)

Color info

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

RGB color model

#613E47 color RGB value is (97,62,71).

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

RGB channels and saturation

R 97 of 255 = 38%
G 62 of 255 = 24%
B 71 of 255 = 28%

97
62
71

R + G + B ~ 30%. #613E47 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 62 + 71 = 230 (100%)
R 97 of 230 ~ 42.17%
G 62 of 230 ~ 26.96%
B 71 of 230 ~ 30.87%

%42.17
%26.96
%30.87

CMYK color model

#613E47 color CMYK value is (0,36,27,62).

  • cyan value is 0.00%
  • magenta value is 36.08%
  • yellow value is 26.80%
  • key color value is 61.96%
CMYK:
(0,36,27,62)
C0M36Y27K62 
(0%,36%,27%,62%)
(0.00/0.36/0.27/0.62)	

CMYK percentages

%0
%36.08
%26.8
%61.96

Codes

Color #613E47 in popluar color models

613E47
RGB976271
HSL345°22.01%31.18%
HSB/HSV345°36.08%38.04%
CMYK0.00%36.08%26.80%
61.96%

Color #613E47 in popluar number systems.

HEX613E47
Decimal976271
Binary11000011111101000111
Octal14176107

Shades and tints

Shades of #613E47

#613E47
(97,62,71)
#593941
(89,57,65)
#51343B
(81,52,59)
#492F35
(73,47,53)
#412A2F
(65,42,47)
#392529
(57,37,41)
#312023
(49,32,35)
#291B1D
(41,27,29)
#211617
(33,22,23)
#191111
(25,17,17)
#110C0B
(17,12,11)
#000000
(0,0,0)

Tints of #613E47

#613E47
(97,62,71)
#6F4F57
(111,79,87)
#7D6067
(125,96,103)
#8B7177
(139,113,119)
#998287
(153,130,135)
#A79397
(167,147,151)
#B5A4A7
(181,164,167)
#C3B5B7
(195,181,183)
#D1C6C7
(209,198,199)
#DFD7D7
(223,215,215)
#EDE8E7
(237,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #613E47; }

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

This text font color is #613E47.


Background Color

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

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

This div background color is #613E47.


Border color

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

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

This div border color is #613E47.


Opacity

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

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

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

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

This text has shadow with #613E47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #613E47 on black background.


Color preview on white background

This text has color #613E47 on white background.



Black color preview on #613E47 background

This text has black color on #613E47 background.


White color preview on #613E47 background

This text has white color on #613E47 background.