COLOR #61537C

HEX: #61537C
RGB: (97,83,124)

Color info

#61537C contains red, green and blue colors in about the same proportion. Web safe color of #61537C is #666666 (or #666).

RGB color model

#61537C color RGB value is (97,83,124).

  • red value is 97;
  • green value is 83;
  • blue value is 124.
RGB:
(97,83,124)
(38%,33%,49%)

RGB channels and saturation

R 97 of 255 = 38%
G 83 of 255 = 33%
B 124 of 255 = 49%

97
83
124

R + G + B ~ 40%. #61537C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 83 + 124 = 304 (100%)
R 97 of 304 ~ 31.91%
G 83 of 304 ~ 27.3%
B 124 of 304 ~ 40.79%

%31.91
%27.3
%40.79

CMYK color model

#61537C color CMYK value is (22,33,0,51).

  • cyan value is 21.77%
  • magenta value is 33.06%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(22,33,0,51)
C22M33Y0K51 
(22%,33%,0%,51%)
(0.22/0.33/0.00/0.51)	

CMYK percentages

%21.77
%33.06
%0
%51.37

Codes

Color #61537C in popluar color models

61537C
RGB9783124
HSL260°19.81%40.59%
HSB/HSV260°33.06%48.63%
CMYK21.77%33.06%0.00%
51.37%

Color #61537C in popluar number systems.

HEX61537C
Decimal9783124
Binary110000110100111111100
Octal141123174

Shades and tints

Shades of #61537C

#61537C
(97,83,124)
#594C71
(89,76,113)
#514566
(81,69,102)
#493E5B
(73,62,91)
#413750
(65,55,80)
#393045
(57,48,69)
#31293A
(49,41,58)
#29222F
(41,34,47)
#211B24
(33,27,36)
#191419
(25,20,25)
#110D0E
(17,13,14)
#000000
(0,0,0)

Tints of #61537C

#61537C
(97,83,124)
#6F6287
(111,98,135)
#7D7192
(125,113,146)
#8B809D
(139,128,157)
#998FA8
(153,143,168)
#A79EB3
(167,158,179)
#B5ADBE
(181,173,190)
#C3BCC9
(195,188,201)
#D1CBD4
(209,203,212)
#DFDADF
(223,218,223)
#EDE9EA
(237,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61537C color. Also use rgb(97,83,124) instead hex code.

Text Font Color

.myTextColor { color: #61537C; }

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

This text font color is #61537C.


Background Color

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

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

This div background color is #61537C.


Border color

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

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

This div border color is #61537C.


Opacity

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

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

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

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

This text has shadow with #61537C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61537C on black background.


Color preview on white background

This text has color #61537C on white background.



Black color preview on #61537C background

This text has black color on #61537C background.


White color preview on #61537C background

This text has white color on #61537C background.