COLOR #613D2C

HEX: #613D2C RGB: (97,61,44)

Color info

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

RGB color model

#613D2C color RGB value is (97,61,44).

RGB: (97,61,44) (38%, 24%, 17%)

RGB channels and saturation

R 97 of 255 = 38%
G 61 of 255 = 24%
B 44 of 255 = 17%

97
61
44

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

Portions of RGB colors in percentages

R + G + B = 97 + 61 + 44 = 202 (100%)
R 97 of 202 ~ 48.02%
G 61 of 202 ~ 30.2%
B 44 of 202 ~ 21.78'%

%48.02
%30.2
%21.78

CMYK color model

#613D2C color CMYK value is (0,37,55,62).

  • cyan value is 0.00%
  • magenta value is 37.11%
  • yellow value is 54.64%
  • key color value is 61.96%

CMYK: (0,37,55,62)
C0M37Y55K62 (0%, 37%, 55%, 62%)
(0.00 / 0.37 / 0.55 / 0.62)

CMYK percentages

%0
%37.11
%54.64
%61.96

Codes

Color #613D2C in popluar color models

61 3D 2C
RGB 97 61 44
HSL 19° 37.59% 27.65%
HSB/HSV 19° 54.64% 38.04%
CMYK 0.00% 37.11% 54.64%
61.96%

Color #613D2C in popluar number systems.

HEX 61 3D 2C
Decimal 97 61 44
Binary 1100001 111101 101100
Octal 141 75 54

Shades and tints

Shades of #613D2C

#613D2C
(97,61,44)
#593828
(89,56,40)
#513324
(81,51,36)
#492E20
(73,46,32)
#41291C
(65,41,28)
#392418
(57,36,24)
#311F14
(49,31,20)
#291A10
(41,26,16)
#21150C
(33,21,12)
#191008
(25,16,8)
#110B04
(17,11,4)
#000000
(0,0,0)

Tints of #613D2C

#613D2C
(97,61,44)
#6F4E3F
(111,78,63)
#7D5F52
(125,95,82)
#8B7065
(139,112,101)
#998178
(153,129,120)
#A7928B
(167,146,139)
#B5A39E
(181,163,158)
#C3B4B1
(195,180,177)
#D1C5C4
(209,197,196)
#DFD6D7
(223,214,215)
#EDE7EA
(237,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #613D2C; }

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

This text font color is #613D2C.

Background Color

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

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

This div background color is #613D2C.

Border color

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

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

This div border color is #613D2C.

Opacity

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

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

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

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

This text has shadow with #613D2C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #613D2C.

Preview

Color preview on black background

This text has color #613D2C on black background.


Color preview on white background

This text has color #613D2C on white background.


Black color preview on #613D2C background

This text has black color on #613D2C background.


White color preview on #613D2C background

This text has white color on #613D2C background.


Related colors

Complementary color

Complementary color for #hex is #9EC2D3.


I love getcolorcode.com

Triadic colors

1 #2C613D and #3D2C61 with #613D2C are triadic colors.

2 #2C3D61 and #3D612C with #613D2C are triadic colors.