COLOR #61724F

HEX: #61724F
RGB: (97,114,79)

Color info

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

RGB color model

#61724F color RGB value is (97,114,79).

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

RGB channels and saturation

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

97
114
79

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

Portions of RGB colors in percentages

R + G + B =
97 + 114 + 79 = 290 (100%)
R 97 of 290 ~ 33.45%
G 114 of 290 ~ 39.31%
B 79 of 290 ~ 27.24%

%33.45
%39.31
%27.24

CMYK color model

#61724F color CMYK value is (15,0,31,55).

  • cyan value is 14.91%
  • magenta value is 0.00%
  • yellow value is 30.70%
  • key color value is 55.29%
CMYK:
(15,0,31,55)
C15M0Y31K55 
(15%,0%,31%,55%)
(0.15/0.00/0.31/0.55)	

CMYK percentages

%14.91
%0
%30.7
%55.29

Codes

Color #61724F in popluar color models

61724F
RGB9711479
HSL89°18.13%37.84%
HSB/HSV89°30.70%44.71%
CMYK14.91%0.00%30.70%
55.29%

Color #61724F in popluar number systems.

HEX61724F
Decimal9711479
Binary110000111100101001111
Octal141162117

Shades and tints

Shades of #61724F

#61724F
(97,114,79)
#596848
(89,104,72)
#515E41
(81,94,65)
#49543A
(73,84,58)
#414A33
(65,74,51)
#39402C
(57,64,44)
#313625
(49,54,37)
#292C1E
(41,44,30)
#212217
(33,34,23)
#191810
(25,24,16)
#110E09
(17,14,9)
#000000
(0,0,0)

Tints of #61724F

#61724F
(97,114,79)
#6F7E5F
(111,126,95)
#7D8A6F
(125,138,111)
#8B967F
(139,150,127)
#99A28F
(153,162,143)
#A7AE9F
(167,174,159)
#B5BAAF
(181,186,175)
#C3C6BF
(195,198,191)
#D1D2CF
(209,210,207)
#DFDEDF
(223,222,223)
#EDEAEF
(237,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61724F; }

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

This text font color is #61724F.


Background Color

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

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

This div background color is #61724F.


Border color

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

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

This div border color is #61724F.


Opacity

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

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

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

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

This text has shadow with #61724F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61724F on black background.


Color preview on white background

This text has color #61724F on white background.



Black color preview on #61724F background

This text has black color on #61724F background.


White color preview on #61724F background

This text has white color on #61724F background.