COLOR #617F36

HEX: #617F36
RGB: (97,127,54)

Color info

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

RGB color model

#617F36 color RGB value is (97,127,54).

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

RGB channels and saturation

R 97 of 255 = 38%
G 127 of 255 = 50%
B 54 of 255 = 21%

97
127
54

R + G + B ~ 36%. #617F36 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 127 + 54 = 278 (100%)
R 97 of 278 ~ 34.89%
G 127 of 278 ~ 45.68%
B 54 of 278 ~ 19.42%

%34.89
%45.68
%19.42

CMYK color model

#617F36 color CMYK value is (24,0,57,50).

  • cyan value is 23.62%
  • magenta value is 0.00%
  • yellow value is 57.48%
  • key color value is 50.20%
CMYK:
(24,0,57,50)
C24M0Y57K50 
(24%,0%,57%,50%)
(0.24/0.00/0.57/0.50)	

CMYK percentages

%23.62
%0
%57.48
%50.2

Codes

Color #617F36 in popluar color models

617F36
RGB9712754
HSL85°40.33%35.49%
HSB/HSV85°57.48%49.80%
CMYK23.62%0.00%57.48%
50.20%

Color #617F36 in popluar number systems.

HEX617F36
Decimal9712754
Binary11000011111111110110
Octal14117766

Shades and tints

Shades of #617F36

#617F36
(97,127,54)
#597432
(89,116,50)
#51692E
(81,105,46)
#495E2A
(73,94,42)
#415326
(65,83,38)
#394822
(57,72,34)
#313D1E
(49,61,30)
#29321A
(41,50,26)
#212716
(33,39,22)
#191C12
(25,28,18)
#11110E
(17,17,14)
#000000
(0,0,0)

Tints of #617F36

#617F36
(97,127,54)
#6F8A48
(111,138,72)
#7D955A
(125,149,90)
#8BA06C
(139,160,108)
#99AB7E
(153,171,126)
#A7B690
(167,182,144)
#B5C1A2
(181,193,162)
#C3CCB4
(195,204,180)
#D1D7C6
(209,215,198)
#DFE2D8
(223,226,216)
#EDEDEA
(237,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #617F36; }

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

This text font color is #617F36.


Background Color

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

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

This div background color is #617F36.


Border color

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

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

This div border color is #617F36.


Opacity

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

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

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

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

This text has shadow with #617F36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #617F36 on black background.


Color preview on white background

This text has color #617F36 on white background.



Black color preview on #617F36 background

This text has black color on #617F36 background.


White color preview on #617F36 background

This text has white color on #617F36 background.