COLOR #614E17

HEX: #614E17
RGB: (97,78,23)

Color info

#614E17 contains mainly red and green colors. Web safe color of #614E17 is #666600 (or #660).

RGB color model

#614E17 color RGB value is (97,78,23).

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

RGB channels and saturation

R 97 of 255 = 38%
G 78 of 255 = 31%
B 23 of 255 = 9%

97
78
23

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

Portions of RGB colors in percentages

R + G + B =
97 + 78 + 23 = 198 (100%)
R 97 of 198 ~ 48.99%
G 78 of 198 ~ 39.39%
B 23 of 198 ~ 11.62%

%48.99
%39.39
%11.62

CMYK color model

#614E17 color CMYK value is (0,20,76,62).

  • cyan value is 0.00%
  • magenta value is 19.59%
  • yellow value is 76.29%
  • key color value is 61.96%
CMYK:
(0,20,76,62)
C0M20Y76K62 
(0%,20%,76%,62%)
(0.00/0.20/0.76/0.62)	

CMYK percentages

%0
%19.59
%76.29
%61.96

Codes

Color #614E17 in popluar color models

614E17
RGB977823
HSL45°61.67%23.53%
HSB/HSV45°76.29%38.04%
CMYK0.00%19.59%76.29%
61.96%

Color #614E17 in popluar number systems.

HEX614E17
Decimal977823
Binary1100001100111010111
Octal14111627

Shades and tints

Shades of #614E17

#614E17
(97,78,23)
#594715
(89,71,21)
#514013
(81,64,19)
#493911
(73,57,17)
#41320F
(65,50,15)
#392B0D
(57,43,13)
#31240B
(49,36,11)
#291D09
(41,29,9)
#211607
(33,22,7)
#190F05
(25,15,5)
#110803
(17,8,3)
#000000
(0,0,0)

Tints of #614E17

#614E17
(97,78,23)
#6F5E2C
(111,94,44)
#7D6E41
(125,110,65)
#8B7E56
(139,126,86)
#998E6B
(153,142,107)
#A79E80
(167,158,128)
#B5AE95
(181,174,149)
#C3BEAA
(195,190,170)
#D1CEBF
(209,206,191)
#DFDED4
(223,222,212)
#EDEEE9
(237,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #614E17; }

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

This text font color is #614E17.


Background Color

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

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

This div background color is #614E17.


Border color

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

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

This div border color is #614E17.


Opacity

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

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

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

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

This text has shadow with #614E17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614E17 on black background.


Color preview on white background

This text has color #614E17 on white background.



Black color preview on #614E17 background

This text has black color on #614E17 background.


White color preview on #614E17 background

This text has white color on #614E17 background.