COLOR #614A11

HEX: #614A11
RGB: (97,74,17)

Color info

#614A11 contains mainly red and green colors. Web safe color of #614A11 is #663300 (or #630).

RGB color model

#614A11 color RGB value is (97,74,17).

  • red value is 97;
  • green value is 74;
  • blue value is 17.
RGB:
(97,74,17)
(38%,29%,7%)

RGB channels and saturation

R 97 of 255 = 38%
G 74 of 255 = 29%
B 17 of 255 = 7%

97
74
17

R + G + B ~ 25%. #614A11 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 74 + 17 = 188 (100%)
R 97 of 188 ~ 51.6%
G 74 of 188 ~ 39.36%
B 17 of 188 ~ 9.04%

%51.6
%39.36

CMYK color model

#614A11 color CMYK value is (0,24,82,62).

  • cyan value is 0.00%
  • magenta value is 23.71%
  • yellow value is 82.47%
  • key color value is 61.96%
CMYK:
(0,24,82,62)
C0M24Y82K62 
(0%,24%,82%,62%)
(0.00/0.24/0.82/0.62)	

CMYK percentages

%0
%23.71
%82.47
%61.96

Codes

Color #614A11 in popluar color models

614A11
RGB977417
HSL43°70.18%22.35%
HSB/HSV43°82.47%38.04%
CMYK0.00%23.71%82.47%
61.96%

Color #614A11 in popluar number systems.

HEX614A11
Decimal977417
Binary1100001100101010001
Octal14111221

Shades and tints

Shades of #614A11

#614A11
(97,74,17)
#594410
(89,68,16)
#513E0F
(81,62,15)
#49380E
(73,56,14)
#41320D
(65,50,13)
#392C0C
(57,44,12)
#31260B
(49,38,11)
#29200A
(41,32,10)
#211A09
(33,26,9)
#191408
(25,20,8)
#110E07
(17,14,7)
#000000
(0,0,0)

Tints of #614A11

#614A11
(97,74,17)
#6F5A26
(111,90,38)
#7D6A3B
(125,106,59)
#8B7A50
(139,122,80)
#998A65
(153,138,101)
#A79A7A
(167,154,122)
#B5AA8F
(181,170,143)
#C3BAA4
(195,186,164)
#D1CAB9
(209,202,185)
#DFDACE
(223,218,206)
#EDEAE3
(237,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #614A11 color. Also use rgb(97,74,17) instead hex code.

Text Font Color

.myTextColor { color: #614A11; }

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

This text font color is #614A11.


Background Color

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

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

This div background color is #614A11.


Border color

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

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

This div border color is #614A11.


Opacity

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

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

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

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

This text has shadow with #614A11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614A11 on black background.


Color preview on white background

This text has color #614A11 on white background.



Black color preview on #614A11 background

This text has black color on #614A11 background.


White color preview on #614A11 background

This text has white color on #614A11 background.