COLOR #61466E

HEX: #61466E
RGB: (97,70,110)

Color info

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

RGB color model

#61466E color RGB value is (97,70,110).

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

RGB channels and saturation

R 97 of 255 = 38%
G 70 of 255 = 27%
B 110 of 255 = 43%

97
70
110

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

Portions of RGB colors in percentages

R + G + B =
97 + 70 + 110 = 277 (100%)
R 97 of 277 ~ 35.02%
G 70 of 277 ~ 25.27%
B 110 of 277 ~ 39.71%

%35.02
%25.27
%39.71

CMYK color model

#61466E color CMYK value is (12,36,0,57).

  • cyan value is 11.82%
  • magenta value is 36.36%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(12,36,0,57)
C12M36Y0K57 
(12%,36%,0%,57%)
(0.12/0.36/0.00/0.57)	

CMYK percentages

%11.82
%36.36
%0
%56.86

Codes

Color #61466E in popluar color models

61466E
RGB9770110
HSL281°22.22%35.29%
HSB/HSV281°36.36%43.14%
CMYK11.82%36.36%0.00%
56.86%

Color #61466E in popluar number systems.

HEX61466E
Decimal9770110
Binary110000110001101101110
Octal141106156

Shades and tints

Shades of #61466E

#61466E
(97,70,110)
#594064
(89,64,100)
#513A5A
(81,58,90)
#493450
(73,52,80)
#412E46
(65,46,70)
#39283C
(57,40,60)
#312232
(49,34,50)
#291C28
(41,28,40)
#21161E
(33,22,30)
#191014
(25,16,20)
#110A0A
(17,10,10)
#000000
(0,0,0)

Tints of #61466E

#61466E
(97,70,110)
#6F567B
(111,86,123)
#7D6688
(125,102,136)
#8B7695
(139,118,149)
#9986A2
(153,134,162)
#A796AF
(167,150,175)
#B5A6BC
(181,166,188)
#C3B6C9
(195,182,201)
#D1C6D6
(209,198,214)
#DFD6E3
(223,214,227)
#EDE6F0
(237,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61466E; }

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

This text font color is #61466E.


Background Color

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

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

This div background color is #61466E.


Border color

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

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

This div border color is #61466E.


Opacity

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

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

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

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

This text has shadow with #61466E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61466E on black background.


Color preview on white background

This text has color #61466E on white background.



Black color preview on #61466E background

This text has black color on #61466E background.


White color preview on #61466E background

This text has white color on #61466E background.