COLOR #613645

HEX: #613645
RGB: (97,54,69)

Color info

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

RGB color model

#613645 color RGB value is (97,54,69).

  • red value is 97;
  • green value is 54;
  • blue value is 69.
RGB:
(97,54,69)
(38%,21%,27%)

RGB channels and saturation

R 97 of 255 = 38%
G 54 of 255 = 21%
B 69 of 255 = 27%

97
54
69

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

Portions of RGB colors in percentages

R + G + B =
97 + 54 + 69 = 220 (100%)
R 97 of 220 ~ 44.09%
G 54 of 220 ~ 24.55%
B 69 of 220 ~ 31.36%

%44.09
%24.55
%31.36

CMYK color model

#613645 color CMYK value is (0,44,29,62).

  • cyan value is 0.00%
  • magenta value is 44.33%
  • yellow value is 28.87%
  • key color value is 61.96%
CMYK:
(0,44,29,62)
C0M44Y29K62 
(0%,44%,29%,62%)
(0.00/0.44/0.29/0.62)	

CMYK percentages

%0
%44.33
%28.87
%61.96

Codes

Color #613645 in popluar color models

613645
RGB975469
HSL339°28.48%29.61%
HSB/HSV339°44.33%38.04%
CMYK0.00%44.33%28.87%
61.96%

Color #613645 in popluar number systems.

HEX613645
Decimal975469
Binary11000011101101000101
Octal14166105

Shades and tints

Shades of #613645

#613645
(97,54,69)
#59323F
(89,50,63)
#512E39
(81,46,57)
#492A33
(73,42,51)
#41262D
(65,38,45)
#392227
(57,34,39)
#311E21
(49,30,33)
#291A1B
(41,26,27)
#211615
(33,22,21)
#19120F
(25,18,15)
#110E09
(17,14,9)
#000000
(0,0,0)

Tints of #613645

#613645
(97,54,69)
#6F4855
(111,72,85)
#7D5A65
(125,90,101)
#8B6C75
(139,108,117)
#997E85
(153,126,133)
#A79095
(167,144,149)
#B5A2A5
(181,162,165)
#C3B4B5
(195,180,181)
#D1C6C5
(209,198,197)
#DFD8D5
(223,216,213)
#EDEAE5
(237,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #613645 color. Also use rgb(97,54,69) instead hex code.

Text Font Color

.myTextColor { color: #613645; }

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

This text font color is #613645.


Background Color

.myBgColor { background-color: #613645; }

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

This div background color is #613645.


Border color

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

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

This div border color is #613645.


Opacity

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

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

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

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

This text has shadow with #613645 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #613645 on black background.


Color preview on white background

This text has color #613645 on white background.



Black color preview on #613645 background

This text has black color on #613645 background.


White color preview on #613645 background

This text has white color on #613645 background.