COLOR #613524

HEX: #613524 RGB: (97,53,36)

Color info

#613524 contains mainly red and green colors. Web safe color of #613524 is #663333 (or #633).

RGB color model

#613524 color RGB value is (97,53,36).

RGB: (97,53,36) (38%, 21%, 14%)

RGB channels and saturation

R 97 of 255 = 38%
G 53 of 255 = 21%
B 36 of 255 = 14%

97
53
36

R + G + B ~ 24%. #613524 is dark color.

Portions of RGB colors in percentages

R + G + B = 97 + 53 + 36 = 186 (100%)
R 97 of 186 ~ 52.15%
G 53 of 186 ~ 28.49%
B 36 of 186 ~ 19.35'%

%52.15
%28.49
%19.35

CMYK color model

#613524 color CMYK value is (0,45,63,62).

  • cyan value is 0.00%
  • magenta value is 45.36%
  • yellow value is 62.89%
  • key color value is 61.96%

CMYK: (0,45,63,62)
C0M45Y63K62 (0%, 45%, 63%, 62%)
(0.00 / 0.45 / 0.63 / 0.62)

CMYK percentages

%0
%45.36
%62.89
%61.96

Codes

Color #613524 in popluar color models

61 35 24
RGB 97 53 36
HSL 17° 45.86% 26.08%
HSB/HSV 17° 62.89% 38.04%
CMYK 0.00% 45.36% 62.89%
61.96%

Color #613524 in popluar number systems.

HEX 61 35 24
Decimal 97 53 36
Binary 1100001 110101 100100
Octal 141 65 44

Shades and tints

Shades of #613524

#613524
(97,53,36)
#593121
(89,49,33)
#512D1E
(81,45,30)
#49291B
(73,41,27)
#412518
(65,37,24)
#392115
(57,33,21)
#311D12
(49,29,18)
#29190F
(41,25,15)
#21150C
(33,21,12)
#191109
(25,17,9)
#110D06
(17,13,6)
#000000
(0,0,0)

Tints of #613524

#613524
(97,53,36)
#6F4737
(111,71,55)
#7D594A
(125,89,74)
#8B6B5D
(139,107,93)
#997D70
(153,125,112)
#A78F83
(167,143,131)
#B5A196
(181,161,150)
#C3B3A9
(195,179,169)
#D1C5BC
(209,197,188)
#DFD7CF
(223,215,207)
#EDE9E2
(237,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #613524 color. Also use rgb(97,53,36) instead hex code.

Text Font Color

.myTextColor { color: #613524; }

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

This text font color is #613524.

Background Color

.myBgColor { background-color: #613524; }

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

This div background color is #613524.

Border color

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

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

This div border color is #613524.

Opacity

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

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

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

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

This text has shadow with #613524 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #613524.

Preview

Color preview on black background

This text has color #613524 on black background.


Color preview on white background

This text has color #613524 on white background.


Black color preview on #613524 background

This text has black color on #613524 background.


White color preview on #613524 background

This text has white color on #613524 background.


Related colors

Complementary color

Complementary color for #hex is #9ECADB.


I love getcolorcode.com

Triadic colors

1 #246135 and #352461 with #613524 are triadic colors.

2 #243561 and #356124 with #613524 are triadic colors.