COLOR #614653

HEX: #614653
RGB: (97,70,83)

Color info

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

RGB color model

#614653 color RGB value is (97,70,83).

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

RGB channels and saturation

R 97 of 255 = 38%
G 70 of 255 = 27%
B 83 of 255 = 33%

97
70
83

R + G + B ~ 33%. #614653 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 70 + 83 = 250 (100%)
R 97 of 250 ~ 38.8%
G 70 of 250 ~ 28%
B 83 of 250 ~ 33.2%

%38.8
%28
%33.2

CMYK color model

#614653 color CMYK value is (0,28,14,62).

  • cyan value is 0.00%
  • magenta value is 27.84%
  • yellow value is 14.43%
  • key color value is 61.96%
CMYK:
(0,28,14,62)
C0M28Y14K62 
(0%,28%,14%,62%)
(0.00/0.28/0.14/0.62)	

CMYK percentages

%0
%27.84
%14.43
%61.96

Codes

Color #614653 in popluar color models

614653
RGB977083
HSL331°16.17%32.75%
HSB/HSV331°27.84%38.04%
CMYK0.00%27.84%14.43%
61.96%

Color #614653 in popluar number systems.

HEX614653
Decimal977083
Binary110000110001101010011
Octal141106123

Shades and tints

Shades of #614653

#614653
(97,70,83)
#59404C
(89,64,76)
#513A45
(81,58,69)
#49343E
(73,52,62)
#412E37
(65,46,55)
#392830
(57,40,48)
#312229
(49,34,41)
#291C22
(41,28,34)
#21161B
(33,22,27)
#191014
(25,16,20)
#110A0D
(17,10,13)
#000000
(0,0,0)

Tints of #614653

#614653
(97,70,83)
#6F5662
(111,86,98)
#7D6671
(125,102,113)
#8B7680
(139,118,128)
#99868F
(153,134,143)
#A7969E
(167,150,158)
#B5A6AD
(181,166,173)
#C3B6BC
(195,182,188)
#D1C6CB
(209,198,203)
#DFD6DA
(223,214,218)
#EDE6E9
(237,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #614653; }

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

This text font color is #614653.


Background Color

.myBgColor { background-color: #614653; }

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

This div background color is #614653.


Border color

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

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

This div border color is #614653.


Opacity

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

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

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

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

This text has shadow with #614653 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614653 on black background.


Color preview on white background

This text has color #614653 on white background.



Black color preview on #614653 background

This text has black color on #614653 background.


White color preview on #614653 background

This text has white color on #614653 background.