COLOR #614D49

HEX: #614D49
RGB: (97,77,73)

Color info

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

RGB color model

#614D49 color RGB value is (97,77,73).

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

RGB channels and saturation

R 97 of 255 = 38%
G 77 of 255 = 30%
B 73 of 255 = 29%

97
77
73

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

Portions of RGB colors in percentages

R + G + B =
97 + 77 + 73 = 247 (100%)
R 97 of 247 ~ 39.27%
G 77 of 247 ~ 31.17%
B 73 of 247 ~ 29.55%

%39.27
%31.17
%29.55

CMYK color model

#614D49 color CMYK value is (0,21,25,62).

  • cyan value is 0.00%
  • magenta value is 20.62%
  • yellow value is 24.74%
  • key color value is 61.96%
CMYK:
(0,21,25,62)
C0M21Y25K62 
(0%,21%,25%,62%)
(0.00/0.21/0.25/0.62)	

CMYK percentages

%0
%20.62
%24.74
%61.96

Codes

Color #614D49 in popluar color models

614D49
RGB977773
HSL10°14.12%33.33%
HSB/HSV10°24.74%38.04%
CMYK0.00%20.62%24.74%
61.96%

Color #614D49 in popluar number systems.

HEX614D49
Decimal977773
Binary110000110011011001001
Octal141115111

Shades and tints

Shades of #614D49

#614D49
(97,77,73)
#594643
(89,70,67)
#513F3D
(81,63,61)
#493837
(73,56,55)
#413131
(65,49,49)
#392A2B
(57,42,43)
#312325
(49,35,37)
#291C1F
(41,28,31)
#211519
(33,21,25)
#190E13
(25,14,19)
#11070D
(17,7,13)
#000000
(0,0,0)

Tints of #614D49

#614D49
(97,77,73)
#6F5D59
(111,93,89)
#7D6D69
(125,109,105)
#8B7D79
(139,125,121)
#998D89
(153,141,137)
#A79D99
(167,157,153)
#B5ADA9
(181,173,169)
#C3BDB9
(195,189,185)
#D1CDC9
(209,205,201)
#DFDDD9
(223,221,217)
#EDEDE9
(237,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #614D49; }

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

This text font color is #614D49.


Background Color

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

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

This div background color is #614D49.


Border color

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

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

This div border color is #614D49.


Opacity

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

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

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

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

This text has shadow with #614D49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614D49 on black background.


Color preview on white background

This text has color #614D49 on white background.



Black color preview on #614D49 background

This text has black color on #614D49 background.


White color preview on #614D49 background

This text has white color on #614D49 background.