COLOR #613223

HEX: #613223 RGB: (97,50,35)

Color info

#613223 contains mainly red and green colors. Web safe color of #613223 is #663333 (or #633).

RGB color model

#613223 color RGB value is (97,50,35).

RGB: (97,50,35) (38%, 20%, 14%)

RGB channels and saturation

R 97 of 255 = 38%
G 50 of 255 = 20%
B 35 of 255 = 14%

97
50
35

R + G + B ~ 24%. #613223 is dark color.

Portions of RGB colors in percentages

R + G + B = 97 + 50 + 35 = 182 (100%)
R 97 of 182 ~ 53.3%
G 50 of 182 ~ 27.47%
B 35 of 182 ~ 19.23'%

%53.3
%27.47
%19.23

CMYK color model

#613223 color CMYK value is (0,48,64,62).

  • cyan value is 0.00%
  • magenta value is 48.45%
  • yellow value is 63.92%
  • key color value is 61.96%
CMYK: (0,48,64,62) C0M48Y64K62 (0%,48%,64%,62%) (0.00/0.48/0.64/0.62) 

CMYK percentages

%0
%48.45
%63.92
%61.96

Codes

Color #613223 in popluar color models

61 32 23
RGB 97 50 35
HSL 15° 46.97% 25.88%
HSB/HSV 15° 63.92% 38.04%
CMYK 0.00% 48.45% 63.92%
61.96%

Color #613223 in popluar number systems.

HEX 61 32 23
Decimal 97 50 35
Binary 1100001 110010 100011
Octal 141 62 43

Shades and tints

Shades of #613223

#613223
(97,50,35)
#592E20
(89,46,32)
#512A1D
(81,42,29)
#49261A
(73,38,26)
#412217
(65,34,23)
#391E14
(57,30,20)
#311A11
(49,26,17)
#29160E
(41,22,14)
#21120B
(33,18,11)
#190E08
(25,14,8)
#110A05
(17,10,5)
#000000
(0,0,0)

Tints of #613223

#613223
(97,50,35)
#6F4437
(111,68,55)
#7D564B
(125,86,75)
#8B685F
(139,104,95)
#997A73
(153,122,115)
#A78C87
(167,140,135)
#B59E9B
(181,158,155)
#C3B0AF
(195,176,175)
#D1C2C3
(209,194,195)
#DFD4D7
(223,212,215)
#EDE6EB
(237,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #613223 color. Also use rgb(97,50,35) instead hex code.

Text Font Color

.myTextColor { color: #613223; }

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

This text font color is #613223.

Background Color

.myBgColor { background-color: #613223; }

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

This div background color is #613223.

Border color

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

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

This div border color is #613223.

Opacity

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

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

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

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

This text has shadow with #613223 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #613223.

Preview

Color preview on black background

This text has color #613223 on black background.


Color preview on white background

This text has color #613223 on white background.


Black color preview on #613223 background

This text has black color on #613223 background.


White color preview on #613223 background

This text has white color on #613223 background.


Related colors

Complementary color

Complementary color for #hex is #9ECDDC.


I love getcolorcode.com

Triadic colors

1 #236132 and #322361 with #613223 are triadic colors.

2 #233261 and #326123 with #613223 are triadic colors.