COLOR #61324A

HEX: #61324A
RGB: (97,50,74)

Color info

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

RGB color model

#61324A color RGB value is (97,50,74).

  • red value is 97;
  • green value is 50;
  • blue value is 74.
RGB:
(97,50,74)
(38%,20%,29%)

RGB channels and saturation

R 97 of 255 = 38%
G 50 of 255 = 20%
B 74 of 255 = 29%

97
50
74

R + G + B ~ 29%. #61324A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 50 + 74 = 221 (100%)
R 97 of 221 ~ 43.89%
G 50 of 221 ~ 22.62%
B 74 of 221 ~ 33.48%

%43.89
%22.62
%33.48

CMYK color model

#61324A color CMYK value is (0,48,24,62).

  • cyan value is 0.00%
  • magenta value is 48.45%
  • yellow value is 23.71%
  • key color value is 61.96%
CMYK:
(0,48,24,62)
C0M48Y24K62 
(0%,48%,24%,62%)
(0.00/0.48/0.24/0.62)	

CMYK percentages

%0
%48.45
%23.71
%61.96

Codes

Color #61324A in popluar color models

61324A
RGB975074
HSL329°31.97%28.82%
HSB/HSV329°48.45%38.04%
CMYK0.00%48.45%23.71%
61.96%

Color #61324A in popluar number systems.

HEX61324A
Decimal975074
Binary11000011100101001010
Octal14162112

Shades and tints

Shades of #61324A

#61324A
(97,50,74)
#592E44
(89,46,68)
#512A3E
(81,42,62)
#492638
(73,38,56)
#412232
(65,34,50)
#391E2C
(57,30,44)
#311A26
(49,26,38)
#291620
(41,22,32)
#21121A
(33,18,26)
#190E14
(25,14,20)
#110A0E
(17,10,14)
#000000
(0,0,0)

Tints of #61324A

#61324A
(97,50,74)
#6F445A
(111,68,90)
#7D566A
(125,86,106)
#8B687A
(139,104,122)
#997A8A
(153,122,138)
#A78C9A
(167,140,154)
#B59EAA
(181,158,170)
#C3B0BA
(195,176,186)
#D1C2CA
(209,194,202)
#DFD4DA
(223,212,218)
#EDE6EA
(237,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61324A; }

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

This text font color is #61324A.


Background Color

.myBgColor { background-color: #61324A; }

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

This div background color is #61324A.


Border color

.myBorderColor { border: 1px solid #61324A; }

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

This div border color is #61324A.


Opacity

.myOpacity80 { color: #61324A; opacity: 0.8; }

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

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

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

This text has shadow with #61324A color.

.textShadow {text-shadow: 3px 3px 1px #61324A, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61324A on black background.


Color preview on white background

This text has color #61324A on white background.



Black color preview on #61324A background

This text has black color on #61324A background.


White color preview on #61324A background

This text has white color on #61324A background.