COLOR #616158

HEX: #616158
RGB: (97,97,88)

Color info

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

RGB color model

#616158 color RGB value is (97,97,88).

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

RGB channels and saturation

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

97
97
88

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

Portions of RGB colors in percentages

R + G + B =
97 + 97 + 88 = 282 (100%)
R 97 of 282 ~ 34.4%
G 97 of 282 ~ 34.4%
B 88 of 282 ~ 31.21%

%34.4
%34.4
%31.21

CMYK color model

#616158 color CMYK value is (0,0,9,62).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 9.28%
  • key color value is 61.96%
CMYK: (0,0,9,62) C0M0Y9K62 (0%,0%,9%,62%) (0.00/0.00/0.09/0.62)

CMYK percentages

%0
%0
%9.28
%61.96

Codes

Color #616158 in popluar color models

616158
RGB979788
HSL60°4.86%36.27%
HSB/HSV60°9.28%38.04%
CMYK0.00%0.00%9.28%
61.96%

Color #616158 in popluar number systems.

HEX616158
Decimal979788
Binary110000111000011011000
Octal141141130

Shades and tints

Shades of #616158

#616158
(97,97,88)
#595950
(89,89,80)
#515148
(81,81,72)
#494940
(73,73,64)
#414138
(65,65,56)
#393930
(57,57,48)
#313128
(49,49,40)
#292920
(41,41,32)
#212118
(33,33,24)
#191910
(25,25,16)
#111108
(17,17,8)
#000000
(0,0,0)

Tints of #616158

#616158
(97,97,88)
#6F6F67
(111,111,103)
#7D7D76
(125,125,118)
#8B8B85
(139,139,133)
#999994
(153,153,148)
#A7A7A3
(167,167,163)
#B5B5B2
(181,181,178)
#C3C3C1
(195,195,193)
#D1D1D0
(209,209,208)
#DFDFDF
(223,223,223)
#EDEDEE
(237,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616158; }

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

This text font color is #616158.


Background Color

.myBgColor { background-color: #616158; }

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

This div background color is #616158.


Border color

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

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

This div border color is #616158.


Opacity

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

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

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

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

This text has shadow with #616158 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #616158 on black background.


Color preview on white background

This text has color #616158 on white background.



Black color preview on #616158 background

This text has black color on #616158 background.


White color preview on #616158 background

This text has white color on #616158 background.