COLOR #617462

HEX: #617462
RGB: (97,116,98)

Color info

#617462 contains red, green and blue colors in about the same proportion. Web safe color of #617462 is #666666 (or #666).

RGB color model

#617462 color RGB value is (97,116,98).

  • red value is 97;
  • green value is 116;
  • blue value is 98.
RGB:
(97,116,98)
(38%,45%,38%)

RGB channels and saturation

R 97 of 255 = 38%
G 116 of 255 = 45%
B 98 of 255 = 38%

97
116
98

R + G + B ~ 40%. #617462 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 116 + 98 = 311 (100%)
R 97 of 311 ~ 31.19%
G 116 of 311 ~ 37.3%
B 98 of 311 ~ 31.51%

%31.19
%37.3
%31.51

CMYK color model

#617462 color CMYK value is (16,0,16,55).

  • cyan value is 16.38%
  • magenta value is 0.00%
  • yellow value is 15.52%
  • key color value is 54.51%
CMYK:
(16,0,16,55)
C16M0Y16K55 
(16%,0%,16%,55%)
(0.16/0.00/0.16/0.55)	

CMYK percentages

%16.38
%0
%15.52
%54.51

Codes

Color #617462 in popluar color models

617462
RGB9711698
HSL123°8.92%41.76%
HSB/HSV123°16.38%45.49%
CMYK16.38%0.00%15.52%
54.51%

Color #617462 in popluar number systems.

HEX617462
Decimal9711698
Binary110000111101001100010
Octal141164142

Shades and tints

Shades of #617462

#617462
(97,116,98)
#596A5A
(89,106,90)
#516052
(81,96,82)
#49564A
(73,86,74)
#414C42
(65,76,66)
#39423A
(57,66,58)
#313832
(49,56,50)
#292E2A
(41,46,42)
#212422
(33,36,34)
#191A1A
(25,26,26)
#111012
(17,16,18)
#000000
(0,0,0)

Tints of #617462

#617462
(97,116,98)
#6F8070
(111,128,112)
#7D8C7E
(125,140,126)
#8B988C
(139,152,140)
#99A49A
(153,164,154)
#A7B0A8
(167,176,168)
#B5BCB6
(181,188,182)
#C3C8C4
(195,200,196)
#D1D4D2
(209,212,210)
#DFE0E0
(223,224,224)
#EDECEE
(237,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #617462 color. Also use rgb(97,116,98) instead hex code.

Text Font Color

.myTextColor { color: #617462; }

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

This text font color is #617462.


Background Color

.myBgColor { background-color: #617462; }

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

This div background color is #617462.


Border color

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

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

This div border color is #617462.


Opacity

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

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

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

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

This text has shadow with #617462 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #617462 on black background.


Color preview on white background

This text has color #617462 on white background.



Black color preview on #617462 background

This text has black color on #617462 background.


White color preview on #617462 background

This text has white color on #617462 background.