COLOR #613B41

HEX: #613B41
RGB: (97,59,65)

Color info

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

RGB color model

#613B41 color RGB value is (97,59,65).

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

RGB channels and saturation

R 97 of 255 = 38%
G 59 of 255 = 23%
B 65 of 255 = 25%

97
59
65

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

Portions of RGB colors in percentages

R + G + B =
97 + 59 + 65 = 221 (100%)
R 97 of 221 ~ 43.89%
G 59 of 221 ~ 26.7%
B 65 of 221 ~ 29.41%

%43.89
%26.7
%29.41

CMYK color model

#613B41 color CMYK value is (0,39,33,62).

  • cyan value is 0.00%
  • magenta value is 39.18%
  • yellow value is 32.99%
  • key color value is 61.96%
CMYK:
(0,39,33,62)
C0M39Y33K62 
(0%,39%,33%,62%)
(0.00/0.39/0.33/0.62)	

CMYK percentages

%0
%39.18
%32.99
%61.96

Codes

Color #613B41 in popluar color models

613B41
RGB975965
HSL351°24.36%30.59%
HSB/HSV351°39.18%38.04%
CMYK0.00%39.18%32.99%
61.96%

Color #613B41 in popluar number systems.

HEX613B41
Decimal975965
Binary11000011110111000001
Octal14173101

Shades and tints

Shades of #613B41

#613B41
(97,59,65)
#59363C
(89,54,60)
#513137
(81,49,55)
#492C32
(73,44,50)
#41272D
(65,39,45)
#392228
(57,34,40)
#311D23
(49,29,35)
#29181E
(41,24,30)
#211319
(33,19,25)
#190E14
(25,14,20)
#11090F
(17,9,15)
#000000
(0,0,0)

Tints of #613B41

#613B41
(97,59,65)
#6F4C52
(111,76,82)
#7D5D63
(125,93,99)
#8B6E74
(139,110,116)
#997F85
(153,127,133)
#A79096
(167,144,150)
#B5A1A7
(181,161,167)
#C3B2B8
(195,178,184)
#D1C3C9
(209,195,201)
#DFD4DA
(223,212,218)
#EDE5EB
(237,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #613B41; }

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

This text font color is #613B41.


Background Color

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

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

This div background color is #613B41.


Border color

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

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

This div border color is #613B41.


Opacity

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

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

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

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

This text has shadow with #613B41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #613B41 on black background.


Color preview on white background

This text has color #613B41 on white background.



Black color preview on #613B41 background

This text has black color on #613B41 background.


White color preview on #613B41 background

This text has white color on #613B41 background.