COLOR #613638

HEX: #613638
RGB: (97,54,56)

Color info

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

RGB color model

#613638 color RGB value is (97,54,56).

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

RGB channels and saturation

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

97
54
56

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

Portions of RGB colors in percentages

R + G + B =
97 + 54 + 56 = 207 (100%)
R 97 of 207 ~ 46.86%
G 54 of 207 ~ 26.09%
B 56 of 207 ~ 27.05%

%46.86
%26.09
%27.05

CMYK color model

#613638 color CMYK value is (0,44,42,62).

  • cyan value is 0.00%
  • magenta value is 44.33%
  • yellow value is 42.27%
  • key color value is 61.96%
CMYK:
(0,44,42,62)
C0M44Y42K62 
(0%,44%,42%,62%)
(0.00/0.44/0.42/0.62)	

CMYK percentages

%0
%44.33
%42.27
%61.96

Codes

Color #613638 in popluar color models

613638
RGB975456
HSL357°28.48%29.61%
HSB/HSV357°44.33%38.04%
CMYK0.00%44.33%42.27%
61.96%

Color #613638 in popluar number systems.

HEX613638
Decimal975456
Binary1100001110110111000
Octal1416670

Shades and tints

Shades of #613638

#613638
(97,54,56)
#593233
(89,50,51)
#512E2E
(81,46,46)
#492A29
(73,42,41)
#412624
(65,38,36)
#39221F
(57,34,31)
#311E1A
(49,30,26)
#291A15
(41,26,21)
#211610
(33,22,16)
#19120B
(25,18,11)
#110E06
(17,14,6)
#000000
(0,0,0)

Tints of #613638

#613638
(97,54,56)
#6F484A
(111,72,74)
#7D5A5C
(125,90,92)
#8B6C6E
(139,108,110)
#997E80
(153,126,128)
#A79092
(167,144,146)
#B5A2A4
(181,162,164)
#C3B4B6
(195,180,182)
#D1C6C8
(209,198,200)
#DFD8DA
(223,216,218)
#EDEAEC
(237,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #613638; }

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

This text font color is #613638.


Background Color

.myBgColor { background-color: #613638; }

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

This div background color is #613638.


Border color

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

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

This div border color is #613638.


Opacity

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

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

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

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

This text has shadow with #613638 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #613638 on black background.


Color preview on white background

This text has color #613638 on white background.



Black color preview on #613638 background

This text has black color on #613638 background.


White color preview on #613638 background

This text has white color on #613638 background.