COLOR #613827

HEX: #613827
RGB: (97,56,39)

Color info

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

RGB color model

#613827 color RGB value is (97,56,39).

  • red value is 97;
  • green value is 56;
  • blue value is 39.
RGB:
(97,56,39)
(38%,22%,15%)

RGB channels and saturation

R 97 of 255 = 38%
G 56 of 255 = 22%
B 39 of 255 = 15%

97
56
39

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

Portions of RGB colors in percentages

R + G + B =
97 + 56 + 39 = 192 (100%)
R 97 of 192 ~ 50.52%
G 56 of 192 ~ 29.17%
B 39 of 192 ~ 20.31%

%50.52
%29.17
%20.31

CMYK color model

#613827 color CMYK value is (0,42,60,62).

  • cyan value is 0.00%
  • magenta value is 42.27%
  • yellow value is 59.79%
  • key color value is 61.96%
CMYK:
(0,42,60,62)
C0M42Y60K62 
(0%,42%,60%,62%)
(0.00/0.42/0.60/0.62)	

CMYK percentages

%0
%42.27
%59.79
%61.96

Codes

Color #613827 in popluar color models

613827
RGB975639
HSL18°42.65%26.67%
HSB/HSV18°59.79%38.04%
CMYK0.00%42.27%59.79%
61.96%

Color #613827 in popluar number systems.

HEX613827
Decimal975639
Binary1100001111000100111
Octal1417047

Shades and tints

Shades of #613827

#613827
(97,56,39)
#593324
(89,51,36)
#512E21
(81,46,33)
#49291E
(73,41,30)
#41241B
(65,36,27)
#391F18
(57,31,24)
#311A15
(49,26,21)
#291512
(41,21,18)
#21100F
(33,16,15)
#190B0C
(25,11,12)
#110609
(17,6,9)
#000000
(0,0,0)

Tints of #613827

#613827
(97,56,39)
#6F4A3A
(111,74,58)
#7D5C4D
(125,92,77)
#8B6E60
(139,110,96)
#998073
(153,128,115)
#A79286
(167,146,134)
#B5A499
(181,164,153)
#C3B6AC
(195,182,172)
#D1C8BF
(209,200,191)
#DFDAD2
(223,218,210)
#EDECE5
(237,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #613827 color. Also use rgb(97,56,39) instead hex code.

Text Font Color

.myTextColor { color: #613827; }

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

This text font color is #613827.


Background Color

.myBgColor { background-color: #613827; }

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

This div background color is #613827.


Border color

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

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

This div border color is #613827.


Opacity

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

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

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

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

This text has shadow with #613827 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #613827 on black background.


Color preview on white background

This text has color #613827 on white background.



Black color preview on #613827 background

This text has black color on #613827 background.


White color preview on #613827 background

This text has white color on #613827 background.