COLOR #61763E

HEX: #61763E
RGB: (97,118,62)

Color info

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

RGB color model

#61763E color RGB value is (97,118,62).

  • red value is 97;
  • green value is 118;
  • blue value is 62.
RGB:
(97,118,62)
(38%,46%,24%)

RGB channels and saturation

R 97 of 255 = 38%
G 118 of 255 = 46%
B 62 of 255 = 24%

97
118
62

R + G + B ~ 36%. #61763E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 118 + 62 = 277 (100%)
R 97 of 277 ~ 35.02%
G 118 of 277 ~ 42.6%
B 62 of 277 ~ 22.38%

%35.02
%42.6
%22.38

CMYK color model

#61763E color CMYK value is (18,0,47,54).

  • cyan value is 17.80%
  • magenta value is 0.00%
  • yellow value is 47.46%
  • key color value is 53.73%
CMYK:
(18,0,47,54)
C18M0Y47K54 
(18%,0%,47%,54%)
(0.18/0.00/0.47/0.54)	

CMYK percentages

%17.8
%0
%47.46
%53.73

Codes

Color #61763E in popluar color models

61763E
RGB9711862
HSL83°31.11%35.29%
HSB/HSV83°47.46%46.27%
CMYK17.80%0.00%47.46%
53.73%

Color #61763E in popluar number systems.

HEX61763E
Decimal9711862
Binary11000011110110111110
Octal14116676

Shades and tints

Shades of #61763E

#61763E
(97,118,62)
#596C39
(89,108,57)
#516234
(81,98,52)
#49582F
(73,88,47)
#414E2A
(65,78,42)
#394425
(57,68,37)
#313A20
(49,58,32)
#29301B
(41,48,27)
#212616
(33,38,22)
#191C11
(25,28,17)
#11120C
(17,18,12)
#000000
(0,0,0)

Tints of #61763E

#61763E
(97,118,62)
#6F824F
(111,130,79)
#7D8E60
(125,142,96)
#8B9A71
(139,154,113)
#99A682
(153,166,130)
#A7B293
(167,178,147)
#B5BEA4
(181,190,164)
#C3CAB5
(195,202,181)
#D1D6C6
(209,214,198)
#DFE2D7
(223,226,215)
#EDEEE8
(237,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61763E color. Also use rgb(97,118,62) instead hex code.

Text Font Color

.myTextColor { color: #61763E; }

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

This text font color is #61763E.


Background Color

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

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

This div background color is #61763E.


Border color

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

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

This div border color is #61763E.


Opacity

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

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

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

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

This text has shadow with #61763E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61763E on black background.


Color preview on white background

This text has color #61763E on white background.



Black color preview on #61763E background

This text has black color on #61763E background.


White color preview on #61763E background

This text has white color on #61763E background.