COLOR #614E41

HEX: #614E41
RGB: (97,78,65)

Color info

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

RGB color model

#614E41 color RGB value is (97,78,65).

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

RGB channels and saturation

R 97 of 255 = 38%
G 78 of 255 = 31%
B 65 of 255 = 25%

97
78
65

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

Portions of RGB colors in percentages

R + G + B =
97 + 78 + 65 = 240 (100%)
R 97 of 240 ~ 40.42%
G 78 of 240 ~ 32.5%
B 65 of 240 ~ 27.08%

%40.42
%32.5
%27.08

CMYK color model

#614E41 color CMYK value is (0,20,33,62).

  • cyan value is 0.00%
  • magenta value is 19.59%
  • yellow value is 32.99%
  • key color value is 61.96%
CMYK:
(0,20,33,62)
C0M20Y33K62 
(0%,20%,33%,62%)
(0.00/0.20/0.33/0.62)	

CMYK percentages

%0
%19.59
%32.99
%61.96

Codes

Color #614E41 in popluar color models

614E41
RGB977865
HSL24°19.75%31.76%
HSB/HSV24°32.99%38.04%
CMYK0.00%19.59%32.99%
61.96%

Color #614E41 in popluar number systems.

HEX614E41
Decimal977865
Binary110000110011101000001
Octal141116101

Shades and tints

Shades of #614E41

#614E41
(97,78,65)
#59473C
(89,71,60)
#514037
(81,64,55)
#493932
(73,57,50)
#41322D
(65,50,45)
#392B28
(57,43,40)
#312423
(49,36,35)
#291D1E
(41,29,30)
#211619
(33,22,25)
#190F14
(25,15,20)
#11080F
(17,8,15)
#000000
(0,0,0)

Tints of #614E41

#614E41
(97,78,65)
#6F5E52
(111,94,82)
#7D6E63
(125,110,99)
#8B7E74
(139,126,116)
#998E85
(153,142,133)
#A79E96
(167,158,150)
#B5AEA7
(181,174,167)
#C3BEB8
(195,190,184)
#D1CEC9
(209,206,201)
#DFDEDA
(223,222,218)
#EDEEEB
(237,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #614E41; }

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

This text font color is #614E41.


Background Color

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

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

This div background color is #614E41.


Border color

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

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

This div border color is #614E41.


Opacity

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

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

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

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

This text has shadow with #614E41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614E41 on black background.


Color preview on white background

This text has color #614E41 on white background.



Black color preview on #614E41 background

This text has black color on #614E41 background.


White color preview on #614E41 background

This text has white color on #614E41 background.