COLOR #61355C

HEX: #61355C
RGB: (97,53,92)

Color info

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

RGB color model

#61355C color RGB value is (97,53,92).

  • red value is 97;
  • green value is 53;
  • blue value is 92.
RGB:
(97,53,92)
(38%,21%,36%)

RGB channels and saturation

R 97 of 255 = 38%
G 53 of 255 = 21%
B 92 of 255 = 36%

97
53
92

R + G + B ~ 32%. #61355C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 53 + 92 = 242 (100%)
R 97 of 242 ~ 40.08%
G 53 of 242 ~ 21.9%
B 92 of 242 ~ 38.02%

%40.08
%21.9
%38.02

CMYK color model

#61355C color CMYK value is (0,45,5,62).

  • cyan value is 0.00%
  • magenta value is 45.36%
  • yellow value is 5.15%
  • key color value is 61.96%
CMYK:
(0,45,5,62)
C0M45Y5K62 
(0%,45%,5%,62%)
(0.00/0.45/0.05/0.62)	

CMYK percentages

%0
%45.36
%5.15
%61.96

Codes

Color #61355C in popluar color models

61355C
RGB975392
HSL307°29.33%29.41%
HSB/HSV307°45.36%38.04%
CMYK0.00%45.36%5.15%
61.96%

Color #61355C in popluar number systems.

HEX61355C
Decimal975392
Binary11000011101011011100
Octal14165134

Shades and tints

Shades of #61355C

#61355C
(97,53,92)
#593154
(89,49,84)
#512D4C
(81,45,76)
#492944
(73,41,68)
#41253C
(65,37,60)
#392134
(57,33,52)
#311D2C
(49,29,44)
#291924
(41,25,36)
#21151C
(33,21,28)
#191114
(25,17,20)
#110D0C
(17,13,12)
#000000
(0,0,0)

Tints of #61355C

#61355C
(97,53,92)
#6F476A
(111,71,106)
#7D5978
(125,89,120)
#8B6B86
(139,107,134)
#997D94
(153,125,148)
#A78FA2
(167,143,162)
#B5A1B0
(181,161,176)
#C3B3BE
(195,179,190)
#D1C5CC
(209,197,204)
#DFD7DA
(223,215,218)
#EDE9E8
(237,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61355C color. Also use rgb(97,53,92) instead hex code.

Text Font Color

.myTextColor { color: #61355C; }

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

This text font color is #61355C.


Background Color

.myBgColor { background-color: #61355C; }

<div style="background-color:#61355C">Inner text</div>

This div background color is #61355C.


Border color

.myBorderColor { border: 1px solid #61355C; }

<div style="border:3px solid #61355C">Div</div>

This div border color is #61355C.


Opacity

.myOpacity80 { color: #61355C; opacity: 0.8; }

<p style="color:#61355C;opacity:0.8;">80%</p>

Text with #61355C 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 #61355C;}

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

This text has shadow with #61355C color.

.textShadow {text-shadow: 3px 3px 1px #61355C, 3px 3px 1px red;}

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

This text has shadow with #61355C primary color and red secondary color.


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

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

This text has shadow with #61355C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61355C on black background.


Color preview on white background

This text has color #61355C on white background.



Black color preview on #61355C background

This text has black color on #61355C background.


White color preview on #61355C background

This text has white color on #61355C background.