COLOR #614E29

HEX: #614E29
RGB: (97,78,41)

Color info

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

RGB color model

#614E29 color RGB value is (97,78,41).

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

RGB channels and saturation

R 97 of 255 = 38%
G 78 of 255 = 31%
B 41 of 255 = 16%

97
78
41

R + G + B ~ 28%. #614E29 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 78 + 41 = 216 (100%)
R 97 of 216 ~ 44.91%
G 78 of 216 ~ 36.11%
B 41 of 216 ~ 18.98%

%44.91
%36.11
%18.98

CMYK color model

#614E29 color CMYK value is (0,20,58,62).

  • cyan value is 0.00%
  • magenta value is 19.59%
  • yellow value is 57.73%
  • key color value is 61.96%
CMYK:
(0,20,58,62)
C0M20Y58K62 
(0%,20%,58%,62%)
(0.00/0.20/0.58/0.62)	

CMYK percentages

%0
%19.59
%57.73
%61.96

Codes

Color #614E29 in popluar color models

614E29
RGB977841
HSL40°40.58%27.06%
HSB/HSV40°57.73%38.04%
CMYK0.00%19.59%57.73%
61.96%

Color #614E29 in popluar number systems.

HEX614E29
Decimal977841
Binary11000011001110101001
Octal14111651

Shades and tints

Shades of #614E29

#614E29
(97,78,41)
#594726
(89,71,38)
#514023
(81,64,35)
#493920
(73,57,32)
#41321D
(65,50,29)
#392B1A
(57,43,26)
#312417
(49,36,23)
#291D14
(41,29,20)
#211611
(33,22,17)
#190F0E
(25,15,14)
#11080B
(17,8,11)
#000000
(0,0,0)

Tints of #614E29

#614E29
(97,78,41)
#6F5E3C
(111,94,60)
#7D6E4F
(125,110,79)
#8B7E62
(139,126,98)
#998E75
(153,142,117)
#A79E88
(167,158,136)
#B5AE9B
(181,174,155)
#C3BEAE
(195,190,174)
#D1CEC1
(209,206,193)
#DFDED4
(223,222,212)
#EDEEE7
(237,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #614E29; }

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

This text font color is #614E29.


Background Color

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

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

This div background color is #614E29.


Border color

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

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

This div border color is #614E29.


Opacity

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

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

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

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

This text has shadow with #614E29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614E29 on black background.


Color preview on white background

This text has color #614E29 on white background.



Black color preview on #614E29 background

This text has black color on #614E29 background.


White color preview on #614E29 background

This text has white color on #614E29 background.