COLOR #613E28

HEX: #613E28
RGB: (97,62,40)

Color info

#613E28 contains red, green and blue colors in about the same proportion. Web safe color of #613E28 is #663333 (or #633).

RGB color model

#613E28 color RGB value is (97,62,40).

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

RGB channels and saturation

R 97 of 255 = 38%
G 62 of 255 = 24%
B 40 of 255 = 16%

97
62
40

R + G + B ~ 26%. #613E28 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 62 + 40 = 199 (100%)
R 97 of 199 ~ 48.74%
G 62 of 199 ~ 31.16%
B 40 of 199 ~ 20.1%

%48.74
%31.16
%20.1

CMYK color model

#613E28 color CMYK value is (0,36,59,62).

  • cyan value is 0.00%
  • magenta value is 36.08%
  • yellow value is 58.76%
  • key color value is 61.96%
CMYK:
(0,36,59,62)
C0M36Y59K62 
(0%,36%,59%,62%)
(0.00/0.36/0.59/0.62)	

CMYK percentages

%0
%36.08
%58.76
%61.96

Codes

Color #613E28 in popluar color models

613E28
RGB976240
HSL23°41.61%26.86%
HSB/HSV23°58.76%38.04%
CMYK0.00%36.08%58.76%
61.96%

Color #613E28 in popluar number systems.

HEX613E28
Decimal976240
Binary1100001111110101000
Octal1417650

Shades and tints

Shades of #613E28

#613E28
(97,62,40)
#593925
(89,57,37)
#513422
(81,52,34)
#492F1F
(73,47,31)
#412A1C
(65,42,28)
#392519
(57,37,25)
#312016
(49,32,22)
#291B13
(41,27,19)
#211610
(33,22,16)
#19110D
(25,17,13)
#110C0A
(17,12,10)
#000000
(0,0,0)

Tints of #613E28

#613E28
(97,62,40)
#6F4F3B
(111,79,59)
#7D604E
(125,96,78)
#8B7161
(139,113,97)
#998274
(153,130,116)
#A79387
(167,147,135)
#B5A49A
(181,164,154)
#C3B5AD
(195,181,173)
#D1C6C0
(209,198,192)
#DFD7D3
(223,215,211)
#EDE8E6
(237,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #613E28; }

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

This text font color is #613E28.


Background Color

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

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

This div background color is #613E28.


Border color

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

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

This div border color is #613E28.


Opacity

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

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

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

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

This text has shadow with #613E28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #613E28 on black background.


Color preview on white background

This text has color #613E28 on white background.



Black color preview on #613E28 background

This text has black color on #613E28 background.


White color preview on #613E28 background

This text has white color on #613E28 background.