COLOR #617231

HEX: #617231
RGB: (97,114,49)

Color info

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

RGB color model

#617231 color RGB value is (97,114,49).

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

RGB channels and saturation

R 97 of 255 = 38%
G 114 of 255 = 45%
B 49 of 255 = 19%

97
114
49

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

Portions of RGB colors in percentages

R + G + B =
97 + 114 + 49 = 260 (100%)
R 97 of 260 ~ 37.31%
G 114 of 260 ~ 43.85%
B 49 of 260 ~ 18.85%

%37.31
%43.85
%18.85

CMYK color model

#617231 color CMYK value is (15,0,57,55).

  • cyan value is 14.91%
  • magenta value is 0.00%
  • yellow value is 57.02%
  • key color value is 55.29%
CMYK:
(15,0,57,55)
C15M0Y57K55 
(15%,0%,57%,55%)
(0.15/0.00/0.57/0.55)	

CMYK percentages

%14.91
%0
%57.02
%55.29

Codes

Color #617231 in popluar color models

617231
RGB9711449
HSL76°39.88%31.96%
HSB/HSV76°57.02%44.71%
CMYK14.91%0.00%57.02%
55.29%

Color #617231 in popluar number systems.

HEX617231
Decimal9711449
Binary11000011110010110001
Octal14116261

Shades and tints

Shades of #617231

#617231
(97,114,49)
#59682D
(89,104,45)
#515E29
(81,94,41)
#495425
(73,84,37)
#414A21
(65,74,33)
#39401D
(57,64,29)
#313619
(49,54,25)
#292C15
(41,44,21)
#212211
(33,34,17)
#19180D
(25,24,13)
#110E09
(17,14,9)
#000000
(0,0,0)

Tints of #617231

#617231
(97,114,49)
#6F7E43
(111,126,67)
#7D8A55
(125,138,85)
#8B9667
(139,150,103)
#99A279
(153,162,121)
#A7AE8B
(167,174,139)
#B5BA9D
(181,186,157)
#C3C6AF
(195,198,175)
#D1D2C1
(209,210,193)
#DFDED3
(223,222,211)
#EDEAE5
(237,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #617231; }

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

This text font color is #617231.


Background Color

.myBgColor { background-color: #617231; }

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

This div background color is #617231.


Border color

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

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

This div border color is #617231.


Opacity

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

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

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

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

This text has shadow with #617231 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #617231 on black background.


Color preview on white background

This text has color #617231 on white background.



Black color preview on #617231 background

This text has black color on #617231 background.


White color preview on #617231 background

This text has white color on #617231 background.