COLOR #61304F

HEX: #61304F
RGB: (97,48,79)

Color info

#61304F contains red, green and blue colors in about the same proportion. Web safe color of #61304F is #663366 (or #636).

RGB color model

#61304F color RGB value is (97,48,79).

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

RGB channels and saturation

R 97 of 255 = 38%
G 48 of 255 = 19%
B 79 of 255 = 31%

97
48
79

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

Portions of RGB colors in percentages

R + G + B =
97 + 48 + 79 = 224 (100%)
R 97 of 224 ~ 43.3%
G 48 of 224 ~ 21.43%
B 79 of 224 ~ 35.27%

%43.3
%21.43
%35.27

CMYK color model

#61304F color CMYK value is (0,51,19,62).

  • cyan value is 0.00%
  • magenta value is 50.52%
  • yellow value is 18.56%
  • key color value is 61.96%
CMYK:
(0,51,19,62)
C0M51Y19K62 
(0%,51%,19%,62%)
(0.00/0.51/0.19/0.62)	

CMYK percentages

%0
%50.52
%18.56
%61.96

Codes

Color #61304F in popluar color models

61304F
RGB974879
HSL322°33.79%28.43%
HSB/HSV322°50.52%38.04%
CMYK0.00%50.52%18.56%
61.96%

Color #61304F in popluar number systems.

HEX61304F
Decimal974879
Binary11000011100001001111
Octal14160117

Shades and tints

Shades of #61304F

#61304F
(97,48,79)
#592C48
(89,44,72)
#512841
(81,40,65)
#49243A
(73,36,58)
#412033
(65,32,51)
#391C2C
(57,28,44)
#311825
(49,24,37)
#29141E
(41,20,30)
#211017
(33,16,23)
#190C10
(25,12,16)
#110809
(17,8,9)
#000000
(0,0,0)

Tints of #61304F

#61304F
(97,48,79)
#6F425F
(111,66,95)
#7D546F
(125,84,111)
#8B667F
(139,102,127)
#99788F
(153,120,143)
#A78A9F
(167,138,159)
#B59CAF
(181,156,175)
#C3AEBF
(195,174,191)
#D1C0CF
(209,192,207)
#DFD2DF
(223,210,223)
#EDE4EF
(237,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61304F; }

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

This text font color is #61304F.


Background Color

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

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

This div background color is #61304F.


Border color

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

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

This div border color is #61304F.


Opacity

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

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

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

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

This text has shadow with #61304F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61304F on black background.


Color preview on white background

This text has color #61304F on white background.



Black color preview on #61304F background

This text has black color on #61304F background.


White color preview on #61304F background

This text has white color on #61304F background.