COLOR #61587B

HEX: #61587B
RGB: (97,88,123)

Color info

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

RGB color model

#61587B color RGB value is (97,88,123).

  • red value is 97;
  • green value is 88;
  • blue value is 123.
RGB:
(97,88,123)
(38%,35%,48%)

RGB channels and saturation

R 97 of 255 = 38%
G 88 of 255 = 35%
B 123 of 255 = 48%

97
88
123

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

Portions of RGB colors in percentages

R + G + B =
97 + 88 + 123 = 308 (100%)
R 97 of 308 ~ 31.49%
G 88 of 308 ~ 28.57%
B 123 of 308 ~ 39.94%

%31.49
%28.57
%39.94

CMYK color model

#61587B color CMYK value is (21,28,0,52).

  • cyan value is 21.14%
  • magenta value is 28.46%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(21,28,0,52)
C21M28Y0K52 
(21%,28%,0%,52%)
(0.21/0.28/0.00/0.52)	

CMYK percentages

%21.14
%28.46
%0
%51.76

Codes

Color #61587B in popluar color models

61587B
RGB9788123
HSL255°16.59%41.37%
HSB/HSV255°28.46%48.24%
CMYK21.14%28.46%0.00%
51.76%

Color #61587B in popluar number systems.

HEX61587B
Decimal9788123
Binary110000110110001111011
Octal141130173

Shades and tints

Shades of #61587B

#61587B
(97,88,123)
#595070
(89,80,112)
#514865
(81,72,101)
#49405A
(73,64,90)
#41384F
(65,56,79)
#393044
(57,48,68)
#312839
(49,40,57)
#29202E
(41,32,46)
#211823
(33,24,35)
#191018
(25,16,24)
#11080D
(17,8,13)
#000000
(0,0,0)

Tints of #61587B

#61587B
(97,88,123)
#6F6787
(111,103,135)
#7D7693
(125,118,147)
#8B859F
(139,133,159)
#9994AB
(153,148,171)
#A7A3B7
(167,163,183)
#B5B2C3
(181,178,195)
#C3C1CF
(195,193,207)
#D1D0DB
(209,208,219)
#DFDFE7
(223,223,231)
#EDEEF3
(237,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61587B color. Also use rgb(97,88,123) instead hex code.

Text Font Color

.myTextColor { color: #61587B; }

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

This text font color is #61587B.


Background Color

.myBgColor { background-color: #61587B; }

<div style="background-color:#61587B">Inner text</div>

This div background color is #61587B.


Border color

.myBorderColor { border: 1px solid #61587B; }

<div style="border:3px solid #61587B">Div</div>

This div border color is #61587B.


Opacity

.myOpacity80 { color: #61587B; opacity: 0.8; }

<p style="color:#61587B;opacity:0.8;">80%</p>

Text with #61587B 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 #61587B;}

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

This text has shadow with #61587B color.

.textShadow {text-shadow: 3px 3px 1px #61587B, 3px 3px 1px red;}

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

This text has shadow with #61587B primary color and red secondary color.


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

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

This text has shadow with #61587B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61587B on black background.


Color preview on white background

This text has color #61587B on white background.



Black color preview on #61587B background

This text has black color on #61587B background.


White color preview on #61587B background

This text has white color on #61587B background.