COLOR #61396D

HEX: #61396D
RGB: (97,57,109)

Color info

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

RGB color model

#61396D color RGB value is (97,57,109).

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

RGB channels and saturation

R 97 of 255 = 38%
G 57 of 255 = 22%
B 109 of 255 = 43%

97
57
109

R + G + B ~ 34%. #61396D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 57 + 109 = 263 (100%)
R 97 of 263 ~ 36.88%
G 57 of 263 ~ 21.67%
B 109 of 263 ~ 41.44%

%36.88
%21.67
%41.44

CMYK color model

#61396D color CMYK value is (11,48,0,57).

  • cyan value is 11.01%
  • magenta value is 47.71%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(11,48,0,57)
C11M48Y0K57 
(11%,48%,0%,57%)
(0.11/0.48/0.00/0.57)	

CMYK percentages

%11.01
%47.71
%0
%57.25

Codes

Color #61396D in popluar color models

61396D
RGB9757109
HSL286°31.33%32.55%
HSB/HSV286°47.71%42.75%
CMYK11.01%47.71%0.00%
57.25%

Color #61396D in popluar number systems.

HEX61396D
Decimal9757109
Binary11000011110011101101
Octal14171155

Shades and tints

Shades of #61396D

#61396D
(97,57,109)
#593464
(89,52,100)
#512F5B
(81,47,91)
#492A52
(73,42,82)
#412549
(65,37,73)
#392040
(57,32,64)
#311B37
(49,27,55)
#29162E
(41,22,46)
#211125
(33,17,37)
#190C1C
(25,12,28)
#110713
(17,7,19)
#000000
(0,0,0)

Tints of #61396D

#61396D
(97,57,109)
#6F4B7A
(111,75,122)
#7D5D87
(125,93,135)
#8B6F94
(139,111,148)
#9981A1
(153,129,161)
#A793AE
(167,147,174)
#B5A5BB
(181,165,187)
#C3B7C8
(195,183,200)
#D1C9D5
(209,201,213)
#DFDBE2
(223,219,226)
#EDEDEF
(237,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61396D color. Also use rgb(97,57,109) instead hex code.

Text Font Color

.myTextColor { color: #61396D; }

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

This text font color is #61396D.


Background Color

.myBgColor { background-color: #61396D; }

<div style="background-color:#61396D">Inner text</div>

This div background color is #61396D.


Border color

.myBorderColor { border: 1px solid #61396D; }

<div style="border:3px solid #61396D">Div</div>

This div border color is #61396D.


Opacity

.myOpacity80 { color: #61396D; opacity: 0.8; }

<p style="color:#61396D;opacity:0.8;">80%</p>

Text with #61396D 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 #61396D;}

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

This text has shadow with #61396D color.

.textShadow {text-shadow: 3px 3px 1px #61396D, 3px 3px 1px red;}

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

This text has shadow with #61396D primary color and red secondary color.


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

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

This text has shadow with #61396D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61396D on black background.


Color preview on white background

This text has color #61396D on white background.



Black color preview on #61396D background

This text has black color on #61396D background.


White color preview on #61396D background

This text has white color on #61396D background.