COLOR #614649

HEX: #614649
RGB: (97,70,73)

Color info

#614649 contains red, green and blue colors in about the same proportion. Web safe color of #614649 is #663333 (or #633).

RGB color model

#614649 color RGB value is (97,70,73).

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

RGB channels and saturation

R 97 of 255 = 38%
G 70 of 255 = 27%
B 73 of 255 = 29%

97
70
73

R + G + B ~ 31%. #614649 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 70 + 73 = 240 (100%)
R 97 of 240 ~ 40.42%
G 70 of 240 ~ 29.17%
B 73 of 240 ~ 30.42%

%40.42
%29.17
%30.42

CMYK color model

#614649 color CMYK value is (0,28,25,62).

  • cyan value is 0.00%
  • magenta value is 27.84%
  • yellow value is 24.74%
  • key color value is 61.96%
CMYK:
(0,28,25,62)
C0M28Y25K62 
(0%,28%,25%,62%)
(0.00/0.28/0.25/0.62)	

CMYK percentages

%0
%27.84
%24.74
%61.96

Codes

Color #614649 in popluar color models

614649
RGB977073
HSL353°16.17%32.75%
HSB/HSV353°27.84%38.04%
CMYK0.00%27.84%24.74%
61.96%

Color #614649 in popluar number systems.

HEX614649
Decimal977073
Binary110000110001101001001
Octal141106111

Shades and tints

Shades of #614649

#614649
(97,70,73)
#594043
(89,64,67)
#513A3D
(81,58,61)
#493437
(73,52,55)
#412E31
(65,46,49)
#39282B
(57,40,43)
#312225
(49,34,37)
#291C1F
(41,28,31)
#211619
(33,22,25)
#191013
(25,16,19)
#110A0D
(17,10,13)
#000000
(0,0,0)

Tints of #614649

#614649
(97,70,73)
#6F5659
(111,86,89)
#7D6669
(125,102,105)
#8B7679
(139,118,121)
#998689
(153,134,137)
#A79699
(167,150,153)
#B5A6A9
(181,166,169)
#C3B6B9
(195,182,185)
#D1C6C9
(209,198,201)
#DFD6D9
(223,214,217)
#EDE6E9
(237,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #614649; }

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

This text font color is #614649.


Background Color

.myBgColor { background-color: #614649; }

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

This div background color is #614649.


Border color

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

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

This div border color is #614649.


Opacity

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

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

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

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

This text has shadow with #614649 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614649 on black background.


Color preview on white background

This text has color #614649 on white background.



Black color preview on #614649 background

This text has black color on #614649 background.


White color preview on #614649 background

This text has white color on #614649 background.