COLOR #613A43

HEX: #613A43
RGB: (97,58,67)

Color info

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

RGB color model

#613A43 color RGB value is (97,58,67).

  • red value is 97;
  • green value is 58;
  • blue value is 67.
RGB:
(97,58,67)
(38%,23%,26%)

RGB channels and saturation

R 97 of 255 = 38%
G 58 of 255 = 23%
B 67 of 255 = 26%

97
58
67

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

Portions of RGB colors in percentages

R + G + B =
97 + 58 + 67 = 222 (100%)
R 97 of 222 ~ 43.69%
G 58 of 222 ~ 26.13%
B 67 of 222 ~ 30.18%

%43.69
%26.13
%30.18

CMYK color model

#613A43 color CMYK value is (0,40,31,62).

  • cyan value is 0.00%
  • magenta value is 40.21%
  • yellow value is 30.93%
  • key color value is 61.96%
CMYK:
(0,40,31,62)
C0M40Y31K62 
(0%,40%,31%,62%)
(0.00/0.40/0.31/0.62)	

CMYK percentages

%0
%40.21
%30.93
%61.96

Codes

Color #613A43 in popluar color models

613A43
RGB975867
HSL346°25.16%30.39%
HSB/HSV346°40.21%38.04%
CMYK0.00%40.21%30.93%
61.96%

Color #613A43 in popluar number systems.

HEX613A43
Decimal975867
Binary11000011110101000011
Octal14172103

Shades and tints

Shades of #613A43

#613A43
(97,58,67)
#59353D
(89,53,61)
#513037
(81,48,55)
#492B31
(73,43,49)
#41262B
(65,38,43)
#392125
(57,33,37)
#311C1F
(49,28,31)
#291719
(41,23,25)
#211213
(33,18,19)
#190D0D
(25,13,13)
#110807
(17,8,7)
#000000
(0,0,0)

Tints of #613A43

#613A43
(97,58,67)
#6F4B54
(111,75,84)
#7D5C65
(125,92,101)
#8B6D76
(139,109,118)
#997E87
(153,126,135)
#A78F98
(167,143,152)
#B5A0A9
(181,160,169)
#C3B1BA
(195,177,186)
#D1C2CB
(209,194,203)
#DFD3DC
(223,211,220)
#EDE4ED
(237,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #613A43 color. Also use rgb(97,58,67) instead hex code.

Text Font Color

.myTextColor { color: #613A43; }

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

This text font color is #613A43.


Background Color

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

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

This div background color is #613A43.


Border color

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

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

This div border color is #613A43.


Opacity

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

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

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

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

This text has shadow with #613A43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #613A43 on black background.


Color preview on white background

This text has color #613A43 on white background.



Black color preview on #613A43 background

This text has black color on #613A43 background.


White color preview on #613A43 background

This text has white color on #613A43 background.