COLOR #613119

HEX: #613119
RGB: (97,49,25)

Color info

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

RGB color model

#613119 color RGB value is (97,49,25).

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

RGB channels and saturation

R 97 of 255 = 38%
G 49 of 255 = 19%
B 25 of 255 = 10%

97
49
25

R + G + B ~ 22%. #613119 is dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 49 + 25 = 171 (100%)
R 97 of 171 ~ 56.73%
G 49 of 171 ~ 28.65%
B 25 of 171 ~ 14.62%

%56.73
%28.65
%14.62

CMYK color model

#613119 color CMYK value is (0,49,74,62).

  • cyan value is 0.00%
  • magenta value is 49.48%
  • yellow value is 74.23%
  • key color value is 61.96%
CMYK:
(0,49,74,62)
C0M49Y74K62 
(0%,49%,74%,62%)
(0.00/0.49/0.74/0.62)	

CMYK percentages

%0
%49.48
%74.23
%61.96

Codes

Color #613119 in popluar color models

613119
RGB974925
HSL20°59.02%23.92%
HSB/HSV20°74.23%38.04%
CMYK0.00%49.48%74.23%
61.96%

Color #613119 in popluar number systems.

HEX613119
Decimal974925
Binary110000111000111001
Octal1416131

Shades and tints

Shades of #613119

#613119
(97,49,25)
#592D17
(89,45,23)
#512915
(81,41,21)
#492513
(73,37,19)
#412111
(65,33,17)
#391D0F
(57,29,15)
#31190D
(49,25,13)
#29150B
(41,21,11)
#211109
(33,17,9)
#190D07
(25,13,7)
#110905
(17,9,5)
#000000
(0,0,0)

Tints of #613119

#613119
(97,49,25)
#6F432D
(111,67,45)
#7D5541
(125,85,65)
#8B6755
(139,103,85)
#997969
(153,121,105)
#A78B7D
(167,139,125)
#B59D91
(181,157,145)
#C3AFA5
(195,175,165)
#D1C1B9
(209,193,185)
#DFD3CD
(223,211,205)
#EDE5E1
(237,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #613119; }

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

This text font color is #613119.


Background Color

.myBgColor { background-color: #613119; }

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

This div background color is #613119.


Border color

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

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

This div border color is #613119.


Opacity

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

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

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

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

This text has shadow with #613119 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #613119 on black background.


Color preview on white background

This text has color #613119 on white background.



Black color preview on #613119 background

This text has black color on #613119 background.


White color preview on #613119 background

This text has white color on #613119 background.