COLOR #61344E

HEX: #61344E
RGB: (97,52,78)

Color info

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

RGB color model

#61344E color RGB value is (97,52,78).

  • red value is 97;
  • green value is 52;
  • blue value is 78.
RGB:
(97,52,78)
(38%,20%,31%)

RGB channels and saturation

R 97 of 255 = 38%
G 52 of 255 = 20%
B 78 of 255 = 31%

97
52
78

R + G + B ~ 30%. #61344E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 52 + 78 = 227 (100%)
R 97 of 227 ~ 42.73%
G 52 of 227 ~ 22.91%
B 78 of 227 ~ 34.36%

%42.73
%22.91
%34.36

CMYK color model

#61344E color CMYK value is (0,46,20,62).

  • cyan value is 0.00%
  • magenta value is 46.39%
  • yellow value is 19.59%
  • key color value is 61.96%
CMYK:
(0,46,20,62)
C0M46Y20K62 
(0%,46%,20%,62%)
(0.00/0.46/0.20/0.62)	

CMYK percentages

%0
%46.39
%19.59
%61.96

Codes

Color #61344E in popluar color models

61344E
RGB975278
HSL325°30.20%29.22%
HSB/HSV325°46.39%38.04%
CMYK0.00%46.39%19.59%
61.96%

Color #61344E in popluar number systems.

HEX61344E
Decimal975278
Binary11000011101001001110
Octal14164116

Shades and tints

Shades of #61344E

#61344E
(97,52,78)
#593047
(89,48,71)
#512C40
(81,44,64)
#492839
(73,40,57)
#412432
(65,36,50)
#39202B
(57,32,43)
#311C24
(49,28,36)
#29181D
(41,24,29)
#211416
(33,20,22)
#19100F
(25,16,15)
#110C08
(17,12,8)
#000000
(0,0,0)

Tints of #61344E

#61344E
(97,52,78)
#6F465E
(111,70,94)
#7D586E
(125,88,110)
#8B6A7E
(139,106,126)
#997C8E
(153,124,142)
#A78E9E
(167,142,158)
#B5A0AE
(181,160,174)
#C3B2BE
(195,178,190)
#D1C4CE
(209,196,206)
#DFD6DE
(223,214,222)
#EDE8EE
(237,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61344E color. Also use rgb(97,52,78) instead hex code.

Text Font Color

.myTextColor { color: #61344E; }

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

This text font color is #61344E.


Background Color

.myBgColor { background-color: #61344E; }

<div style="background-color:#61344E">Inner text</div>

This div background color is #61344E.


Border color

.myBorderColor { border: 1px solid #61344E; }

<div style="border:3px solid #61344E">Div</div>

This div border color is #61344E.


Opacity

.myOpacity80 { color: #61344E; opacity: 0.8; }

<p style="color:#61344E;opacity:0.8;">80%</p>

Text with #61344E 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 #61344E;}

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

This text has shadow with #61344E color.

.textShadow {text-shadow: 3px 3px 1px #61344E, 3px 3px 1px red;}

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

This text has shadow with #61344E primary color and red secondary color.


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

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

This text has shadow with #61344E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61344E on black background.


Color preview on white background

This text has color #61344E on white background.



Black color preview on #61344E background

This text has black color on #61344E background.


White color preview on #61344E background

This text has white color on #61344E background.