COLOR #617232

HEX: #617232
RGB: (97,114,50)

Color info

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

RGB color model

#617232 color RGB value is (97,114,50).

  • red value is 97;
  • green value is 114;
  • blue value is 50.
RGB:
(97,114,50)
(38%,45%,20%)

RGB channels and saturation

R 97 of 255 = 38%
G 114 of 255 = 45%
B 50 of 255 = 20%

97
114
50

R + G + B ~ 34%. #617232 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 114 + 50 = 261 (100%)
R 97 of 261 ~ 37.16%
G 114 of 261 ~ 43.68%
B 50 of 261 ~ 19.16%

%37.16
%43.68
%19.16

CMYK color model

#617232 color CMYK value is (15,0,56,55).

  • cyan value is 14.91%
  • magenta value is 0.00%
  • yellow value is 56.14%
  • key color value is 55.29%
CMYK:
(15,0,56,55)
C15M0Y56K55 
(15%,0%,56%,55%)
(0.15/0.00/0.56/0.55)	

CMYK percentages

%14.91
%0
%56.14
%55.29

Codes

Color #617232 in popluar color models

617232
RGB9711450
HSL76°39.02%32.16%
HSB/HSV76°56.14%44.71%
CMYK14.91%0.00%56.14%
55.29%

Color #617232 in popluar number systems.

HEX617232
Decimal9711450
Binary11000011110010110010
Octal14116262

Shades and tints

Shades of #617232

#617232
(97,114,50)
#59682E
(89,104,46)
#515E2A
(81,94,42)
#495426
(73,84,38)
#414A22
(65,74,34)
#39401E
(57,64,30)
#31361A
(49,54,26)
#292C16
(41,44,22)
#212212
(33,34,18)
#19180E
(25,24,14)
#110E0A
(17,14,10)
#000000
(0,0,0)

Tints of #617232

#617232
(97,114,50)
#6F7E44
(111,126,68)
#7D8A56
(125,138,86)
#8B9668
(139,150,104)
#99A27A
(153,162,122)
#A7AE8C
(167,174,140)
#B5BA9E
(181,186,158)
#C3C6B0
(195,198,176)
#D1D2C2
(209,210,194)
#DFDED4
(223,222,212)
#EDEAE6
(237,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #617232 color. Also use rgb(97,114,50) instead hex code.

Text Font Color

.myTextColor { color: #617232; }

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

This text font color is #617232.


Background Color

.myBgColor { background-color: #617232; }

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

This div background color is #617232.


Border color

.myBorderColor { border: 1px solid #617232; }

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

This div border color is #617232.


Opacity

.myOpacity80 { color: #617232; opacity: 0.8; }

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

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

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

This text has shadow with #617232 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #617232 on black background.


Color preview on white background

This text has color #617232 on white background.



Black color preview on #617232 background

This text has black color on #617232 background.


White color preview on #617232 background

This text has white color on #617232 background.