COLOR #613637

HEX: #613637
RGB: (97,54,55)

Color info

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

RGB color model

#613637 color RGB value is (97,54,55).

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

RGB channels and saturation

R 97 of 255 = 38%
G 54 of 255 = 21%
B 55 of 255 = 22%

97
54
55

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

Portions of RGB colors in percentages

R + G + B =
97 + 54 + 55 = 206 (100%)
R 97 of 206 ~ 47.09%
G 54 of 206 ~ 26.21%
B 55 of 206 ~ 26.7%

%47.09
%26.21
%26.7

CMYK color model

#613637 color CMYK value is (0,44,43,62).

  • cyan value is 0.00%
  • magenta value is 44.33%
  • yellow value is 43.30%
  • key color value is 61.96%
CMYK:
(0,44,43,62)
C0M44Y43K62 
(0%,44%,43%,62%)
(0.00/0.44/0.43/0.62)	

CMYK percentages

%0
%44.33
%43.3
%61.96

Codes

Color #613637 in popluar color models

613637
RGB975455
HSL359°28.48%29.61%
HSB/HSV359°44.33%38.04%
CMYK0.00%44.33%43.30%
61.96%

Color #613637 in popluar number systems.

HEX613637
Decimal975455
Binary1100001110110110111
Octal1416667

Shades and tints

Shades of #613637

#613637
(97,54,55)
#593232
(89,50,50)
#512E2D
(81,46,45)
#492A28
(73,42,40)
#412623
(65,38,35)
#39221E
(57,34,30)
#311E19
(49,30,25)
#291A14
(41,26,20)
#21160F
(33,22,15)
#19120A
(25,18,10)
#110E05
(17,14,5)
#000000
(0,0,0)

Tints of #613637

#613637
(97,54,55)
#6F4849
(111,72,73)
#7D5A5B
(125,90,91)
#8B6C6D
(139,108,109)
#997E7F
(153,126,127)
#A79091
(167,144,145)
#B5A2A3
(181,162,163)
#C3B4B5
(195,180,181)
#D1C6C7
(209,198,199)
#DFD8D9
(223,216,217)
#EDEAEB
(237,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #613637; }

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

This text font color is #613637.


Background Color

.myBgColor { background-color: #613637; }

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

This div background color is #613637.


Border color

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

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

This div border color is #613637.


Opacity

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

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

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

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

This text has shadow with #613637 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #613637 on black background.


Color preview on white background

This text has color #613637 on white background.



Black color preview on #613637 background

This text has black color on #613637 background.


White color preview on #613637 background

This text has white color on #613637 background.