COLOR #613E24

HEX: #613E24
RGB: (97,62,36)

Color info

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

RGB color model

#613E24 color RGB value is (97,62,36).

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

RGB channels and saturation

R 97 of 255 = 38%
G 62 of 255 = 24%
B 36 of 255 = 14%

97
62
36

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

Portions of RGB colors in percentages

R + G + B =
97 + 62 + 36 = 195 (100%)
R 97 of 195 ~ 49.74%
G 62 of 195 ~ 31.79%
B 36 of 195 ~ 18.46%

%49.74
%31.79
%18.46

CMYK color model

#613E24 color CMYK value is (0,36,63,62).

  • cyan value is 0.00%
  • magenta value is 36.08%
  • yellow value is 62.89%
  • key color value is 61.96%
CMYK:
(0,36,63,62)
C0M36Y63K62 
(0%,36%,63%,62%)
(0.00/0.36/0.63/0.62)	

CMYK percentages

%0
%36.08
%62.89
%61.96

Codes

Color #613E24 in popluar color models

613E24
RGB976236
HSL26°45.86%26.08%
HSB/HSV26°62.89%38.04%
CMYK0.00%36.08%62.89%
61.96%

Color #613E24 in popluar number systems.

HEX613E24
Decimal976236
Binary1100001111110100100
Octal1417644

Shades and tints

Shades of #613E24

#613E24
(97,62,36)
#593921
(89,57,33)
#51341E
(81,52,30)
#492F1B
(73,47,27)
#412A18
(65,42,24)
#392515
(57,37,21)
#312012
(49,32,18)
#291B0F
(41,27,15)
#21160C
(33,22,12)
#191109
(25,17,9)
#110C06
(17,12,6)
#000000
(0,0,0)

Tints of #613E24

#613E24
(97,62,36)
#6F4F37
(111,79,55)
#7D604A
(125,96,74)
#8B715D
(139,113,93)
#998270
(153,130,112)
#A79383
(167,147,131)
#B5A496
(181,164,150)
#C3B5A9
(195,181,169)
#D1C6BC
(209,198,188)
#DFD7CF
(223,215,207)
#EDE8E2
(237,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #613E24; }

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

This text font color is #613E24.


Background Color

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

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

This div background color is #613E24.


Border color

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

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

This div border color is #613E24.


Opacity

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

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

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

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

This text has shadow with #613E24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #613E24 on black background.


Color preview on white background

This text has color #613E24 on white background.



Black color preview on #613E24 background

This text has black color on #613E24 background.


White color preview on #613E24 background

This text has white color on #613E24 background.