COLOR #614E31

HEX: #614E31
RGB: (97,78,49)

Color info

#614E31 contains red, green and blue colors in about the same proportion. Web safe color of #614E31 is #666633 (or #663).

RGB color model

#614E31 color RGB value is (97,78,49).

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

RGB channels and saturation

R 97 of 255 = 38%
G 78 of 255 = 31%
B 49 of 255 = 19%

97
78
49

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

Portions of RGB colors in percentages

R + G + B =
97 + 78 + 49 = 224 (100%)
R 97 of 224 ~ 43.3%
G 78 of 224 ~ 34.82%
B 49 of 224 ~ 21.88%

%43.3
%34.82
%21.88

CMYK color model

#614E31 color CMYK value is (0,20,49,62).

  • cyan value is 0.00%
  • magenta value is 19.59%
  • yellow value is 49.48%
  • key color value is 61.96%
CMYK:
(0,20,49,62)
C0M20Y49K62 
(0%,20%,49%,62%)
(0.00/0.20/0.49/0.62)	

CMYK percentages

%0
%19.59
%49.48
%61.96

Codes

Color #614E31 in popluar color models

614E31
RGB977849
HSL36°32.88%28.63%
HSB/HSV36°49.48%38.04%
CMYK0.00%19.59%49.48%
61.96%

Color #614E31 in popluar number systems.

HEX614E31
Decimal977849
Binary11000011001110110001
Octal14111661

Shades and tints

Shades of #614E31

#614E31
(97,78,49)
#59472D
(89,71,45)
#514029
(81,64,41)
#493925
(73,57,37)
#413221
(65,50,33)
#392B1D
(57,43,29)
#312419
(49,36,25)
#291D15
(41,29,21)
#211611
(33,22,17)
#190F0D
(25,15,13)
#110809
(17,8,9)
#000000
(0,0,0)

Tints of #614E31

#614E31
(97,78,49)
#6F5E43
(111,94,67)
#7D6E55
(125,110,85)
#8B7E67
(139,126,103)
#998E79
(153,142,121)
#A79E8B
(167,158,139)
#B5AE9D
(181,174,157)
#C3BEAF
(195,190,175)
#D1CEC1
(209,206,193)
#DFDED3
(223,222,211)
#EDEEE5
(237,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #614E31; }

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

This text font color is #614E31.


Background Color

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

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

This div background color is #614E31.


Border color

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

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

This div border color is #614E31.


Opacity

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

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

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

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

This text has shadow with #614E31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614E31 on black background.


Color preview on white background

This text has color #614E31 on white background.



Black color preview on #614E31 background

This text has black color on #614E31 background.


White color preview on #614E31 background

This text has white color on #614E31 background.