COLOR #613E42

HEX: #613E42
RGB: (97,62,66)

Color info

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

RGB color model

#613E42 color RGB value is (97,62,66).

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

RGB channels and saturation

R 97 of 255 = 38%
G 62 of 255 = 24%
B 66 of 255 = 26%

97
62
66

R + G + B ~ 29%. #613E42 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 62 + 66 = 225 (100%)
R 97 of 225 ~ 43.11%
G 62 of 225 ~ 27.56%
B 66 of 225 ~ 29.33%

%43.11
%27.56
%29.33

CMYK color model

#613E42 color CMYK value is (0,36,32,62).

  • cyan value is 0.00%
  • magenta value is 36.08%
  • yellow value is 31.96%
  • key color value is 61.96%
CMYK:
(0,36,32,62)
C0M36Y32K62 
(0%,36%,32%,62%)
(0.00/0.36/0.32/0.62)	

CMYK percentages

%0
%36.08
%31.96
%61.96

Codes

Color #613E42 in popluar color models

613E42
RGB976266
HSL353°22.01%31.18%
HSB/HSV353°36.08%38.04%
CMYK0.00%36.08%31.96%
61.96%

Color #613E42 in popluar number systems.

HEX613E42
Decimal976266
Binary11000011111101000010
Octal14176102

Shades and tints

Shades of #613E42

#613E42
(97,62,66)
#59393C
(89,57,60)
#513436
(81,52,54)
#492F30
(73,47,48)
#412A2A
(65,42,42)
#392524
(57,37,36)
#31201E
(49,32,30)
#291B18
(41,27,24)
#211612
(33,22,18)
#19110C
(25,17,12)
#110C06
(17,12,6)
#000000
(0,0,0)

Tints of #613E42

#613E42
(97,62,66)
#6F4F53
(111,79,83)
#7D6064
(125,96,100)
#8B7175
(139,113,117)
#998286
(153,130,134)
#A79397
(167,147,151)
#B5A4A8
(181,164,168)
#C3B5B9
(195,181,185)
#D1C6CA
(209,198,202)
#DFD7DB
(223,215,219)
#EDE8EC
(237,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #613E42; }

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

This text font color is #613E42.


Background Color

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

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

This div background color is #613E42.


Border color

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

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

This div border color is #613E42.


Opacity

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

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

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

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

This text has shadow with #613E42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #613E42 on black background.


Color preview on white background

This text has color #613E42 on white background.



Black color preview on #613E42 background

This text has black color on #613E42 background.


White color preview on #613E42 background

This text has white color on #613E42 background.