COLOR #613E32

HEX: #613E32
RGB: (97,62,50)

Color info

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

RGB color model

#613E32 color RGB value is (97,62,50).

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

RGB channels and saturation

R 97 of 255 = 38%
G 62 of 255 = 24%
B 50 of 255 = 20%

97
62
50

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

Portions of RGB colors in percentages

R + G + B =
97 + 62 + 50 = 209 (100%)
R 97 of 209 ~ 46.41%
G 62 of 209 ~ 29.67%
B 50 of 209 ~ 23.92%

%46.41
%29.67
%23.92

CMYK color model

#613E32 color CMYK value is (0,36,48,62).

  • cyan value is 0.00%
  • magenta value is 36.08%
  • yellow value is 48.45%
  • key color value is 61.96%
CMYK:
(0,36,48,62)
C0M36Y48K62 
(0%,36%,48%,62%)
(0.00/0.36/0.48/0.62)	

CMYK percentages

%0
%36.08
%48.45
%61.96

Codes

Color #613E32 in popluar color models

613E32
RGB976250
HSL15°31.97%28.82%
HSB/HSV15°48.45%38.04%
CMYK0.00%36.08%48.45%
61.96%

Color #613E32 in popluar number systems.

HEX613E32
Decimal976250
Binary1100001111110110010
Octal1417662

Shades and tints

Shades of #613E32

#613E32
(97,62,50)
#59392E
(89,57,46)
#51342A
(81,52,42)
#492F26
(73,47,38)
#412A22
(65,42,34)
#39251E
(57,37,30)
#31201A
(49,32,26)
#291B16
(41,27,22)
#211612
(33,22,18)
#19110E
(25,17,14)
#110C0A
(17,12,10)
#000000
(0,0,0)

Tints of #613E32

#613E32
(97,62,50)
#6F4F44
(111,79,68)
#7D6056
(125,96,86)
#8B7168
(139,113,104)
#99827A
(153,130,122)
#A7938C
(167,147,140)
#B5A49E
(181,164,158)
#C3B5B0
(195,181,176)
#D1C6C2
(209,198,194)
#DFD7D4
(223,215,212)
#EDE8E6
(237,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #613E32; }

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

This text font color is #613E32.


Background Color

.myBgColor { background-color: #613E32; }

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

This div background color is #613E32.


Border color

.myBorderColor { border: 1px solid #613E32; }

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

This div border color is #613E32.


Opacity

.myOpacity80 { color: #613E32; opacity: 0.8; }

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

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

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

This text has shadow with #613E32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #613E32 on black background.


Color preview on white background

This text has color #613E32 on white background.



Black color preview on #613E32 background

This text has black color on #613E32 background.


White color preview on #613E32 background

This text has white color on #613E32 background.