COLOR #613D2F

HEX: #613D2F
RGB: (97,61,47)

Color info

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

RGB color model

#613D2F color RGB value is (97,61,47).

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

RGB channels and saturation

R 97 of 255 = 38%
G 61 of 255 = 24%
B 47 of 255 = 18%

97
61
47

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

Portions of RGB colors in percentages

R + G + B =
97 + 61 + 47 = 205 (100%)
R 97 of 205 ~ 47.32%
G 61 of 205 ~ 29.76%
B 47 of 205 ~ 22.93%

%47.32
%29.76
%22.93

CMYK color model

#613D2F color CMYK value is (0,37,52,62).

  • cyan value is 0.00%
  • magenta value is 37.11%
  • yellow value is 51.55%
  • key color value is 61.96%
CMYK:
(0,37,52,62)
C0M37Y52K62 
(0%,37%,52%,62%)
(0.00/0.37/0.52/0.62)	

CMYK percentages

%0
%37.11
%51.55
%61.96

Codes

Color #613D2F in popluar color models

613D2F
RGB976147
HSL17°34.72%28.24%
HSB/HSV17°51.55%38.04%
CMYK0.00%37.11%51.55%
61.96%

Color #613D2F in popluar number systems.

HEX613D2F
Decimal976147
Binary1100001111101101111
Octal1417557

Shades and tints

Shades of #613D2F

#613D2F
(97,61,47)
#59382B
(89,56,43)
#513327
(81,51,39)
#492E23
(73,46,35)
#41291F
(65,41,31)
#39241B
(57,36,27)
#311F17
(49,31,23)
#291A13
(41,26,19)
#21150F
(33,21,15)
#19100B
(25,16,11)
#110B07
(17,11,7)
#000000
(0,0,0)

Tints of #613D2F

#613D2F
(97,61,47)
#6F4E41
(111,78,65)
#7D5F53
(125,95,83)
#8B7065
(139,112,101)
#998177
(153,129,119)
#A79289
(167,146,137)
#B5A39B
(181,163,155)
#C3B4AD
(195,180,173)
#D1C5BF
(209,197,191)
#DFD6D1
(223,214,209)
#EDE7E3
(237,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #613D2F; }

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

This text font color is #613D2F.


Background Color

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

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

This div background color is #613D2F.


Border color

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

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

This div border color is #613D2F.


Opacity

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

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

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

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

This text has shadow with #613D2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #613D2F on black background.


Color preview on white background

This text has color #613D2F on white background.



Black color preview on #613D2F background

This text has black color on #613D2F background.


White color preview on #613D2F background

This text has white color on #613D2F background.