COLOR #614E7B

HEX: #614E7B RGB: (97,78,123)

Color info

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

RGB color model

#614E7B color RGB value is (97,78,123).

RGB: (97,78,123) (38%, 31%, 48%)

RGB channels and saturation

R 97 of 255 = 38%
G 78 of 255 = 31%
B 123 of 255 = 48%

97
78
123

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

Portions of RGB colors in percentages

R + G + B = 97 + 78 + 123 = 298 (100%)
R 97 of 298 ~ 32.55%
G 78 of 298 ~ 26.17%
B 123 of 298 ~ 41.28'%

%32.55
%26.17
%41.28

CMYK color model

#614E7B color CMYK value is (21,37,0,52).

  • cyan value is 21.14%
  • magenta value is 36.59%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (21,37,0,52)
C21M37Y0K52 (21%, 37%, 0%, 52%)
(0.21 / 0.37 / 0.00 / 0.52)

CMYK percentages

%21.14
%36.59
%0
%51.76

Codes

Color #614E7B in popluar color models

61 4E 7B
RGB 97 78 123
HSL 265° 22.39% 39.41%
HSB/HSV 265° 36.59% 48.24%
CMYK 21.14% 36.59% 0.00%
51.76%

Color #614E7B in popluar number systems.

HEX 61 4E 7B
Decimal 97 78 123
Binary 1100001 1001110 1111011
Octal 141 116 173

Shades and tints

Shades of #614E7B

#614E7B
(97,78,123)
#594770
(89,71,112)
#514065
(81,64,101)
#49395A
(73,57,90)
#41324F
(65,50,79)
#392B44
(57,43,68)
#312439
(49,36,57)
#291D2E
(41,29,46)
#211623
(33,22,35)
#190F18
(25,15,24)
#11080D
(17,8,13)
#000000
(0,0,0)

Tints of #614E7B

#614E7B
(97,78,123)
#6F5E87
(111,94,135)
#7D6E93
(125,110,147)
#8B7E9F
(139,126,159)
#998EAB
(153,142,171)
#A79EB7
(167,158,183)
#B5AEC3
(181,174,195)
#C3BECF
(195,190,207)
#D1CEDB
(209,206,219)
#DFDEE7
(223,222,231)
#EDEEF3
(237,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #614E7B color. Also use rgb(97,78,123) instead hex code.

Text Font Color

.myTextColor { color: #614E7B; }

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

This text font color is #614E7B.

Background Color

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

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

This div background color is #614E7B.

Border color

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

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

This div border color is #614E7B.

Opacity

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

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

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

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

This text has shadow with #614E7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #614E7B.

Preview

Color preview on black background

This text has color #614E7B on black background.


Color preview on white background

This text has color #614E7B on white background.


Black color preview on #614E7B background

This text has black color on #614E7B background.


White color preview on #614E7B background

This text has white color on #614E7B background.


Related colors

Complementary color

Complementary color for #hex is #9EB184.


I love getcolorcode.com

Triadic colors

1 #7B614E and #4E7B61 with #614E7B are triadic colors.

2 #7B4E61 and #4E617B with #614E7B are triadic colors.