COLOR #61724E

HEX: #61724E
RGB: (97,114,78)

Color info

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

RGB color model

#61724E color RGB value is (97,114,78).

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

RGB channels and saturation

R 97 of 255 = 38%
G 114 of 255 = 45%
B 78 of 255 = 31%

97
114
78

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

Portions of RGB colors in percentages

R + G + B =
97 + 114 + 78 = 289 (100%)
R 97 of 289 ~ 33.56%
G 114 of 289 ~ 39.45%
B 78 of 289 ~ 26.99%

%33.56
%39.45
%26.99

CMYK color model

#61724E color CMYK value is (15,0,32,55).

  • cyan value is 14.91%
  • magenta value is 0.00%
  • yellow value is 31.58%
  • key color value is 55.29%
CMYK:
(15,0,32,55)
C15M0Y32K55 
(15%,0%,32%,55%)
(0.15/0.00/0.32/0.55)	

CMYK percentages

%14.91
%0
%31.58
%55.29

Codes

Color #61724E in popluar color models

61724E
RGB9711478
HSL88°18.75%37.65%
HSB/HSV88°31.58%44.71%
CMYK14.91%0.00%31.58%
55.29%

Color #61724E in popluar number systems.

HEX61724E
Decimal9711478
Binary110000111100101001110
Octal141162116

Shades and tints

Shades of #61724E

#61724E
(97,114,78)
#596847
(89,104,71)
#515E40
(81,94,64)
#495439
(73,84,57)
#414A32
(65,74,50)
#39402B
(57,64,43)
#313624
(49,54,36)
#292C1D
(41,44,29)
#212216
(33,34,22)
#19180F
(25,24,15)
#110E08
(17,14,8)
#000000
(0,0,0)

Tints of #61724E

#61724E
(97,114,78)
#6F7E5E
(111,126,94)
#7D8A6E
(125,138,110)
#8B967E
(139,150,126)
#99A28E
(153,162,142)
#A7AE9E
(167,174,158)
#B5BAAE
(181,186,174)
#C3C6BE
(195,198,190)
#D1D2CE
(209,210,206)
#DFDEDE
(223,222,222)
#EDEAEE
(237,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61724E; }

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

This text font color is #61724E.


Background Color

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

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

This div background color is #61724E.


Border color

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

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

This div border color is #61724E.


Opacity

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

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

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

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

This text has shadow with #61724E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61724E on black background.


Color preview on white background

This text has color #61724E on white background.



Black color preview on #61724E background

This text has black color on #61724E background.


White color preview on #61724E background

This text has white color on #61724E background.