COLOR #614B49

HEX: #614B49
RGB: (97,75,73)

Color info

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

RGB color model

#614B49 color RGB value is (97,75,73).

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

RGB channels and saturation

R 97 of 255 = 38%
G 75 of 255 = 29%
B 73 of 255 = 29%

97
75
73

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

Portions of RGB colors in percentages

R + G + B =
97 + 75 + 73 = 245 (100%)
R 97 of 245 ~ 39.59%
G 75 of 245 ~ 30.61%
B 73 of 245 ~ 29.8%

%39.59
%30.61
%29.8

CMYK color model

#614B49 color CMYK value is (0,23,25,62).

  • cyan value is 0.00%
  • magenta value is 22.68%
  • yellow value is 24.74%
  • key color value is 61.96%
CMYK:
(0,23,25,62)
C0M23Y25K62 
(0%,23%,25%,62%)
(0.00/0.23/0.25/0.62)	

CMYK percentages

%0
%22.68
%24.74
%61.96

Codes

Color #614B49 in popluar color models

614B49
RGB977573
HSL14.12%33.33%
HSB/HSV24.74%38.04%
CMYK0.00%22.68%24.74%
61.96%

Color #614B49 in popluar number systems.

HEX614B49
Decimal977573
Binary110000110010111001001
Octal141113111

Shades and tints

Shades of #614B49

#614B49
(97,75,73)
#594543
(89,69,67)
#513F3D
(81,63,61)
#493937
(73,57,55)
#413331
(65,51,49)
#392D2B
(57,45,43)
#312725
(49,39,37)
#29211F
(41,33,31)
#211B19
(33,27,25)
#191513
(25,21,19)
#110F0D
(17,15,13)
#000000
(0,0,0)

Tints of #614B49

#614B49
(97,75,73)
#6F5B59
(111,91,89)
#7D6B69
(125,107,105)
#8B7B79
(139,123,121)
#998B89
(153,139,137)
#A79B99
(167,155,153)
#B5ABA9
(181,171,169)
#C3BBB9
(195,187,185)
#D1CBC9
(209,203,201)
#DFDBD9
(223,219,217)
#EDEBE9
(237,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #614B49; }

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

This text font color is #614B49.


Background Color

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

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

This div background color is #614B49.


Border color

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

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

This div border color is #614B49.


Opacity

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

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

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

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

This text has shadow with #614B49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614B49 on black background.


Color preview on white background

This text has color #614B49 on white background.



Black color preview on #614B49 background

This text has black color on #614B49 background.


White color preview on #614B49 background

This text has white color on #614B49 background.