COLOR #61748E

HEX: #61748E
RGB: (97,116,142)

Color info

#61748E contains red, green and blue colors in about the same proportion. Web safe color of #61748E is #666699 (or #669).

RGB color model

#61748E color RGB value is (97,116,142).

  • red value is 97;
  • green value is 116;
  • blue value is 142.
RGB:
(97,116,142)
(38%,45%,56%)

RGB channels and saturation

R 97 of 255 = 38%
G 116 of 255 = 45%
B 142 of 255 = 56%

97
116
142

R + G + B ~ 46%. #61748E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 116 + 142 = 355 (100%)
R 97 of 355 ~ 27.32%
G 116 of 355 ~ 32.68%
B 142 of 355 ~ 40%

%27.32
%32.68
%40

CMYK color model

#61748E color CMYK value is (32,18,0,44).

  • cyan value is 31.69%
  • magenta value is 18.31%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(32,18,0,44)
C32M18Y0K44 
(32%,18%,0%,44%)
(0.32/0.18/0.00/0.44)	

CMYK percentages

%31.69
%18.31
%0
%44.31

Codes

Color #61748E in popluar color models

61748E
RGB97116142
HSL215°18.83%46.86%
HSB/HSV215°31.69%55.69%
CMYK31.69%18.31%0.00%
44.31%

Color #61748E in popluar number systems.

HEX61748E
Decimal97116142
Binary1100001111010010001110
Octal141164216

Shades and tints

Shades of #61748E

#61748E
(97,116,142)
#596A82
(89,106,130)
#516076
(81,96,118)
#49566A
(73,86,106)
#414C5E
(65,76,94)
#394252
(57,66,82)
#313846
(49,56,70)
#292E3A
(41,46,58)
#21242E
(33,36,46)
#191A22
(25,26,34)
#111016
(17,16,22)
#000000
(0,0,0)

Tints of #61748E

#61748E
(97,116,142)
#6F8098
(111,128,152)
#7D8CA2
(125,140,162)
#8B98AC
(139,152,172)
#99A4B6
(153,164,182)
#A7B0C0
(167,176,192)
#B5BCCA
(181,188,202)
#C3C8D4
(195,200,212)
#D1D4DE
(209,212,222)
#DFE0E8
(223,224,232)
#EDECF2
(237,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61748E color. Also use rgb(97,116,142) instead hex code.

Text Font Color

.myTextColor { color: #61748E; }

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

This text font color is #61748E.


Background Color

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

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

This div background color is #61748E.


Border color

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

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

This div border color is #61748E.


Opacity

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

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

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

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

This text has shadow with #61748E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61748E on black background.


Color preview on white background

This text has color #61748E on white background.



Black color preview on #61748E background

This text has black color on #61748E background.


White color preview on #61748E background

This text has white color on #61748E background.