COLOR #613825

HEX: #613825
RGB: (97,56,37)

Color info

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

RGB color model

#613825 color RGB value is (97,56,37).

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

RGB channels and saturation

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

97
56
37

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

Portions of RGB colors in percentages

R + G + B =
97 + 56 + 37 = 190 (100%)
R 97 of 190 ~ 51.05%
G 56 of 190 ~ 29.47%
B 37 of 190 ~ 19.47%

%51.05
%29.47
%19.47

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 42.27%
  • yellow value is 61.86%
  • key color value is 61.96%
CMYK:
(0,42,62,62)
C0M42Y62K62 
(0%,42%,62%,62%)
(0.00/0.42/0.62/0.62)	

CMYK percentages

%0
%42.27
%61.86
%61.96

Codes

Color #613825 in popluar color models

613825
RGB975637
HSL19°44.78%26.27%
HSB/HSV19°61.86%38.04%
CMYK0.00%42.27%61.86%
61.96%

Color #613825 in popluar number systems.

HEX613825
Decimal975637
Binary1100001111000100101
Octal1417045

Shades and tints

Shades of #613825

#613825
(97,56,37)
#593322
(89,51,34)
#512E1F
(81,46,31)
#49291C
(73,41,28)
#412419
(65,36,25)
#391F16
(57,31,22)
#311A13
(49,26,19)
#291510
(41,21,16)
#21100D
(33,16,13)
#190B0A
(25,11,10)
#110607
(17,6,7)
#000000
(0,0,0)

Tints of #613825

#613825
(97,56,37)
#6F4A38
(111,74,56)
#7D5C4B
(125,92,75)
#8B6E5E
(139,110,94)
#998071
(153,128,113)
#A79284
(167,146,132)
#B5A497
(181,164,151)
#C3B6AA
(195,182,170)
#D1C8BD
(209,200,189)
#DFDAD0
(223,218,208)
#EDECE3
(237,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #613825; }

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

This text font color is #613825.


Background Color

.myBgColor { background-color: #613825; }

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

This div background color is #613825.


Border color

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

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

This div border color is #613825.


Opacity

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

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

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

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

This text has shadow with #613825 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #613825 on black background.


Color preview on white background

This text has color #613825 on white background.



Black color preview on #613825 background

This text has black color on #613825 background.


White color preview on #613825 background

This text has white color on #613825 background.