COLOR #61714E

HEX: #61714E
RGB: (97,113,78)

Color info

#61714E contains red, green and blue colors in about the same proportion. Web safe color of #61714E is #666666 (or #666).

RGB color model

#61714E color RGB value is (97,113,78).

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

RGB channels and saturation

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

97
113
78

R + G + B ~ 38%. #61714E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 113 + 78 = 288 (100%)
R 97 of 288 ~ 33.68%
G 113 of 288 ~ 39.24%
B 78 of 288 ~ 27.08%

%33.68
%39.24
%27.08

CMYK color model

#61714E color CMYK value is (14,0,31,56).

  • cyan value is 14.16%
  • magenta value is 0.00%
  • yellow value is 30.97%
  • key color value is 55.69%
CMYK:
(14,0,31,56)
C14M0Y31K56 
(14%,0%,31%,56%)
(0.14/0.00/0.31/0.56)	

CMYK percentages

%14.16
%0
%30.97
%55.69

Codes

Color #61714E in popluar color models

61714E
RGB9711378
HSL87°18.32%37.45%
HSB/HSV87°30.97%44.31%
CMYK14.16%0.00%30.97%
55.69%

Color #61714E in popluar number systems.

HEX61714E
Decimal9711378
Binary110000111100011001110
Octal141161116

Shades and tints

Shades of #61714E

#61714E
(97,113,78)
#596747
(89,103,71)
#515D40
(81,93,64)
#495339
(73,83,57)
#414932
(65,73,50)
#393F2B
(57,63,43)
#313524
(49,53,36)
#292B1D
(41,43,29)
#212116
(33,33,22)
#19170F
(25,23,15)
#110D08
(17,13,8)
#000000
(0,0,0)

Tints of #61714E

#61714E
(97,113,78)
#6F7D5E
(111,125,94)
#7D896E
(125,137,110)
#8B957E
(139,149,126)
#99A18E
(153,161,142)
#A7AD9E
(167,173,158)
#B5B9AE
(181,185,174)
#C3C5BE
(195,197,190)
#D1D1CE
(209,209,206)
#DFDDDE
(223,221,222)
#EDE9EE
(237,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61714E color. Also use rgb(97,113,78) instead hex code.

Text Font Color

.myTextColor { color: #61714E; }

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

This text font color is #61714E.


Background Color

.myBgColor { background-color: #61714E; }

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

This div background color is #61714E.


Border color

.myBorderColor { border: 1px solid #61714E; }

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

This div border color is #61714E.


Opacity

.myOpacity80 { color: #61714E; opacity: 0.8; }

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

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

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

This text has shadow with #61714E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61714E on black background.


Color preview on white background

This text has color #61714E on white background.



Black color preview on #61714E background

This text has black color on #61714E background.


White color preview on #61714E background

This text has white color on #61714E background.