COLOR #613B2B

HEX: #613B2B RGB: (97,59,43)

Color info

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

RGB color model

#613B2B color RGB value is (97,59,43).

RGB: (97,59,43) (38%, 23%, 17%)

RGB channels and saturation

R 97 of 255 = 38%
G 59 of 255 = 23%
B 43 of 255 = 17%

97
59
43

R + G + B ~ 26%. #613B2B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 97 + 59 + 43 = 199 (100%)
R 97 of 199 ~ 48.74%
G 59 of 199 ~ 29.65%
B 43 of 199 ~ 21.61'%

%48.74
%29.65
%21.61

CMYK color model

#613B2B color CMYK value is (0,39,56,62).

  • cyan value is 0.00%
  • magenta value is 39.18%
  • yellow value is 55.67%
  • key color value is 61.96%

CMYK: (0,39,56,62)
C0M39Y56K62 (0%, 39%, 56%, 62%)
(0.00 / 0.39 / 0.56 / 0.62)

CMYK percentages

%0
%39.18
%55.67
%61.96

Codes

Color #613B2B in popluar color models

61 3B 2B
RGB 97 59 43
HSL 18° 38.57% 27.45%
HSB/HSV 18° 55.67% 38.04%
CMYK 0.00% 39.18% 55.67%
61.96%

Color #613B2B in popluar number systems.

HEX 61 3B 2B
Decimal 97 59 43
Binary 1100001 111011 101011
Octal 141 73 53

Shades and tints

Shades of #613B2B

#613B2B
(97,59,43)
#593628
(89,54,40)
#513125
(81,49,37)
#492C22
(73,44,34)
#41271F
(65,39,31)
#39221C
(57,34,28)
#311D19
(49,29,25)
#291816
(41,24,22)
#211313
(33,19,19)
#190E10
(25,14,16)
#11090D
(17,9,13)
#000000
(0,0,0)

Tints of #613B2B

#613B2B
(97,59,43)
#6F4C3E
(111,76,62)
#7D5D51
(125,93,81)
#8B6E64
(139,110,100)
#997F77
(153,127,119)
#A7908A
(167,144,138)
#B5A19D
(181,161,157)
#C3B2B0
(195,178,176)
#D1C3C3
(209,195,195)
#DFD4D6
(223,212,214)
#EDE5E9
(237,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #613B2B color. Also use rgb(97,59,43) instead hex code.

Text Font Color

.myTextColor { color: #613B2B; }

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

This text font color is #613B2B.

Background Color

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

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

This div background color is #613B2B.

Border color

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

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

This div border color is #613B2B.

Opacity

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

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

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

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

This text has shadow with #613B2B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #613B2B.

Preview

Color preview on black background

This text has color #613B2B on black background.


Color preview on white background

This text has color #613B2B on white background.


Black color preview on #613B2B background

This text has black color on #613B2B background.


White color preview on #613B2B background

This text has white color on #613B2B background.


Related colors

Complementary color

Complementary color for #hex is #9EC4D4.


I love getcolorcode.com

Triadic colors

1 #2B613B and #3B2B61 with #613B2B are triadic colors.

2 #2B3B61 and #3B612B with #613B2B are triadic colors.