COLOR #613C4C

HEX: #613C4C
RGB: (97,60,76)

Color info

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

RGB color model

#613C4C color RGB value is (97,60,76).

  • red value is 97;
  • green value is 60;
  • blue value is 76.
RGB:
(97,60,76)
(38%,24%,30%)

RGB channels and saturation

R 97 of 255 = 38%
G 60 of 255 = 24%
B 76 of 255 = 30%

97
60
76

R + G + B ~ 31%. #613C4C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 60 + 76 = 233 (100%)
R 97 of 233 ~ 41.63%
G 60 of 233 ~ 25.75%
B 76 of 233 ~ 32.62%

%41.63
%25.75
%32.62

CMYK color model

#613C4C color CMYK value is (0,38,22,62).

  • cyan value is 0.00%
  • magenta value is 38.14%
  • yellow value is 21.65%
  • key color value is 61.96%
CMYK:
(0,38,22,62)
C0M38Y22K62 
(0%,38%,22%,62%)
(0.00/0.38/0.22/0.62)	

CMYK percentages

%0
%38.14
%21.65
%61.96

Codes

Color #613C4C in popluar color models

613C4C
RGB976076
HSL334°23.57%30.78%
HSB/HSV334°38.14%38.04%
CMYK0.00%38.14%21.65%
61.96%

Color #613C4C in popluar number systems.

HEX613C4C
Decimal976076
Binary11000011111001001100
Octal14174114

Shades and tints

Shades of #613C4C

#613C4C
(97,60,76)
#593746
(89,55,70)
#513240
(81,50,64)
#492D3A
(73,45,58)
#412834
(65,40,52)
#39232E
(57,35,46)
#311E28
(49,30,40)
#291922
(41,25,34)
#21141C
(33,20,28)
#190F16
(25,15,22)
#110A10
(17,10,16)
#000000
(0,0,0)

Tints of #613C4C

#613C4C
(97,60,76)
#6F4D5C
(111,77,92)
#7D5E6C
(125,94,108)
#8B6F7C
(139,111,124)
#99808C
(153,128,140)
#A7919C
(167,145,156)
#B5A2AC
(181,162,172)
#C3B3BC
(195,179,188)
#D1C4CC
(209,196,204)
#DFD5DC
(223,213,220)
#EDE6EC
(237,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #613C4C color. Also use rgb(97,60,76) instead hex code.

Text Font Color

.myTextColor { color: #613C4C; }

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

This text font color is #613C4C.


Background Color

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

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

This div background color is #613C4C.


Border color

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

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

This div border color is #613C4C.


Opacity

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

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

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

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

This text has shadow with #613C4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #613C4C on black background.


Color preview on white background

This text has color #613C4C on white background.



Black color preview on #613C4C background

This text has black color on #613C4C background.


White color preview on #613C4C background

This text has white color on #613C4C background.