COLOR #614820

HEX: #614820
RGB: (97,72,32)

Color info

#614820 contains mainly red and green colors. Web safe color of #614820 is #663333 (or #633).

RGB color model

#614820 color RGB value is (97,72,32).

  • red value is 97;
  • green value is 72;
  • blue value is 32.
RGB:
(97,72,32)
(38%,28%,13%)

RGB channels and saturation

R 97 of 255 = 38%
G 72 of 255 = 28%
B 32 of 255 = 13%

97
72
32

R + G + B ~ 26%. #614820 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 72 + 32 = 201 (100%)
R 97 of 201 ~ 48.26%
G 72 of 201 ~ 35.82%
B 32 of 201 ~ 15.92%

%48.26
%35.82
%15.92

CMYK color model

#614820 color CMYK value is (0,26,67,62).

  • cyan value is 0.00%
  • magenta value is 25.77%
  • yellow value is 67.01%
  • key color value is 61.96%
CMYK:
(0,26,67,62)
C0M26Y67K62 
(0%,26%,67%,62%)
(0.00/0.26/0.67/0.62)	

CMYK percentages

%0
%25.77
%67.01
%61.96

Codes

Color #614820 in popluar color models

614820
RGB977232
HSL37°50.39%25.29%
HSB/HSV37°67.01%38.04%
CMYK0.00%25.77%67.01%
61.96%

Color #614820 in popluar number systems.

HEX614820
Decimal977232
Binary11000011001000100000
Octal14111040

Shades and tints

Shades of #614820

#614820
(97,72,32)
#59421E
(89,66,30)
#513C1C
(81,60,28)
#49361A
(73,54,26)
#413018
(65,48,24)
#392A16
(57,42,22)
#312414
(49,36,20)
#291E12
(41,30,18)
#211810
(33,24,16)
#19120E
(25,18,14)
#110C0C
(17,12,12)
#000000
(0,0,0)

Tints of #614820

#614820
(97,72,32)
#6F5834
(111,88,52)
#7D6848
(125,104,72)
#8B785C
(139,120,92)
#998870
(153,136,112)
#A79884
(167,152,132)
#B5A898
(181,168,152)
#C3B8AC
(195,184,172)
#D1C8C0
(209,200,192)
#DFD8D4
(223,216,212)
#EDE8E8
(237,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #614820 color. Also use rgb(97,72,32) instead hex code.

Text Font Color

.myTextColor { color: #614820; }

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

This text font color is #614820.


Background Color

.myBgColor { background-color: #614820; }

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

This div background color is #614820.


Border color

.myBorderColor { border: 1px solid #614820; }

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

This div border color is #614820.


Opacity

.myOpacity80 { color: #614820; opacity: 0.8; }

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

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

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

This text has shadow with #614820 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614820 on black background.


Color preview on white background

This text has color #614820 on white background.



Black color preview on #614820 background

This text has black color on #614820 background.


White color preview on #614820 background

This text has white color on #614820 background.