COLOR #613E1F

HEX: #613E1F
RGB: (97,62,31)

Color info

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

RGB color model

#613E1F color RGB value is (97,62,31).

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

RGB channels and saturation

R 97 of 255 = 38%
G 62 of 255 = 24%
B 31 of 255 = 12%

97
62
31

R + G + B ~ 25%. #613E1F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 62 + 31 = 190 (100%)
R 97 of 190 ~ 51.05%
G 62 of 190 ~ 32.63%
B 31 of 190 ~ 16.32%

%51.05
%32.63
%16.32

CMYK color model

#613E1F color CMYK value is (0,36,68,62).

  • cyan value is 0.00%
  • magenta value is 36.08%
  • yellow value is 68.04%
  • key color value is 61.96%
CMYK:
(0,36,68,62)
C0M36Y68K62 
(0%,36%,68%,62%)
(0.00/0.36/0.68/0.62)	

CMYK percentages

%0
%36.08
%68.04
%61.96

Codes

Color #613E1F in popluar color models

613E1F
RGB976231
HSL28°51.56%25.10%
HSB/HSV28°68.04%38.04%
CMYK0.00%36.08%68.04%
61.96%

Color #613E1F in popluar number systems.

HEX613E1F
Decimal976231
Binary110000111111011111
Octal1417637

Shades and tints

Shades of #613E1F

#613E1F
(97,62,31)
#59391D
(89,57,29)
#51341B
(81,52,27)
#492F19
(73,47,25)
#412A17
(65,42,23)
#392515
(57,37,21)
#312013
(49,32,19)
#291B11
(41,27,17)
#21160F
(33,22,15)
#19110D
(25,17,13)
#110C0B
(17,12,11)
#000000
(0,0,0)

Tints of #613E1F

#613E1F
(97,62,31)
#6F4F33
(111,79,51)
#7D6047
(125,96,71)
#8B715B
(139,113,91)
#99826F
(153,130,111)
#A79383
(167,147,131)
#B5A497
(181,164,151)
#C3B5AB
(195,181,171)
#D1C6BF
(209,198,191)
#DFD7D3
(223,215,211)
#EDE8E7
(237,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #613E1F; }

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

This text font color is #613E1F.


Background Color

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

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

This div background color is #613E1F.


Border color

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

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

This div border color is #613E1F.


Opacity

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

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

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

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

This text has shadow with #613E1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #613E1F on black background.


Color preview on white background

This text has color #613E1F on white background.



Black color preview on #613E1F background

This text has black color on #613E1F background.


White color preview on #613E1F background

This text has white color on #613E1F background.