COLOR #61784F

HEX: #61784F
RGB: (97,120,79)

Color info

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

RGB color model

#61784F color RGB value is (97,120,79).

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

RGB channels and saturation

R 97 of 255 = 38%
G 120 of 255 = 47%
B 79 of 255 = 31%

97
120
79

R + G + B ~ 39%. #61784F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 120 + 79 = 296 (100%)
R 97 of 296 ~ 32.77%
G 120 of 296 ~ 40.54%
B 79 of 296 ~ 26.69%

%32.77
%40.54
%26.69

CMYK color model

#61784F color CMYK value is (19,0,34,53).

  • cyan value is 19.17%
  • magenta value is 0.00%
  • yellow value is 34.17%
  • key color value is 52.94%
CMYK:
(19,0,34,53)
C19M0Y34K53 
(19%,0%,34%,53%)
(0.19/0.00/0.34/0.53)	

CMYK percentages

%19.17
%0
%34.17
%52.94

Codes

Color #61784F in popluar color models

61784F
RGB9712079
HSL94°20.60%39.02%
HSB/HSV94°34.17%47.06%
CMYK19.17%0.00%34.17%
52.94%

Color #61784F in popluar number systems.

HEX61784F
Decimal9712079
Binary110000111110001001111
Octal141170117

Shades and tints

Shades of #61784F

#61784F
(97,120,79)
#596E48
(89,110,72)
#516441
(81,100,65)
#495A3A
(73,90,58)
#415033
(65,80,51)
#39462C
(57,70,44)
#313C25
(49,60,37)
#29321E
(41,50,30)
#212817
(33,40,23)
#191E10
(25,30,16)
#111409
(17,20,9)
#000000
(0,0,0)

Tints of #61784F

#61784F
(97,120,79)
#6F845F
(111,132,95)
#7D906F
(125,144,111)
#8B9C7F
(139,156,127)
#99A88F
(153,168,143)
#A7B49F
(167,180,159)
#B5C0AF
(181,192,175)
#C3CCBF
(195,204,191)
#D1D8CF
(209,216,207)
#DFE4DF
(223,228,223)
#EDF0EF
(237,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61784F; }

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

This text font color is #61784F.


Background Color

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

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

This div background color is #61784F.


Border color

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

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

This div border color is #61784F.


Opacity

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

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

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

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

This text has shadow with #61784F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61784F on black background.


Color preview on white background

This text has color #61784F on white background.



Black color preview on #61784F background

This text has black color on #61784F background.


White color preview on #61784F background

This text has white color on #61784F background.