COLOR #61395A

HEX: #61395A
RGB: (97,57,90)

Color info

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

RGB color model

#61395A color RGB value is (97,57,90).

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

RGB channels and saturation

R 97 of 255 = 38%
G 57 of 255 = 22%
B 90 of 255 = 35%

97
57
90

R + G + B ~ 32%. #61395A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 57 + 90 = 244 (100%)
R 97 of 244 ~ 39.75%
G 57 of 244 ~ 23.36%
B 90 of 244 ~ 36.89%

%39.75
%23.36
%36.89

CMYK color model

#61395A color CMYK value is (0,41,7,62).

  • cyan value is 0.00%
  • magenta value is 41.24%
  • yellow value is 7.22%
  • key color value is 61.96%
CMYK:
(0,41,7,62)
C0M41Y7K62 
(0%,41%,7%,62%)
(0.00/0.41/0.07/0.62)	

CMYK percentages

%0
%41.24
%7.22
%61.96

Codes

Color #61395A in popluar color models

61395A
RGB975790
HSL311°25.97%30.20%
HSB/HSV311°41.24%38.04%
CMYK0.00%41.24%7.22%
61.96%

Color #61395A in popluar number systems.

HEX61395A
Decimal975790
Binary11000011110011011010
Octal14171132

Shades and tints

Shades of #61395A

#61395A
(97,57,90)
#593452
(89,52,82)
#512F4A
(81,47,74)
#492A42
(73,42,66)
#41253A
(65,37,58)
#392032
(57,32,50)
#311B2A
(49,27,42)
#291622
(41,22,34)
#21111A
(33,17,26)
#190C12
(25,12,18)
#11070A
(17,7,10)
#000000
(0,0,0)

Tints of #61395A

#61395A
(97,57,90)
#6F4B69
(111,75,105)
#7D5D78
(125,93,120)
#8B6F87
(139,111,135)
#998196
(153,129,150)
#A793A5
(167,147,165)
#B5A5B4
(181,165,180)
#C3B7C3
(195,183,195)
#D1C9D2
(209,201,210)
#DFDBE1
(223,219,225)
#EDEDF0
(237,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61395A color. Also use rgb(97,57,90) instead hex code.

Text Font Color

.myTextColor { color: #61395A; }

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

This text font color is #61395A.


Background Color

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

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

This div background color is #61395A.


Border color

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

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

This div border color is #61395A.


Opacity

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

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

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

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

This text has shadow with #61395A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61395A on black background.


Color preview on white background

This text has color #61395A on white background.



Black color preview on #61395A background

This text has black color on #61395A background.


White color preview on #61395A background

This text has white color on #61395A background.