COLOR #61394F

HEX: #61394F
RGB: (97,57,79)

Color info

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

RGB color model

#61394F color RGB value is (97,57,79).

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

RGB channels and saturation

R 97 of 255 = 38%
G 57 of 255 = 22%
B 79 of 255 = 31%

97
57
79

R + G + B ~ 30%. #61394F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 57 + 79 = 233 (100%)
R 97 of 233 ~ 41.63%
G 57 of 233 ~ 24.46%
B 79 of 233 ~ 33.91%

%41.63
%24.46
%33.91

CMYK color model

#61394F color CMYK value is (0,41,19,62).

  • cyan value is 0.00%
  • magenta value is 41.24%
  • yellow value is 18.56%
  • key color value is 61.96%
CMYK:
(0,41,19,62)
C0M41Y19K62 
(0%,41%,19%,62%)
(0.00/0.41/0.19/0.62)	

CMYK percentages

%0
%41.24
%18.56
%61.96

Codes

Color #61394F in popluar color models

61394F
RGB975779
HSL327°25.97%30.20%
HSB/HSV327°41.24%38.04%
CMYK0.00%41.24%18.56%
61.96%

Color #61394F in popluar number systems.

HEX61394F
Decimal975779
Binary11000011110011001111
Octal14171117

Shades and tints

Shades of #61394F

#61394F
(97,57,79)
#593448
(89,52,72)
#512F41
(81,47,65)
#492A3A
(73,42,58)
#412533
(65,37,51)
#39202C
(57,32,44)
#311B25
(49,27,37)
#29161E
(41,22,30)
#211117
(33,17,23)
#190C10
(25,12,16)
#110709
(17,7,9)
#000000
(0,0,0)

Tints of #61394F

#61394F
(97,57,79)
#6F4B5F
(111,75,95)
#7D5D6F
(125,93,111)
#8B6F7F
(139,111,127)
#99818F
(153,129,143)
#A7939F
(167,147,159)
#B5A5AF
(181,165,175)
#C3B7BF
(195,183,191)
#D1C9CF
(209,201,207)
#DFDBDF
(223,219,223)
#EDEDEF
(237,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61394F; }

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

This text font color is #61394F.


Background Color

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

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

This div background color is #61394F.


Border color

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

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

This div border color is #61394F.


Opacity

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

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

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

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

This text has shadow with #61394F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61394F on black background.


Color preview on white background

This text has color #61394F on white background.



Black color preview on #61394F background

This text has black color on #61394F background.


White color preview on #61394F background

This text has white color on #61394F background.