COLOR #613D21

HEX: #613D21
RGB: (97,61,33)

Color info

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

RGB color model

#613D21 color RGB value is (97,61,33).

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

RGB channels and saturation

R 97 of 255 = 38%
G 61 of 255 = 24%
B 33 of 255 = 13%

97
61
33

R + G + B ~ 25%. #613D21 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 61 + 33 = 191 (100%)
R 97 of 191 ~ 50.79%
G 61 of 191 ~ 31.94%
B 33 of 191 ~ 17.28%

%50.79
%31.94
%17.28

CMYK color model

#613D21 color CMYK value is (0,37,66,62).

  • cyan value is 0.00%
  • magenta value is 37.11%
  • yellow value is 65.98%
  • key color value is 61.96%
CMYK:
(0,37,66,62)
C0M37Y66K62 
(0%,37%,66%,62%)
(0.00/0.37/0.66/0.62)	

CMYK percentages

%0
%37.11
%65.98
%61.96

Codes

Color #613D21 in popluar color models

613D21
RGB976133
HSL26°49.23%25.49%
HSB/HSV26°65.98%38.04%
CMYK0.00%37.11%65.98%
61.96%

Color #613D21 in popluar number systems.

HEX613D21
Decimal976133
Binary1100001111101100001
Octal1417541

Shades and tints

Shades of #613D21

#613D21
(97,61,33)
#59381E
(89,56,30)
#51331B
(81,51,27)
#492E18
(73,46,24)
#412915
(65,41,21)
#392412
(57,36,18)
#311F0F
(49,31,15)
#291A0C
(41,26,12)
#211509
(33,21,9)
#191006
(25,16,6)
#110B03
(17,11,3)
#000000
(0,0,0)

Tints of #613D21

#613D21
(97,61,33)
#6F4E35
(111,78,53)
#7D5F49
(125,95,73)
#8B705D
(139,112,93)
#998171
(153,129,113)
#A79285
(167,146,133)
#B5A399
(181,163,153)
#C3B4AD
(195,180,173)
#D1C5C1
(209,197,193)
#DFD6D5
(223,214,213)
#EDE7E9
(237,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #613D21; }

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

This text font color is #613D21.


Background Color

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

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

This div background color is #613D21.


Border color

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

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

This div border color is #613D21.


Opacity

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

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

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

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

This text has shadow with #613D21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #613D21 on black background.


Color preview on white background

This text has color #613D21 on white background.



Black color preview on #613D21 background

This text has black color on #613D21 background.


White color preview on #613D21 background

This text has white color on #613D21 background.