COLOR #613736

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

97
55
54

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

Portions of RGB colors in percentages

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

%47.09
%26.7
%26.21

CMYK color model

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

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

CMYK percentages

%0
%43.3
%44.33
%61.96

Codes

Color #613736 in popluar color models

613736
RGB975554
HSL28.48%29.61%
HSB/HSV44.33%38.04%
CMYK0.00%43.30%44.33%
61.96%

Color #613736 in popluar number systems.

HEX613736
Decimal975554
Binary1100001110111110110
Octal1416766

Shades and tints

Shades of #613736

#613736
(97,55,54)
#593232
(89,50,50)
#512D2E
(81,45,46)
#49282A
(73,40,42)
#412326
(65,35,38)
#391E22
(57,30,34)
#31191E
(49,25,30)
#29141A
(41,20,26)
#210F16
(33,15,22)
#190A12
(25,10,18)
#11050E
(17,5,14)
#000000
(0,0,0)

Tints of #613736

#613736
(97,55,54)
#6F4948
(111,73,72)
#7D5B5A
(125,91,90)
#8B6D6C
(139,109,108)
#997F7E
(153,127,126)
#A79190
(167,145,144)
#B5A3A2
(181,163,162)
#C3B5B4
(195,181,180)
#D1C7C6
(209,199,198)
#DFD9D8
(223,217,216)
#EDEBEA
(237,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #613736; }

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

This text font color is #613736.


Background Color

.myBgColor { background-color: #613736; }

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

This div background color is #613736.


Border color

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

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

This div border color is #613736.


Opacity

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

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

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

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

This text has shadow with #613736 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #613736 on black background.


Color preview on white background

This text has color #613736 on white background.



Black color preview on #613736 background

This text has black color on #613736 background.


White color preview on #613736 background

This text has white color on #613736 background.