COLOR #61758F

HEX: #61758F
RGB: (97,117,143)

Color info

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

RGB color model

#61758F color RGB value is (97,117,143).

  • red value is 97;
  • green value is 117;
  • blue value is 143.
RGB:
(97,117,143)
(38%,46%,56%)

RGB channels and saturation

R 97 of 255 = 38%
G 117 of 255 = 46%
B 143 of 255 = 56%

97
117
143

R + G + B ~ 47%. #61758F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 117 + 143 = 357 (100%)
R 97 of 357 ~ 27.17%
G 117 of 357 ~ 32.77%
B 143 of 357 ~ 40.06%

%27.17
%32.77
%40.06

CMYK color model

#61758F color CMYK value is (32,18,0,44).

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

CMYK percentages

%32.17
%18.18
%0
%43.92

Codes

Color #61758F in popluar color models

61758F
RGB97117143
HSL214°19.17%47.06%
HSB/HSV214°32.17%56.08%
CMYK32.17%18.18%0.00%
43.92%

Color #61758F in popluar number systems.

HEX61758F
Decimal97117143
Binary1100001111010110001111
Octal141165217

Shades and tints

Shades of #61758F

#61758F
(97,117,143)
#596B82
(89,107,130)
#516175
(81,97,117)
#495768
(73,87,104)
#414D5B
(65,77,91)
#39434E
(57,67,78)
#313941
(49,57,65)
#292F34
(41,47,52)
#212527
(33,37,39)
#191B1A
(25,27,26)
#11110D
(17,17,13)
#000000
(0,0,0)

Tints of #61758F

#61758F
(97,117,143)
#6F8199
(111,129,153)
#7D8DA3
(125,141,163)
#8B99AD
(139,153,173)
#99A5B7
(153,165,183)
#A7B1C1
(167,177,193)
#B5BDCB
(181,189,203)
#C3C9D5
(195,201,213)
#D1D5DF
(209,213,223)
#DFE1E9
(223,225,233)
#EDEDF3
(237,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61758F color. Also use rgb(97,117,143) instead hex code.

Text Font Color

.myTextColor { color: #61758F; }

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

This text font color is #61758F.


Background Color

.myBgColor { background-color: #61758F; }

<div style="background-color:#61758F">Inner text</div>

This div background color is #61758F.


Border color

.myBorderColor { border: 1px solid #61758F; }

<div style="border:3px solid #61758F">Div</div>

This div border color is #61758F.


Opacity

.myOpacity80 { color: #61758F; opacity: 0.8; }

<p style="color:#61758F;opacity:0.8;">80%</p>

Text with #61758F 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 #61758F;}

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

This text has shadow with #61758F color.

.textShadow {text-shadow: 3px 3px 1px #61758F, 3px 3px 1px red;}

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

This text has shadow with #61758F primary color and red secondary color.


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

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

This text has shadow with #61758F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61758F on black background.


Color preview on white background

This text has color #61758F on white background.



Black color preview on #61758F background

This text has black color on #61758F background.


White color preview on #61758F background

This text has white color on #61758F background.