COLOR #614D31

HEX: #614D31
RGB: (97,77,49)

Color info

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

RGB color model

#614D31 color RGB value is (97,77,49).

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

RGB channels and saturation

R 97 of 255 = 38%
G 77 of 255 = 30%
B 49 of 255 = 19%

97
77
49

R + G + B ~ 29%. #614D31 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 77 + 49 = 223 (100%)
R 97 of 223 ~ 43.5%
G 77 of 223 ~ 34.53%
B 49 of 223 ~ 21.97%

%43.5
%34.53
%21.97

CMYK color model

#614D31 color CMYK value is (0,21,49,62).

  • cyan value is 0.00%
  • magenta value is 20.62%
  • yellow value is 49.48%
  • key color value is 61.96%
CMYK:
(0,21,49,62)
C0M21Y49K62 
(0%,21%,49%,62%)
(0.00/0.21/0.49/0.62)	

CMYK percentages

%0
%20.62
%49.48
%61.96

Codes

Color #614D31 in popluar color models

614D31
RGB977749
HSL35°32.88%28.63%
HSB/HSV35°49.48%38.04%
CMYK0.00%20.62%49.48%
61.96%

Color #614D31 in popluar number systems.

HEX614D31
Decimal977749
Binary11000011001101110001
Octal14111561

Shades and tints

Shades of #614D31

#614D31
(97,77,49)
#59462D
(89,70,45)
#513F29
(81,63,41)
#493825
(73,56,37)
#413121
(65,49,33)
#392A1D
(57,42,29)
#312319
(49,35,25)
#291C15
(41,28,21)
#211511
(33,21,17)
#190E0D
(25,14,13)
#110709
(17,7,9)
#000000
(0,0,0)

Tints of #614D31

#614D31
(97,77,49)
#6F5D43
(111,93,67)
#7D6D55
(125,109,85)
#8B7D67
(139,125,103)
#998D79
(153,141,121)
#A79D8B
(167,157,139)
#B5AD9D
(181,173,157)
#C3BDAF
(195,189,175)
#D1CDC1
(209,205,193)
#DFDDD3
(223,221,211)
#EDEDE5
(237,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #614D31; }

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

This text font color is #614D31.


Background Color

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

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

This div background color is #614D31.


Border color

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

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

This div border color is #614D31.


Opacity

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

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

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

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

This text has shadow with #614D31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614D31 on black background.


Color preview on white background

This text has color #614D31 on white background.



Black color preview on #614D31 background

This text has black color on #614D31 background.


White color preview on #614D31 background

This text has white color on #614D31 background.