COLOR #613E36

HEX: #613E36
RGB: (97,62,54)

Color info

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

RGB color model

#613E36 color RGB value is (97,62,54).

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

RGB channels and saturation

R 97 of 255 = 38%
G 62 of 255 = 24%
B 54 of 255 = 21%

97
62
54

R + G + B ~ 28%. #613E36 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 62 + 54 = 213 (100%)
R 97 of 213 ~ 45.54%
G 62 of 213 ~ 29.11%
B 54 of 213 ~ 25.35%

%45.54
%29.11
%25.35

CMYK color model

#613E36 color CMYK value is (0,36,44,62).

  • cyan value is 0.00%
  • magenta value is 36.08%
  • yellow value is 44.33%
  • key color value is 61.96%
CMYK:
(0,36,44,62)
C0M36Y44K62 
(0%,36%,44%,62%)
(0.00/0.36/0.44/0.62)	

CMYK percentages

%0
%36.08
%44.33
%61.96

Codes

Color #613E36 in popluar color models

613E36
RGB976254
HSL11°28.48%29.61%
HSB/HSV11°44.33%38.04%
CMYK0.00%36.08%44.33%
61.96%

Color #613E36 in popluar number systems.

HEX613E36
Decimal976254
Binary1100001111110110110
Octal1417666

Shades and tints

Shades of #613E36

#613E36
(97,62,54)
#593932
(89,57,50)
#51342E
(81,52,46)
#492F2A
(73,47,42)
#412A26
(65,42,38)
#392522
(57,37,34)
#31201E
(49,32,30)
#291B1A
(41,27,26)
#211616
(33,22,22)
#191112
(25,17,18)
#110C0E
(17,12,14)
#000000
(0,0,0)

Tints of #613E36

#613E36
(97,62,54)
#6F4F48
(111,79,72)
#7D605A
(125,96,90)
#8B716C
(139,113,108)
#99827E
(153,130,126)
#A79390
(167,147,144)
#B5A4A2
(181,164,162)
#C3B5B4
(195,181,180)
#D1C6C6
(209,198,198)
#DFD7D8
(223,215,216)
#EDE8EA
(237,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #613E36; }

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

This text font color is #613E36.


Background Color

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

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

This div background color is #613E36.


Border color

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

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

This div border color is #613E36.


Opacity

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

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

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

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

This text has shadow with #613E36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #613E36 on black background.


Color preview on white background

This text has color #613E36 on white background.



Black color preview on #613E36 background

This text has black color on #613E36 background.


White color preview on #613E36 background

This text has white color on #613E36 background.