COLOR #617745

HEX: #617745
RGB: (97,119,69)

Color info

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

RGB color model

#617745 color RGB value is (97,119,69).

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

RGB channels and saturation

R 97 of 255 = 38%
G 119 of 255 = 47%
B 69 of 255 = 27%

97
119
69

R + G + B ~ 37%. #617745 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 119 + 69 = 285 (100%)
R 97 of 285 ~ 34.04%
G 119 of 285 ~ 41.75%
B 69 of 285 ~ 24.21%

%34.04
%41.75
%24.21

CMYK color model

#617745 color CMYK value is (18,0,42,53).

  • cyan value is 18.49%
  • magenta value is 0.00%
  • yellow value is 42.02%
  • key color value is 53.33%
CMYK:
(18,0,42,53)
C18M0Y42K53 
(18%,0%,42%,53%)
(0.18/0.00/0.42/0.53)	

CMYK percentages

%18.49
%0
%42.02
%53.33

Codes

Color #617745 in popluar color models

617745
RGB9711969
HSL86°26.60%36.86%
HSB/HSV86°42.02%46.67%
CMYK18.49%0.00%42.02%
53.33%

Color #617745 in popluar number systems.

HEX617745
Decimal9711969
Binary110000111101111000101
Octal141167105

Shades and tints

Shades of #617745

#617745
(97,119,69)
#596D3F
(89,109,63)
#516339
(81,99,57)
#495933
(73,89,51)
#414F2D
(65,79,45)
#394527
(57,69,39)
#313B21
(49,59,33)
#29311B
(41,49,27)
#212715
(33,39,21)
#191D0F
(25,29,15)
#111309
(17,19,9)
#000000
(0,0,0)

Tints of #617745

#617745
(97,119,69)
#6F8355
(111,131,85)
#7D8F65
(125,143,101)
#8B9B75
(139,155,117)
#99A785
(153,167,133)
#A7B395
(167,179,149)
#B5BFA5
(181,191,165)
#C3CBB5
(195,203,181)
#D1D7C5
(209,215,197)
#DFE3D5
(223,227,213)
#EDEFE5
(237,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #617745; }

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

This text font color is #617745.


Background Color

.myBgColor { background-color: #617745; }

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

This div background color is #617745.


Border color

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

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

This div border color is #617745.


Opacity

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

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

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

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

This text has shadow with #617745 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #617745 on black background.


Color preview on white background

This text has color #617745 on white background.



Black color preview on #617745 background

This text has black color on #617745 background.


White color preview on #617745 background

This text has white color on #617745 background.