COLOR #613D37

HEX: #613D37
RGB: (97,61,55)

Color info

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

RGB color model

#613D37 color RGB value is (97,61,55).

  • red value is 97;
  • green value is 61;
  • blue value is 55.
RGB:
(97,61,55)
(38%,24%,22%)

RGB channels and saturation

R 97 of 255 = 38%
G 61 of 255 = 24%
B 55 of 255 = 22%

97
61
55

R + G + B ~ 28%. #613D37 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 61 + 55 = 213 (100%)
R 97 of 213 ~ 45.54%
G 61 of 213 ~ 28.64%
B 55 of 213 ~ 25.82%

%45.54
%28.64
%25.82

CMYK color model

#613D37 color CMYK value is (0,37,43,62).

  • cyan value is 0.00%
  • magenta value is 37.11%
  • yellow value is 43.30%
  • key color value is 61.96%
CMYK:
(0,37,43,62)
C0M37Y43K62 
(0%,37%,43%,62%)
(0.00/0.37/0.43/0.62)	

CMYK percentages

%0
%37.11
%43.3
%61.96

Codes

Color #613D37 in popluar color models

613D37
RGB976155
HSL27.63%29.80%
HSB/HSV43.30%38.04%
CMYK0.00%37.11%43.30%
61.96%

Color #613D37 in popluar number systems.

HEX613D37
Decimal976155
Binary1100001111101110111
Octal1417567

Shades and tints

Shades of #613D37

#613D37
(97,61,55)
#593832
(89,56,50)
#51332D
(81,51,45)
#492E28
(73,46,40)
#412923
(65,41,35)
#39241E
(57,36,30)
#311F19
(49,31,25)
#291A14
(41,26,20)
#21150F
(33,21,15)
#19100A
(25,16,10)
#110B05
(17,11,5)
#000000
(0,0,0)

Tints of #613D37

#613D37
(97,61,55)
#6F4E49
(111,78,73)
#7D5F5B
(125,95,91)
#8B706D
(139,112,109)
#99817F
(153,129,127)
#A79291
(167,146,145)
#B5A3A3
(181,163,163)
#C3B4B5
(195,180,181)
#D1C5C7
(209,197,199)
#DFD6D9
(223,214,217)
#EDE7EB
(237,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #613D37 color. Also use rgb(97,61,55) instead hex code.

Text Font Color

.myTextColor { color: #613D37; }

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

This text font color is #613D37.


Background Color

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

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

This div background color is #613D37.


Border color

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

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

This div border color is #613D37.


Opacity

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

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

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

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

This text has shadow with #613D37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #613D37 on black background.


Color preview on white background

This text has color #613D37 on white background.



Black color preview on #613D37 background

This text has black color on #613D37 background.


White color preview on #613D37 background

This text has white color on #613D37 background.