COLOR #614651

HEX: #614651
RGB: (97,70,81)

Color info

#614651 contains red, green and blue colors in about the same proportion. Web safe color of #614651 is #663366 (or #636).

RGB color model

#614651 color RGB value is (97,70,81).

  • red value is 97;
  • green value is 70;
  • blue value is 81.
RGB:
(97,70,81)
(38%,27%,32%)

RGB channels and saturation

R 97 of 255 = 38%
G 70 of 255 = 27%
B 81 of 255 = 32%

97
70
81

R + G + B ~ 32%. #614651 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 70 + 81 = 248 (100%)
R 97 of 248 ~ 39.11%
G 70 of 248 ~ 28.23%
B 81 of 248 ~ 32.66%

%39.11
%28.23
%32.66

CMYK color model

#614651 color CMYK value is (0,28,16,62).

  • cyan value is 0.00%
  • magenta value is 27.84%
  • yellow value is 16.49%
  • key color value is 61.96%
CMYK:
(0,28,16,62)
C0M28Y16K62 
(0%,28%,16%,62%)
(0.00/0.28/0.16/0.62)	

CMYK percentages

%0
%27.84
%16.49
%61.96

Codes

Color #614651 in popluar color models

614651
RGB977081
HSL336°16.17%32.75%
HSB/HSV336°27.84%38.04%
CMYK0.00%27.84%16.49%
61.96%

Color #614651 in popluar number systems.

HEX614651
Decimal977081
Binary110000110001101010001
Octal141106121

Shades and tints

Shades of #614651

#614651
(97,70,81)
#59404A
(89,64,74)
#513A43
(81,58,67)
#49343C
(73,52,60)
#412E35
(65,46,53)
#39282E
(57,40,46)
#312227
(49,34,39)
#291C20
(41,28,32)
#211619
(33,22,25)
#191012
(25,16,18)
#110A0B
(17,10,11)
#000000
(0,0,0)

Tints of #614651

#614651
(97,70,81)
#6F5660
(111,86,96)
#7D666F
(125,102,111)
#8B767E
(139,118,126)
#99868D
(153,134,141)
#A7969C
(167,150,156)
#B5A6AB
(181,166,171)
#C3B6BA
(195,182,186)
#D1C6C9
(209,198,201)
#DFD6D8
(223,214,216)
#EDE6E7
(237,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #614651 color. Also use rgb(97,70,81) instead hex code.

Text Font Color

.myTextColor { color: #614651; }

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

This text font color is #614651.


Background Color

.myBgColor { background-color: #614651; }

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

This div background color is #614651.


Border color

.myBorderColor { border: 1px solid #614651; }

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

This div border color is #614651.


Opacity

.myOpacity80 { color: #614651; opacity: 0.8; }

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

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

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

This text has shadow with #614651 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614651 on black background.


Color preview on white background

This text has color #614651 on white background.



Black color preview on #614651 background

This text has black color on #614651 background.


White color preview on #614651 background

This text has white color on #614651 background.