COLOR #613519

HEX: #613519
RGB: (97,53,25)

Color info

#613519 contains mainly red and green colors. Web safe color of #613519 is #663300 (or #630).

RGB color model

#613519 color RGB value is (97,53,25).

  • red value is 97;
  • green value is 53;
  • blue value is 25.
RGB:
(97,53,25)
(38%,21%,10%)

RGB channels and saturation

R 97 of 255 = 38%
G 53 of 255 = 21%
B 25 of 255 = 10%

97
53
25

R + G + B ~ 23%. #613519 is dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 53 + 25 = 175 (100%)
R 97 of 175 ~ 55.43%
G 53 of 175 ~ 30.29%
B 25 of 175 ~ 14.29%

%55.43
%30.29
%14.29

CMYK color model

#613519 color CMYK value is (0,45,74,62).

  • cyan value is 0.00%
  • magenta value is 45.36%
  • yellow value is 74.23%
  • key color value is 61.96%
CMYK:
(0,45,74,62)
C0M45Y74K62 
(0%,45%,74%,62%)
(0.00/0.45/0.74/0.62)	

CMYK percentages

%0
%45.36
%74.23
%61.96

Codes

Color #613519 in popluar color models

613519
RGB975325
HSL23°59.02%23.92%
HSB/HSV23°74.23%38.04%
CMYK0.00%45.36%74.23%
61.96%

Color #613519 in popluar number systems.

HEX613519
Decimal975325
Binary110000111010111001
Octal1416531

Shades and tints

Shades of #613519

#613519
(97,53,25)
#593117
(89,49,23)
#512D15
(81,45,21)
#492913
(73,41,19)
#412511
(65,37,17)
#39210F
(57,33,15)
#311D0D
(49,29,13)
#29190B
(41,25,11)
#211509
(33,21,9)
#191107
(25,17,7)
#110D05
(17,13,5)
#000000
(0,0,0)

Tints of #613519

#613519
(97,53,25)
#6F472D
(111,71,45)
#7D5941
(125,89,65)
#8B6B55
(139,107,85)
#997D69
(153,125,105)
#A78F7D
(167,143,125)
#B5A191
(181,161,145)
#C3B3A5
(195,179,165)
#D1C5B9
(209,197,185)
#DFD7CD
(223,215,205)
#EDE9E1
(237,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #613519; }

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

This text font color is #613519.


Background Color

.myBgColor { background-color: #613519; }

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

This div background color is #613519.


Border color

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

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

This div border color is #613519.


Opacity

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

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

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

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

This text has shadow with #613519 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #613519 on black background.


Color preview on white background

This text has color #613519 on white background.



Black color preview on #613519 background

This text has black color on #613519 background.


White color preview on #613519 background

This text has white color on #613519 background.