COLOR #613823

HEX: #613823
RGB: (97,56,35)

Color info

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

RGB color model

#613823 color RGB value is (97,56,35).

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

RGB channels and saturation

R 97 of 255 = 38%
G 56 of 255 = 22%
B 35 of 255 = 14%

97
56
35

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

Portions of RGB colors in percentages

R + G + B =
97 + 56 + 35 = 188 (100%)
R 97 of 188 ~ 51.6%
G 56 of 188 ~ 29.79%
B 35 of 188 ~ 18.62%

%51.6
%29.79
%18.62

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 42.27%
  • yellow value is 63.92%
  • key color value is 61.96%
CMYK:
(0,42,64,62)
C0M42Y64K62 
(0%,42%,64%,62%)
(0.00/0.42/0.64/0.62)	

CMYK percentages

%0
%42.27
%63.92
%61.96

Codes

Color #613823 in popluar color models

613823
RGB975635
HSL20°46.97%25.88%
HSB/HSV20°63.92%38.04%
CMYK0.00%42.27%63.92%
61.96%

Color #613823 in popluar number systems.

HEX613823
Decimal975635
Binary1100001111000100011
Octal1417043

Shades and tints

Shades of #613823

#613823
(97,56,35)
#593320
(89,51,32)
#512E1D
(81,46,29)
#49291A
(73,41,26)
#412417
(65,36,23)
#391F14
(57,31,20)
#311A11
(49,26,17)
#29150E
(41,21,14)
#21100B
(33,16,11)
#190B08
(25,11,8)
#110605
(17,6,5)
#000000
(0,0,0)

Tints of #613823

#613823
(97,56,35)
#6F4A37
(111,74,55)
#7D5C4B
(125,92,75)
#8B6E5F
(139,110,95)
#998073
(153,128,115)
#A79287
(167,146,135)
#B5A49B
(181,164,155)
#C3B6AF
(195,182,175)
#D1C8C3
(209,200,195)
#DFDAD7
(223,218,215)
#EDECEB
(237,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #613823; }

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

This text font color is #613823.


Background Color

.myBgColor { background-color: #613823; }

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

This div background color is #613823.


Border color

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

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

This div border color is #613823.


Opacity

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

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

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

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

This text has shadow with #613823 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #613823 on black background.


Color preview on white background

This text has color #613823 on white background.



Black color preview on #613823 background

This text has black color on #613823 background.


White color preview on #613823 background

This text has white color on #613823 background.