COLOR #617A45

HEX: #617A45
RGB: (97,122,69)

Color info

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

RGB color model

#617A45 color RGB value is (97,122,69).

  • red value is 97;
  • green value is 122;
  • blue value is 69.
RGB:
(97,122,69)
(38%,48%,27%)

RGB channels and saturation

R 97 of 255 = 38%
G 122 of 255 = 48%
B 69 of 255 = 27%

97
122
69

R + G + B ~ 38%. #617A45 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 122 + 69 = 288 (100%)
R 97 of 288 ~ 33.68%
G 122 of 288 ~ 42.36%
B 69 of 288 ~ 23.96%

%33.68
%42.36
%23.96

CMYK color model

#617A45 color CMYK value is (20,0,43,52).

  • cyan value is 20.49%
  • magenta value is 0.00%
  • yellow value is 43.44%
  • key color value is 52.16%
CMYK:
(20,0,43,52)
C20M0Y43K52 
(20%,0%,43%,52%)
(0.20/0.00/0.43/0.52)	

CMYK percentages

%20.49
%0
%43.44
%52.16

Codes

Color #617A45 in popluar color models

617A45
RGB9712269
HSL88°27.75%37.45%
HSB/HSV88°43.44%47.84%
CMYK20.49%0.00%43.44%
52.16%

Color #617A45 in popluar number systems.

HEX617A45
Decimal9712269
Binary110000111110101000101
Octal141172105

Shades and tints

Shades of #617A45

#617A45
(97,122,69)
#596F3F
(89,111,63)
#516439
(81,100,57)
#495933
(73,89,51)
#414E2D
(65,78,45)
#394327
(57,67,39)
#313821
(49,56,33)
#292D1B
(41,45,27)
#212215
(33,34,21)
#19170F
(25,23,15)
#110C09
(17,12,9)
#000000
(0,0,0)

Tints of #617A45

#617A45
(97,122,69)
#6F8655
(111,134,85)
#7D9265
(125,146,101)
#8B9E75
(139,158,117)
#99AA85
(153,170,133)
#A7B695
(167,182,149)
#B5C2A5
(181,194,165)
#C3CEB5
(195,206,181)
#D1DAC5
(209,218,197)
#DFE6D5
(223,230,213)
#EDF2E5
(237,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #617A45 color. Also use rgb(97,122,69) instead hex code.

Text Font Color

.myTextColor { color: #617A45; }

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

This text font color is #617A45.


Background Color

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

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

This div background color is #617A45.


Border color

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

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

This div border color is #617A45.


Opacity

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

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

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

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

This text has shadow with #617A45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #617A45 on black background.


Color preview on white background

This text has color #617A45 on white background.



Black color preview on #617A45 background

This text has black color on #617A45 background.


White color preview on #617A45 background

This text has white color on #617A45 background.