COLOR #614F77

HEX: #614F77
RGB: (97,79,119)

Color info

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

RGB color model

#614F77 color RGB value is (97,79,119).

  • red value is 97;
  • green value is 79;
  • blue value is 119.
RGB:
(97,79,119)
(38%,31%,47%)

RGB channels and saturation

R 97 of 255 = 38%
G 79 of 255 = 31%
B 119 of 255 = 47%

97
79
119

R + G + B ~ 39%. #614F77 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 79 + 119 = 295 (100%)
R 97 of 295 ~ 32.88%
G 79 of 295 ~ 26.78%
B 119 of 295 ~ 40.34%

%32.88
%26.78
%40.34

CMYK color model

#614F77 color CMYK value is (18,34,0,53).

  • cyan value is 18.49%
  • magenta value is 33.61%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(18,34,0,53)
C18M34Y0K53 
(18%,34%,0%,53%)
(0.18/0.34/0.00/0.53)	

CMYK percentages

%18.49
%33.61
%0
%53.33

Codes

Color #614F77 in popluar color models

614F77
RGB9779119
HSL267°20.20%38.82%
HSB/HSV267°33.61%46.67%
CMYK18.49%33.61%0.00%
53.33%

Color #614F77 in popluar number systems.

HEX614F77
Decimal9779119
Binary110000110011111110111
Octal141117167

Shades and tints

Shades of #614F77

#614F77
(97,79,119)
#59486D
(89,72,109)
#514163
(81,65,99)
#493A59
(73,58,89)
#41334F
(65,51,79)
#392C45
(57,44,69)
#31253B
(49,37,59)
#291E31
(41,30,49)
#211727
(33,23,39)
#19101D
(25,16,29)
#110913
(17,9,19)
#000000
(0,0,0)

Tints of #614F77

#614F77
(97,79,119)
#6F5F83
(111,95,131)
#7D6F8F
(125,111,143)
#8B7F9B
(139,127,155)
#998FA7
(153,143,167)
#A79FB3
(167,159,179)
#B5AFBF
(181,175,191)
#C3BFCB
(195,191,203)
#D1CFD7
(209,207,215)
#DFDFE3
(223,223,227)
#EDEFEF
(237,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #614F77 color. Also use rgb(97,79,119) instead hex code.

Text Font Color

.myTextColor { color: #614F77; }

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

This text font color is #614F77.


Background Color

.myBgColor { background-color: #614F77; }

<div style="background-color:#614F77">Inner text</div>

This div background color is #614F77.


Border color

.myBorderColor { border: 1px solid #614F77; }

<div style="border:3px solid #614F77">Div</div>

This div border color is #614F77.


Opacity

.myOpacity80 { color: #614F77; opacity: 0.8; }

<p style="color:#614F77;opacity:0.8;">80%</p>

Text with #614F77 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 #614F77;}

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

This text has shadow with #614F77 color.

.textShadow {text-shadow: 3px 3px 1px #614F77, 3px 3px 1px red;}

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

This text has shadow with #614F77 primary color and red secondary color.


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

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

This text has shadow with #614F77 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614F77 on black background.


Color preview on white background

This text has color #614F77 on white background.



Black color preview on #614F77 background

This text has black color on #614F77 background.


White color preview on #614F77 background

This text has white color on #614F77 background.