COLOR #61466C

HEX: #61466C
RGB: (97,70,108)

Color info

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

RGB color model

#61466C color RGB value is (97,70,108).

  • red value is 97;
  • green value is 70;
  • blue value is 108.
RGB:
(97,70,108)
(38%,27%,42%)

RGB channels and saturation

R 97 of 255 = 38%
G 70 of 255 = 27%
B 108 of 255 = 42%

97
70
108

R + G + B ~ 36%. #61466C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 70 + 108 = 275 (100%)
R 97 of 275 ~ 35.27%
G 70 of 275 ~ 25.45%
B 108 of 275 ~ 39.27%

%35.27
%25.45
%39.27

CMYK color model

#61466C color CMYK value is (10,35,0,58).

  • cyan value is 10.19%
  • magenta value is 35.19%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(10,35,0,58)
C10M35Y0K58 
(10%,35%,0%,58%)
(0.10/0.35/0.00/0.58)	

CMYK percentages

%10.19
%35.19
%0
%57.65

Codes

Color #61466C in popluar color models

61466C
RGB9770108
HSL283°21.35%34.90%
HSB/HSV283°35.19%42.35%
CMYK10.19%35.19%0.00%
57.65%

Color #61466C in popluar number systems.

HEX61466C
Decimal9770108
Binary110000110001101101100
Octal141106154

Shades and tints

Shades of #61466C

#61466C
(97,70,108)
#594063
(89,64,99)
#513A5A
(81,58,90)
#493451
(73,52,81)
#412E48
(65,46,72)
#39283F
(57,40,63)
#312236
(49,34,54)
#291C2D
(41,28,45)
#211624
(33,22,36)
#19101B
(25,16,27)
#110A12
(17,10,18)
#000000
(0,0,0)

Tints of #61466C

#61466C
(97,70,108)
#6F5679
(111,86,121)
#7D6686
(125,102,134)
#8B7693
(139,118,147)
#9986A0
(153,134,160)
#A796AD
(167,150,173)
#B5A6BA
(181,166,186)
#C3B6C7
(195,182,199)
#D1C6D4
(209,198,212)
#DFD6E1
(223,214,225)
#EDE6EE
(237,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61466C color. Also use rgb(97,70,108) instead hex code.

Text Font Color

.myTextColor { color: #61466C; }

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

This text font color is #61466C.


Background Color

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

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

This div background color is #61466C.


Border color

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

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

This div border color is #61466C.


Opacity

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

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

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

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

This text has shadow with #61466C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61466C on black background.


Color preview on white background

This text has color #61466C on white background.



Black color preview on #61466C background

This text has black color on #61466C background.


White color preview on #61466C background

This text has white color on #61466C background.