COLOR #614E2C

HEX: #614E2C
RGB: (97,78,44)

Color info

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

RGB color model

#614E2C color RGB value is (97,78,44).

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

RGB channels and saturation

R 97 of 255 = 38%
G 78 of 255 = 31%
B 44 of 255 = 17%

97
78
44

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

Portions of RGB colors in percentages

R + G + B =
97 + 78 + 44 = 219 (100%)
R 97 of 219 ~ 44.29%
G 78 of 219 ~ 35.62%
B 44 of 219 ~ 20.09%

%44.29
%35.62
%20.09

CMYK color model

#614E2C color CMYK value is (0,20,55,62).

  • cyan value is 0.00%
  • magenta value is 19.59%
  • yellow value is 54.64%
  • key color value is 61.96%
CMYK:
(0,20,55,62)
C0M20Y55K62 
(0%,20%,55%,62%)
(0.00/0.20/0.55/0.62)	

CMYK percentages

%0
%19.59
%54.64
%61.96

Codes

Color #614E2C in popluar color models

614E2C
RGB977844
HSL38°37.59%27.65%
HSB/HSV38°54.64%38.04%
CMYK0.00%19.59%54.64%
61.96%

Color #614E2C in popluar number systems.

HEX614E2C
Decimal977844
Binary11000011001110101100
Octal14111654

Shades and tints

Shades of #614E2C

#614E2C
(97,78,44)
#594728
(89,71,40)
#514024
(81,64,36)
#493920
(73,57,32)
#41321C
(65,50,28)
#392B18
(57,43,24)
#312414
(49,36,20)
#291D10
(41,29,16)
#21160C
(33,22,12)
#190F08
(25,15,8)
#110804
(17,8,4)
#000000
(0,0,0)

Tints of #614E2C

#614E2C
(97,78,44)
#6F5E3F
(111,94,63)
#7D6E52
(125,110,82)
#8B7E65
(139,126,101)
#998E78
(153,142,120)
#A79E8B
(167,158,139)
#B5AE9E
(181,174,158)
#C3BEB1
(195,190,177)
#D1CEC4
(209,206,196)
#DFDED7
(223,222,215)
#EDEEEA
(237,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #614E2C; }

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

This text font color is #614E2C.


Background Color

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

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

This div background color is #614E2C.


Border color

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

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

This div border color is #614E2C.


Opacity

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

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

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

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

This text has shadow with #614E2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614E2C on black background.


Color preview on white background

This text has color #614E2C on white background.



Black color preview on #614E2C background

This text has black color on #614E2C background.


White color preview on #614E2C background

This text has white color on #614E2C background.