COLOR #613041

HEX: #613041
RGB: (97,48,65)

Color info

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

RGB color model

#613041 color RGB value is (97,48,65).

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

RGB channels and saturation

R 97 of 255 = 38%
G 48 of 255 = 19%
B 65 of 255 = 25%

97
48
65

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

Portions of RGB colors in percentages

R + G + B =
97 + 48 + 65 = 210 (100%)
R 97 of 210 ~ 46.19%
G 48 of 210 ~ 22.86%
B 65 of 210 ~ 30.95%

%46.19
%22.86
%30.95

CMYK color model

#613041 color CMYK value is (0,51,33,62).

  • cyan value is 0.00%
  • magenta value is 50.52%
  • yellow value is 32.99%
  • key color value is 61.96%
CMYK:
(0,51,33,62)
C0M51Y33K62 
(0%,51%,33%,62%)
(0.00/0.51/0.33/0.62)	

CMYK percentages

%0
%50.52
%32.99
%61.96

Codes

Color #613041 in popluar color models

613041
RGB974865
HSL339°33.79%28.43%
HSB/HSV339°50.52%38.04%
CMYK0.00%50.52%32.99%
61.96%

Color #613041 in popluar number systems.

HEX613041
Decimal974865
Binary11000011100001000001
Octal14160101

Shades and tints

Shades of #613041

#613041
(97,48,65)
#592C3C
(89,44,60)
#512837
(81,40,55)
#492432
(73,36,50)
#41202D
(65,32,45)
#391C28
(57,28,40)
#311823
(49,24,35)
#29141E
(41,20,30)
#211019
(33,16,25)
#190C14
(25,12,20)
#11080F
(17,8,15)
#000000
(0,0,0)

Tints of #613041

#613041
(97,48,65)
#6F4252
(111,66,82)
#7D5463
(125,84,99)
#8B6674
(139,102,116)
#997885
(153,120,133)
#A78A96
(167,138,150)
#B59CA7
(181,156,167)
#C3AEB8
(195,174,184)
#D1C0C9
(209,192,201)
#DFD2DA
(223,210,218)
#EDE4EB
(237,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #613041; }

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

This text font color is #613041.


Background Color

.myBgColor { background-color: #613041; }

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

This div background color is #613041.


Border color

.myBorderColor { border: 1px solid #613041; }

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

This div border color is #613041.


Opacity

.myOpacity80 { color: #613041; opacity: 0.8; }

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

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

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

This text has shadow with #613041 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #613041 on black background.


Color preview on white background

This text has color #613041 on white background.



Black color preview on #613041 background

This text has black color on #613041 background.


White color preview on #613041 background

This text has white color on #613041 background.