COLOR #614049

HEX: #614049
RGB: (97,64,73)

Color info

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

RGB color model

#614049 color RGB value is (97,64,73).

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

RGB channels and saturation

R 97 of 255 = 38%
G 64 of 255 = 25%
B 73 of 255 = 29%

97
64
73

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

Portions of RGB colors in percentages

R + G + B =
97 + 64 + 73 = 234 (100%)
R 97 of 234 ~ 41.45%
G 64 of 234 ~ 27.35%
B 73 of 234 ~ 31.2%

%41.45
%27.35
%31.2

CMYK color model

#614049 color CMYK value is (0,34,25,62).

  • cyan value is 0.00%
  • magenta value is 34.02%
  • yellow value is 24.74%
  • key color value is 61.96%
CMYK:
(0,34,25,62)
C0M34Y25K62 
(0%,34%,25%,62%)
(0.00/0.34/0.25/0.62)	

CMYK percentages

%0
%34.02
%24.74
%61.96

Codes

Color #614049 in popluar color models

614049
RGB976473
HSL344°20.50%31.57%
HSB/HSV344°34.02%38.04%
CMYK0.00%34.02%24.74%
61.96%

Color #614049 in popluar number systems.

HEX614049
Decimal976473
Binary110000110000001001001
Octal141100111

Shades and tints

Shades of #614049

#614049
(97,64,73)
#593B43
(89,59,67)
#51363D
(81,54,61)
#493137
(73,49,55)
#412C31
(65,44,49)
#39272B
(57,39,43)
#312225
(49,34,37)
#291D1F
(41,29,31)
#211819
(33,24,25)
#191313
(25,19,19)
#110E0D
(17,14,13)
#000000
(0,0,0)

Tints of #614049

#614049
(97,64,73)
#6F5159
(111,81,89)
#7D6269
(125,98,105)
#8B7379
(139,115,121)
#998489
(153,132,137)
#A79599
(167,149,153)
#B5A6A9
(181,166,169)
#C3B7B9
(195,183,185)
#D1C8C9
(209,200,201)
#DFD9D9
(223,217,217)
#EDEAE9
(237,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #614049; }

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

This text font color is #614049.


Background Color

.myBgColor { background-color: #614049; }

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

This div background color is #614049.


Border color

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

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

This div border color is #614049.


Opacity

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

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

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

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

This text has shadow with #614049 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614049 on black background.


Color preview on white background

This text has color #614049 on white background.



Black color preview on #614049 background

This text has black color on #614049 background.


White color preview on #614049 background

This text has white color on #614049 background.