COLOR #616157

HEX: #616157
RGB: (97,97,87)

Color info

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

RGB color model

#616157 color RGB value is (97,97,87).

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

RGB channels and saturation

R 97 of 255 = 38%
G 97 of 255 = 38%
B 87 of 255 = 34%

97
97
87

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

Portions of RGB colors in percentages

R + G + B =
97 + 97 + 87 = 281 (100%)
R 97 of 281 ~ 34.52%
G 97 of 281 ~ 34.52%
B 87 of 281 ~ 30.96%

%34.52
%34.52
%30.96

CMYK color model

#616157 color CMYK value is (0,0,10,62).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 10.31%
  • key color value is 61.96%
CMYK:
(0,0,10,62)
C0M0Y10K62 
(0%,0%,10%,62%)
(0.00/0.00/0.10/0.62)	

CMYK percentages

%0
%0
%10.31
%61.96

Codes

Color #616157 in popluar color models

616157
RGB979787
HSL60°5.43%36.08%
HSB/HSV60°10.31%38.04%
CMYK0.00%0.00%10.31%
61.96%

Color #616157 in popluar number systems.

HEX616157
Decimal979787
Binary110000111000011010111
Octal141141127

Shades and tints

Shades of #616157

#616157
(97,97,87)
#595950
(89,89,80)
#515149
(81,81,73)
#494942
(73,73,66)
#41413B
(65,65,59)
#393934
(57,57,52)
#31312D
(49,49,45)
#292926
(41,41,38)
#21211F
(33,33,31)
#191918
(25,25,24)
#111111
(17,17,17)
#000000
(0,0,0)

Tints of #616157

#616157
(97,97,87)
#6F6F66
(111,111,102)
#7D7D75
(125,125,117)
#8B8B84
(139,139,132)
#999993
(153,153,147)
#A7A7A2
(167,167,162)
#B5B5B1
(181,181,177)
#C3C3C0
(195,195,192)
#D1D1CF
(209,209,207)
#DFDFDE
(223,223,222)
#EDEDED
(237,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616157; }

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

This text font color is #616157.


Background Color

.myBgColor { background-color: #616157; }

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

This div background color is #616157.


Border color

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

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

This div border color is #616157.


Opacity

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

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

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

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

This text has shadow with #616157 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616157 on black background.


Color preview on white background

This text has color #616157 on white background.



Black color preview on #616157 background

This text has black color on #616157 background.


White color preview on #616157 background

This text has white color on #616157 background.