COLOR #613835

HEX: #613835
RGB: (97,56,53)

Color info

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

RGB color model

#613835 color RGB value is (97,56,53).

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

RGB channels and saturation

R 97 of 255 = 38%
G 56 of 255 = 22%
B 53 of 255 = 21%

97
56
53

R + G + B ~ 27%. #613835 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 56 + 53 = 206 (100%)
R 97 of 206 ~ 47.09%
G 56 of 206 ~ 27.18%
B 53 of 206 ~ 25.73%

%47.09
%27.18
%25.73

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 42.27%
  • yellow value is 45.36%
  • key color value is 61.96%
CMYK:
(0,42,45,62)
C0M42Y45K62 
(0%,42%,45%,62%)
(0.00/0.42/0.45/0.62)	

CMYK percentages

%0
%42.27
%45.36
%61.96

Codes

Color #613835 in popluar color models

613835
RGB975653
HSL29.33%29.41%
HSB/HSV45.36%38.04%
CMYK0.00%42.27%45.36%
61.96%

Color #613835 in popluar number systems.

HEX613835
Decimal975653
Binary1100001111000110101
Octal1417065

Shades and tints

Shades of #613835

#613835
(97,56,53)
#593331
(89,51,49)
#512E2D
(81,46,45)
#492929
(73,41,41)
#412425
(65,36,37)
#391F21
(57,31,33)
#311A1D
(49,26,29)
#291519
(41,21,25)
#211015
(33,16,21)
#190B11
(25,11,17)
#11060D
(17,6,13)
#000000
(0,0,0)

Tints of #613835

#613835
(97,56,53)
#6F4A47
(111,74,71)
#7D5C59
(125,92,89)
#8B6E6B
(139,110,107)
#99807D
(153,128,125)
#A7928F
(167,146,143)
#B5A4A1
(181,164,161)
#C3B6B3
(195,182,179)
#D1C8C5
(209,200,197)
#DFDAD7
(223,218,215)
#EDECE9
(237,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #613835; }

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

This text font color is #613835.


Background Color

.myBgColor { background-color: #613835; }

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

This div background color is #613835.


Border color

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

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

This div border color is #613835.


Opacity

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

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

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

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

This text has shadow with #613835 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #613835 on black background.


Color preview on white background

This text has color #613835 on white background.



Black color preview on #613835 background

This text has black color on #613835 background.


White color preview on #613835 background

This text has white color on #613835 background.