COLOR #613632

HEX: #613632
RGB: (97,54,50)

Color info

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

RGB color model

#613632 color RGB value is (97,54,50).

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

RGB channels and saturation

R 97 of 255 = 38%
G 54 of 255 = 21%
B 50 of 255 = 20%

97
54
50

R + G + B ~ 26%. #613632 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 54 + 50 = 201 (100%)
R 97 of 201 ~ 48.26%
G 54 of 201 ~ 26.87%
B 50 of 201 ~ 24.88%

%48.26
%26.87
%24.88

CMYK color model

#613632 color CMYK value is (0,44,48,62).

  • cyan value is 0.00%
  • magenta value is 44.33%
  • yellow value is 48.45%
  • key color value is 61.96%
CMYK:
(0,44,48,62)
C0M44Y48K62 
(0%,44%,48%,62%)
(0.00/0.44/0.48/0.62)	

CMYK percentages

%0
%44.33
%48.45
%61.96

Codes

Color #613632 in popluar color models

613632
RGB975450
HSL31.97%28.82%
HSB/HSV48.45%38.04%
CMYK0.00%44.33%48.45%
61.96%

Color #613632 in popluar number systems.

HEX613632
Decimal975450
Binary1100001110110110010
Octal1416662

Shades and tints

Shades of #613632

#613632
(97,54,50)
#59322E
(89,50,46)
#512E2A
(81,46,42)
#492A26
(73,42,38)
#412622
(65,38,34)
#39221E
(57,34,30)
#311E1A
(49,30,26)
#291A16
(41,26,22)
#211612
(33,22,18)
#19120E
(25,18,14)
#110E0A
(17,14,10)
#000000
(0,0,0)

Tints of #613632

#613632
(97,54,50)
#6F4844
(111,72,68)
#7D5A56
(125,90,86)
#8B6C68
(139,108,104)
#997E7A
(153,126,122)
#A7908C
(167,144,140)
#B5A29E
(181,162,158)
#C3B4B0
(195,180,176)
#D1C6C2
(209,198,194)
#DFD8D4
(223,216,212)
#EDEAE6
(237,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #613632; }

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

This text font color is #613632.


Background Color

.myBgColor { background-color: #613632; }

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

This div background color is #613632.


Border color

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

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

This div border color is #613632.


Opacity

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

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

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

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

This text has shadow with #613632 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #613632 on black background.


Color preview on white background

This text has color #613632 on white background.



Black color preview on #613632 background

This text has black color on #613632 background.


White color preview on #613632 background

This text has white color on #613632 background.