COLOR #61784A

HEX: #61784A
RGB: (97,120,74)

Color info

#61784A contains red, green and blue colors in about the same proportion. Web safe color of #61784A is #666633 (or #663).

RGB color model

#61784A color RGB value is (97,120,74).

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

RGB channels and saturation

R 97 of 255 = 38%
G 120 of 255 = 47%
B 74 of 255 = 29%

97
120
74

R + G + B ~ 38%. #61784A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 120 + 74 = 291 (100%)
R 97 of 291 ~ 33.33%
G 120 of 291 ~ 41.24%
B 74 of 291 ~ 25.43%

%33.33
%41.24
%25.43

CMYK color model

#61784A color CMYK value is (19,0,38,53).

  • cyan value is 19.17%
  • magenta value is 0.00%
  • yellow value is 38.33%
  • key color value is 52.94%
CMYK:
(19,0,38,53)
C19M0Y38K53 
(19%,0%,38%,53%)
(0.19/0.00/0.38/0.53)	

CMYK percentages

%19.17
%0
%38.33
%52.94

Codes

Color #61784A in popluar color models

61784A
RGB9712074
HSL90°23.71%38.04%
HSB/HSV90°38.33%47.06%
CMYK19.17%0.00%38.33%
52.94%

Color #61784A in popluar number systems.

HEX61784A
Decimal9712074
Binary110000111110001001010
Octal141170112

Shades and tints

Shades of #61784A

#61784A
(97,120,74)
#596E44
(89,110,68)
#51643E
(81,100,62)
#495A38
(73,90,56)
#415032
(65,80,50)
#39462C
(57,70,44)
#313C26
(49,60,38)
#293220
(41,50,32)
#21281A
(33,40,26)
#191E14
(25,30,20)
#11140E
(17,20,14)
#000000
(0,0,0)

Tints of #61784A

#61784A
(97,120,74)
#6F845A
(111,132,90)
#7D906A
(125,144,106)
#8B9C7A
(139,156,122)
#99A88A
(153,168,138)
#A7B49A
(167,180,154)
#B5C0AA
(181,192,170)
#C3CCBA
(195,204,186)
#D1D8CA
(209,216,202)
#DFE4DA
(223,228,218)
#EDF0EA
(237,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61784A; }

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

This text font color is #61784A.


Background Color

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

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

This div background color is #61784A.


Border color

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

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

This div border color is #61784A.


Opacity

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

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

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

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

This text has shadow with #61784A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61784A on black background.


Color preview on white background

This text has color #61784A on white background.



Black color preview on #61784A background

This text has black color on #61784A background.


White color preview on #61784A background

This text has white color on #61784A background.