COLOR #61304A

HEX: #61304A
RGB: (97,48,74)

Color info

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

RGB color model

#61304A color RGB value is (97,48,74).

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

RGB channels and saturation

R 97 of 255 = 38%
G 48 of 255 = 19%
B 74 of 255 = 29%

97
48
74

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

Portions of RGB colors in percentages

R + G + B =
97 + 48 + 74 = 219 (100%)
R 97 of 219 ~ 44.29%
G 48 of 219 ~ 21.92%
B 74 of 219 ~ 33.79%

%44.29
%21.92
%33.79

CMYK color model

#61304A color CMYK value is (0,51,24,62).

  • cyan value is 0.00%
  • magenta value is 50.52%
  • yellow value is 23.71%
  • key color value is 61.96%
CMYK:
(0,51,24,62)
C0M51Y24K62 
(0%,51%,24%,62%)
(0.00/0.51/0.24/0.62)	

CMYK percentages

%0
%50.52
%23.71
%61.96

Codes

Color #61304A in popluar color models

61304A
RGB974874
HSL328°33.79%28.43%
HSB/HSV328°50.52%38.04%
CMYK0.00%50.52%23.71%
61.96%

Color #61304A in popluar number systems.

HEX61304A
Decimal974874
Binary11000011100001001010
Octal14160112

Shades and tints

Shades of #61304A

#61304A
(97,48,74)
#592C44
(89,44,68)
#51283E
(81,40,62)
#492438
(73,36,56)
#412032
(65,32,50)
#391C2C
(57,28,44)
#311826
(49,24,38)
#291420
(41,20,32)
#21101A
(33,16,26)
#190C14
(25,12,20)
#11080E
(17,8,14)
#000000
(0,0,0)

Tints of #61304A

#61304A
(97,48,74)
#6F425A
(111,66,90)
#7D546A
(125,84,106)
#8B667A
(139,102,122)
#99788A
(153,120,138)
#A78A9A
(167,138,154)
#B59CAA
(181,156,170)
#C3AEBA
(195,174,186)
#D1C0CA
(209,192,202)
#DFD2DA
(223,210,218)
#EDE4EA
(237,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61304A; }

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

This text font color is #61304A.


Background Color

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

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

This div background color is #61304A.


Border color

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

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

This div border color is #61304A.


Opacity

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

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

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

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

This text has shadow with #61304A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61304A on black background.


Color preview on white background

This text has color #61304A on white background.



Black color preview on #61304A background

This text has black color on #61304A background.


White color preview on #61304A background

This text has white color on #61304A background.