COLOR #61627A

HEX: #61627A
RGB: (97,98,122)

Color info

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

RGB color model

#61627A color RGB value is (97,98,122).

  • red value is 97;
  • green value is 98;
  • blue value is 122.
RGB:
(97,98,122)
(38%,38%,48%)

RGB channels and saturation

R 97 of 255 = 38%
G 98 of 255 = 38%
B 122 of 255 = 48%

97
98
122

R + G + B ~ 41%. #61627A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 98 + 122 = 317 (100%)
R 97 of 317 ~ 30.6%
G 98 of 317 ~ 30.91%
B 122 of 317 ~ 38.49%

%30.6
%30.91
%38.49

CMYK color model

#61627A color CMYK value is (20,20,0,52).

  • cyan value is 20.49%
  • magenta value is 19.67%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(20,20,0,52)
C20M20Y0K52 
(20%,20%,0%,52%)
(0.20/0.20/0.00/0.52)	

CMYK percentages

%20.49
%19.67
%0
%52.16

Codes

Color #61627A in popluar color models

61627A
RGB9798122
HSL238°11.42%42.94%
HSB/HSV238°20.49%47.84%
CMYK20.49%19.67%0.00%
52.16%

Color #61627A in popluar number systems.

HEX61627A
Decimal9798122
Binary110000111000101111010
Octal141142172

Shades and tints

Shades of #61627A

#61627A
(97,98,122)
#595A6F
(89,90,111)
#515264
(81,82,100)
#494A59
(73,74,89)
#41424E
(65,66,78)
#393A43
(57,58,67)
#313238
(49,50,56)
#292A2D
(41,42,45)
#212222
(33,34,34)
#191A17
(25,26,23)
#11120C
(17,18,12)
#000000
(0,0,0)

Tints of #61627A

#61627A
(97,98,122)
#6F7086
(111,112,134)
#7D7E92
(125,126,146)
#8B8C9E
(139,140,158)
#999AAA
(153,154,170)
#A7A8B6
(167,168,182)
#B5B6C2
(181,182,194)
#C3C4CE
(195,196,206)
#D1D2DA
(209,210,218)
#DFE0E6
(223,224,230)
#EDEEF2
(237,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61627A color. Also use rgb(97,98,122) instead hex code.

Text Font Color

.myTextColor { color: #61627A; }

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

This text font color is #61627A.


Background Color

.myBgColor { background-color: #61627A; }

<div style="background-color:#61627A">Inner text</div>

This div background color is #61627A.


Border color

.myBorderColor { border: 1px solid #61627A; }

<div style="border:3px solid #61627A">Div</div>

This div border color is #61627A.


Opacity

.myOpacity80 { color: #61627A; opacity: 0.8; }

<p style="color:#61627A;opacity:0.8;">80%</p>

Text with #61627A 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 #61627A;}

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

This text has shadow with #61627A color.

.textShadow {text-shadow: 3px 3px 1px #61627A, 3px 3px 1px red;}

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

This text has shadow with #61627A primary color and red secondary color.


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

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

This text has shadow with #61627A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61627A on black background.


Color preview on white background

This text has color #61627A on white background.



Black color preview on #61627A background

This text has black color on #61627A background.


White color preview on #61627A background

This text has white color on #61627A background.