COLOR #61507C

HEX: #61507C
RGB: (97,80,124)

Color info

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

RGB color model

#61507C color RGB value is (97,80,124).

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

RGB channels and saturation

R 97 of 255 = 38%
G 80 of 255 = 31%
B 124 of 255 = 49%

97
80
124

R + G + B ~ 39%. #61507C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 80 + 124 = 301 (100%)
R 97 of 301 ~ 32.23%
G 80 of 301 ~ 26.58%
B 124 of 301 ~ 41.2%

%32.23
%26.58
%41.2

CMYK color model

#61507C color CMYK value is (22,35,0,51).

  • cyan value is 21.77%
  • magenta value is 35.48%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(22,35,0,51)
C22M35Y0K51 
(22%,35%,0%,51%)
(0.22/0.35/0.00/0.51)	

CMYK percentages

%21.77
%35.48
%0
%51.37

Codes

Color #61507C in popluar color models

61507C
RGB9780124
HSL263°21.57%40.00%
HSB/HSV263°35.48%48.63%
CMYK21.77%35.48%0.00%
51.37%

Color #61507C in popluar number systems.

HEX61507C
Decimal9780124
Binary110000110100001111100
Octal141120174

Shades and tints

Shades of #61507C

#61507C
(97,80,124)
#594971
(89,73,113)
#514266
(81,66,102)
#493B5B
(73,59,91)
#413450
(65,52,80)
#392D45
(57,45,69)
#31263A
(49,38,58)
#291F2F
(41,31,47)
#211824
(33,24,36)
#191119
(25,17,25)
#110A0E
(17,10,14)
#000000
(0,0,0)

Tints of #61507C

#61507C
(97,80,124)
#6F5F87
(111,95,135)
#7D6E92
(125,110,146)
#8B7D9D
(139,125,157)
#998CA8
(153,140,168)
#A79BB3
(167,155,179)
#B5AABE
(181,170,190)
#C3B9C9
(195,185,201)
#D1C8D4
(209,200,212)
#DFD7DF
(223,215,223)
#EDE6EA
(237,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61507C; }

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

This text font color is #61507C.


Background Color

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

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

This div background color is #61507C.


Border color

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

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

This div border color is #61507C.


Opacity

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

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

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

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

This text has shadow with #61507C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61507C on black background.


Color preview on white background

This text has color #61507C on white background.



Black color preview on #61507C background

This text has black color on #61507C background.


White color preview on #61507C background

This text has white color on #61507C background.