COLOR #61771D

HEX: #61771D
RGB: (97,119,29)

Color info

#61771D contains mainly red and green colors. Web safe color of #61771D is #666633 (or #663).

RGB color model

#61771D color RGB value is (97,119,29).

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

RGB channels and saturation

R 97 of 255 = 38%
G 119 of 255 = 47%
B 29 of 255 = 11%

97
119
29

R + G + B ~ 32%. #61771D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 119 + 29 = 245 (100%)
R 97 of 245 ~ 39.59%
G 119 of 245 ~ 48.57%
B 29 of 245 ~ 11.84%

%39.59
%48.57
%11.84

CMYK color model

#61771D color CMYK value is (18,0,76,53).

  • cyan value is 18.49%
  • magenta value is 0.00%
  • yellow value is 75.63%
  • key color value is 53.33%
CMYK:
(18,0,76,53)
C18M0Y76K53 
(18%,0%,76%,53%)
(0.18/0.00/0.76/0.53)	

CMYK percentages

%18.49
%0
%75.63
%53.33

Codes

Color #61771D in popluar color models

61771D
RGB9711929
HSL75°60.81%29.02%
HSB/HSV75°75.63%46.67%
CMYK18.49%0.00%75.63%
53.33%

Color #61771D in popluar number systems.

HEX61771D
Decimal9711929
Binary1100001111011111101
Octal14116735

Shades and tints

Shades of #61771D

#61771D
(97,119,29)
#596D1B
(89,109,27)
#516319
(81,99,25)
#495917
(73,89,23)
#414F15
(65,79,21)
#394513
(57,69,19)
#313B11
(49,59,17)
#29310F
(41,49,15)
#21270D
(33,39,13)
#191D0B
(25,29,11)
#111309
(17,19,9)
#000000
(0,0,0)

Tints of #61771D

#61771D
(97,119,29)
#6F8331
(111,131,49)
#7D8F45
(125,143,69)
#8B9B59
(139,155,89)
#99A76D
(153,167,109)
#A7B381
(167,179,129)
#B5BF95
(181,191,149)
#C3CBA9
(195,203,169)
#D1D7BD
(209,215,189)
#DFE3D1
(223,227,209)
#EDEFE5
(237,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61771D color. Also use rgb(97,119,29) instead hex code.

Text Font Color

.myTextColor { color: #61771D; }

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

This text font color is #61771D.


Background Color

.myBgColor { background-color: #61771D; }

<div style="background-color:#61771D">Inner text</div>

This div background color is #61771D.


Border color

.myBorderColor { border: 1px solid #61771D; }

<div style="border:3px solid #61771D">Div</div>

This div border color is #61771D.


Opacity

.myOpacity80 { color: #61771D; opacity: 0.8; }

<p style="color:#61771D;opacity:0.8;">80%</p>

Text with #61771D 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 #61771D;}

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

This text has shadow with #61771D color.

.textShadow {text-shadow: 3px 3px 1px #61771D, 3px 3px 1px red;}

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

This text has shadow with #61771D primary color and red secondary color.


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

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

This text has shadow with #61771D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61771D on black background.


Color preview on white background

This text has color #61771D on white background.



Black color preview on #61771D background

This text has black color on #61771D background.


White color preview on #61771D background

This text has white color on #61771D background.