COLOR #617F2F

HEX: #617F2F
RGB: (97,127,47)

Color info

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

RGB color model

#617F2F color RGB value is (97,127,47).

  • red value is 97;
  • green value is 127;
  • blue value is 47.
RGB:
(97,127,47)
(38%,50%,18%)

RGB channels and saturation

R 97 of 255 = 38%
G 127 of 255 = 50%
B 47 of 255 = 18%

97
127
47

R + G + B ~ 35%. #617F2F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 127 + 47 = 271 (100%)
R 97 of 271 ~ 35.79%
G 127 of 271 ~ 46.86%
B 47 of 271 ~ 17.34%

%35.79
%46.86
%17.34

CMYK color model

#617F2F color CMYK value is (24,0,63,50).

  • cyan value is 23.62%
  • magenta value is 0.00%
  • yellow value is 62.99%
  • key color value is 50.20%
CMYK:
(24,0,63,50)
C24M0Y63K50 
(24%,0%,63%,50%)
(0.24/0.00/0.63/0.50)	

CMYK percentages

%23.62
%0
%62.99
%50.2

Codes

Color #617F2F in popluar color models

617F2F
RGB9712747
HSL83°45.98%34.12%
HSB/HSV83°62.99%49.80%
CMYK23.62%0.00%62.99%
50.20%

Color #617F2F in popluar number systems.

HEX617F2F
Decimal9712747
Binary11000011111111101111
Octal14117757

Shades and tints

Shades of #617F2F

#617F2F
(97,127,47)
#59742B
(89,116,43)
#516927
(81,105,39)
#495E23
(73,94,35)
#41531F
(65,83,31)
#39481B
(57,72,27)
#313D17
(49,61,23)
#293213
(41,50,19)
#21270F
(33,39,15)
#191C0B
(25,28,11)
#111107
(17,17,7)
#000000
(0,0,0)

Tints of #617F2F

#617F2F
(97,127,47)
#6F8A41
(111,138,65)
#7D9553
(125,149,83)
#8BA065
(139,160,101)
#99AB77
(153,171,119)
#A7B689
(167,182,137)
#B5C19B
(181,193,155)
#C3CCAD
(195,204,173)
#D1D7BF
(209,215,191)
#DFE2D1
(223,226,209)
#EDEDE3
(237,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #617F2F color. Also use rgb(97,127,47) instead hex code.

Text Font Color

.myTextColor { color: #617F2F; }

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

This text font color is #617F2F.


Background Color

.myBgColor { background-color: #617F2F; }

<div style="background-color:#617F2F">Inner text</div>

This div background color is #617F2F.


Border color

.myBorderColor { border: 1px solid #617F2F; }

<div style="border:3px solid #617F2F">Div</div>

This div border color is #617F2F.


Opacity

.myOpacity80 { color: #617F2F; opacity: 0.8; }

<p style="color:#617F2F;opacity:0.8;">80%</p>

Text with #617F2F 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 #617F2F;}

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

This text has shadow with #617F2F color.

.textShadow {text-shadow: 3px 3px 1px #617F2F, 3px 3px 1px red;}

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

This text has shadow with #617F2F primary color and red secondary color.


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

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

This text has shadow with #617F2F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #617F2F on black background.


Color preview on white background

This text has color #617F2F on white background.



Black color preview on #617F2F background

This text has black color on #617F2F background.


White color preview on #617F2F background

This text has white color on #617F2F background.