COLOR #613E41

HEX: #613E41
RGB: (97,62,65)

Color info

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

RGB color model

#613E41 color RGB value is (97,62,65).

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

RGB channels and saturation

R 97 of 255 = 38%
G 62 of 255 = 24%
B 65 of 255 = 25%

97
62
65

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

Portions of RGB colors in percentages

R + G + B =
97 + 62 + 65 = 224 (100%)
R 97 of 224 ~ 43.3%
G 62 of 224 ~ 27.68%
B 65 of 224 ~ 29.02%

%43.3
%27.68
%29.02

CMYK color model

#613E41 color CMYK value is (0,36,33,62).

  • cyan value is 0.00%
  • magenta value is 36.08%
  • yellow value is 32.99%
  • key color value is 61.96%
CMYK:
(0,36,33,62)
C0M36Y33K62 
(0%,36%,33%,62%)
(0.00/0.36/0.33/0.62)	

CMYK percentages

%0
%36.08
%32.99
%61.96

Codes

Color #613E41 in popluar color models

613E41
RGB976265
HSL355°22.01%31.18%
HSB/HSV355°36.08%38.04%
CMYK0.00%36.08%32.99%
61.96%

Color #613E41 in popluar number systems.

HEX613E41
Decimal976265
Binary11000011111101000001
Octal14176101

Shades and tints

Shades of #613E41

#613E41
(97,62,65)
#59393C
(89,57,60)
#513437
(81,52,55)
#492F32
(73,47,50)
#412A2D
(65,42,45)
#392528
(57,37,40)
#312023
(49,32,35)
#291B1E
(41,27,30)
#211619
(33,22,25)
#191114
(25,17,20)
#110C0F
(17,12,15)
#000000
(0,0,0)

Tints of #613E41

#613E41
(97,62,65)
#6F4F52
(111,79,82)
#7D6063
(125,96,99)
#8B7174
(139,113,116)
#998285
(153,130,133)
#A79396
(167,147,150)
#B5A4A7
(181,164,167)
#C3B5B8
(195,181,184)
#D1C6C9
(209,198,201)
#DFD7DA
(223,215,218)
#EDE8EB
(237,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #613E41; }

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

This text font color is #613E41.


Background Color

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

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

This div background color is #613E41.


Border color

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

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

This div border color is #613E41.


Opacity

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

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

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

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

This text has shadow with #613E41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #613E41 on black background.


Color preview on white background

This text has color #613E41 on white background.



Black color preview on #613E41 background

This text has black color on #613E41 background.


White color preview on #613E41 background

This text has white color on #613E41 background.