COLOR #616458

HEX: #616458
RGB: (97,100,88)

Color info

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

RGB color model

#616458 color RGB value is (97,100,88).

  • red value is 97;
  • green value is 100;
  • blue value is 88.
RGB:
(97,100,88)
(38%,39%,35%)

RGB channels and saturation

R 97 of 255 = 38%
G 100 of 255 = 39%
B 88 of 255 = 35%

97
100
88

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

Portions of RGB colors in percentages

R + G + B =
97 + 100 + 88 = 285 (100%)
R 97 of 285 ~ 34.04%
G 100 of 285 ~ 35.09%
B 88 of 285 ~ 30.88%

%34.04
%35.09
%30.88

CMYK color model

#616458 color CMYK value is (3,0,12,61).

  • cyan value is 3.00%
  • magenta value is 0.00%
  • yellow value is 12.00%
  • key color value is 60.78%
CMYK:
(3,0,12,61)
C3M0Y12K61 
(3%,0%,12%,61%)
(0.03/0.00/0.12/0.61)	

CMYK percentages

%3
%0
%12
%60.78

Codes

Color #616458 in popluar color models

616458
RGB9710088
HSL75°6.38%36.86%
HSB/HSV75°12.00%39.22%
CMYK3.00%0.00%12.00%
60.78%

Color #616458 in popluar number systems.

HEX616458
Decimal9710088
Binary110000111001001011000
Octal141144130

Shades and tints

Shades of #616458

#616458
(97,100,88)
#595B50
(89,91,80)
#515248
(81,82,72)
#494940
(73,73,64)
#414038
(65,64,56)
#393730
(57,55,48)
#312E28
(49,46,40)
#292520
(41,37,32)
#211C18
(33,28,24)
#191310
(25,19,16)
#110A08
(17,10,8)
#000000
(0,0,0)

Tints of #616458

#616458
(97,100,88)
#6F7267
(111,114,103)
#7D8076
(125,128,118)
#8B8E85
(139,142,133)
#999C94
(153,156,148)
#A7AAA3
(167,170,163)
#B5B8B2
(181,184,178)
#C3C6C1
(195,198,193)
#D1D4D0
(209,212,208)
#DFE2DF
(223,226,223)
#EDF0EE
(237,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #616458 color. Also use rgb(97,100,88) instead hex code.

Text Font Color

.myTextColor { color: #616458; }

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

This text font color is #616458.


Background Color

.myBgColor { background-color: #616458; }

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

This div background color is #616458.


Border color

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

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

This div border color is #616458.


Opacity

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

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

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

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

This text has shadow with #616458 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616458 on black background.


Color preview on white background

This text has color #616458 on white background.



Black color preview on #616458 background

This text has black color on #616458 background.


White color preview on #616458 background

This text has white color on #616458 background.