COLOR #617F4B

HEX: #617F4B
RGB: (97,127,75)

Color info

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

RGB color model

#617F4B color RGB value is (97,127,75).

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

RGB channels and saturation

R 97 of 255 = 38%
G 127 of 255 = 50%
B 75 of 255 = 29%

97
127
75

R + G + B ~ 39%. #617F4B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 127 + 75 = 299 (100%)
R 97 of 299 ~ 32.44%
G 127 of 299 ~ 42.47%
B 75 of 299 ~ 25.08%

%32.44
%42.47
%25.08

CMYK color model

#617F4B color CMYK value is (24,0,41,50).

  • cyan value is 23.62%
  • magenta value is 0.00%
  • yellow value is 40.94%
  • key color value is 50.20%
CMYK:
(24,0,41,50)
C24M0Y41K50 
(24%,0%,41%,50%)
(0.24/0.00/0.41/0.50)	

CMYK percentages

%23.62
%0
%40.94
%50.2

Codes

Color #617F4B in popluar color models

617F4B
RGB9712775
HSL95°25.74%39.61%
HSB/HSV95°40.94%49.80%
CMYK23.62%0.00%40.94%
50.20%

Color #617F4B in popluar number systems.

HEX617F4B
Decimal9712775
Binary110000111111111001011
Octal141177113

Shades and tints

Shades of #617F4B

#617F4B
(97,127,75)
#597445
(89,116,69)
#51693F
(81,105,63)
#495E39
(73,94,57)
#415333
(65,83,51)
#39482D
(57,72,45)
#313D27
(49,61,39)
#293221
(41,50,33)
#21271B
(33,39,27)
#191C15
(25,28,21)
#11110F
(17,17,15)
#000000
(0,0,0)

Tints of #617F4B

#617F4B
(97,127,75)
#6F8A5B
(111,138,91)
#7D956B
(125,149,107)
#8BA07B
(139,160,123)
#99AB8B
(153,171,139)
#A7B69B
(167,182,155)
#B5C1AB
(181,193,171)
#C3CCBB
(195,204,187)
#D1D7CB
(209,215,203)
#DFE2DB
(223,226,219)
#EDEDEB
(237,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #617F4B; }

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

This text font color is #617F4B.


Background Color

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

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

This div background color is #617F4B.


Border color

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

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

This div border color is #617F4B.


Opacity

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

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

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

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

This text has shadow with #617F4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #617F4B on black background.


Color preview on white background

This text has color #617F4B on white background.



Black color preview on #617F4B background

This text has black color on #617F4B background.


White color preview on #617F4B background

This text has white color on #617F4B background.