COLOR #614E3E

HEX: #614E3E
RGB: (97,78,62)

Color info

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

RGB color model

#614E3E color RGB value is (97,78,62).

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

RGB channels and saturation

R 97 of 255 = 38%
G 78 of 255 = 31%
B 62 of 255 = 24%

97
78
62

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

Portions of RGB colors in percentages

R + G + B =
97 + 78 + 62 = 237 (100%)
R 97 of 237 ~ 40.93%
G 78 of 237 ~ 32.91%
B 62 of 237 ~ 26.16%

%40.93
%32.91
%26.16

CMYK color model

#614E3E color CMYK value is (0,20,36,62).

  • cyan value is 0.00%
  • magenta value is 19.59%
  • yellow value is 36.08%
  • key color value is 61.96%
CMYK:
(0,20,36,62)
C0M20Y36K62 
(0%,20%,36%,62%)
(0.00/0.20/0.36/0.62)	

CMYK percentages

%0
%19.59
%36.08
%61.96

Codes

Color #614E3E in popluar color models

614E3E
RGB977862
HSL27°22.01%31.18%
HSB/HSV27°36.08%38.04%
CMYK0.00%19.59%36.08%
61.96%

Color #614E3E in popluar number systems.

HEX614E3E
Decimal977862
Binary11000011001110111110
Octal14111676

Shades and tints

Shades of #614E3E

#614E3E
(97,78,62)
#594739
(89,71,57)
#514034
(81,64,52)
#49392F
(73,57,47)
#41322A
(65,50,42)
#392B25
(57,43,37)
#312420
(49,36,32)
#291D1B
(41,29,27)
#211616
(33,22,22)
#190F11
(25,15,17)
#11080C
(17,8,12)
#000000
(0,0,0)

Tints of #614E3E

#614E3E
(97,78,62)
#6F5E4F
(111,94,79)
#7D6E60
(125,110,96)
#8B7E71
(139,126,113)
#998E82
(153,142,130)
#A79E93
(167,158,147)
#B5AEA4
(181,174,164)
#C3BEB5
(195,190,181)
#D1CEC6
(209,206,198)
#DFDED7
(223,222,215)
#EDEEE8
(237,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #614E3E; }

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

This text font color is #614E3E.


Background Color

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

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

This div background color is #614E3E.


Border color

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

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

This div border color is #614E3E.


Opacity

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

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

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

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

This text has shadow with #614E3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614E3E on black background.


Color preview on white background

This text has color #614E3E on white background.



Black color preview on #614E3E background

This text has black color on #614E3E background.


White color preview on #614E3E background

This text has white color on #614E3E background.