COLOR #616E54

HEX: #616E54
RGB: (97,110,84)

Color info

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

RGB color model

#616E54 color RGB value is (97,110,84).

  • red value is 97;
  • green value is 110;
  • blue value is 84.
RGB:
(97,110,84)
(38%,43%,33%)

RGB channels and saturation

R 97 of 255 = 38%
G 110 of 255 = 43%
B 84 of 255 = 33%

97
110
84

R + G + B ~ 38%. #616E54 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 110 + 84 = 291 (100%)
R 97 of 291 ~ 33.33%
G 110 of 291 ~ 37.8%
B 84 of 291 ~ 28.87%

%33.33
%37.8
%28.87

CMYK color model

#616E54 color CMYK value is (12,0,24,57).

  • cyan value is 11.82%
  • magenta value is 0.00%
  • yellow value is 23.64%
  • key color value is 56.86%
CMYK:
(12,0,24,57)
C12M0Y24K57 
(12%,0%,24%,57%)
(0.12/0.00/0.24/0.57)	

CMYK percentages

%11.82
%0
%23.64
%56.86

Codes

Color #616E54 in popluar color models

616E54
RGB9711084
HSL90°13.40%38.04%
HSB/HSV90°23.64%43.14%
CMYK11.82%0.00%23.64%
56.86%

Color #616E54 in popluar number systems.

HEX616E54
Decimal9711084
Binary110000111011101010100
Octal141156124

Shades and tints

Shades of #616E54

#616E54
(97,110,84)
#59644D
(89,100,77)
#515A46
(81,90,70)
#49503F
(73,80,63)
#414638
(65,70,56)
#393C31
(57,60,49)
#31322A
(49,50,42)
#292823
(41,40,35)
#211E1C
(33,30,28)
#191415
(25,20,21)
#110A0E
(17,10,14)
#000000
(0,0,0)

Tints of #616E54

#616E54
(97,110,84)
#6F7B63
(111,123,99)
#7D8872
(125,136,114)
#8B9581
(139,149,129)
#99A290
(153,162,144)
#A7AF9F
(167,175,159)
#B5BCAE
(181,188,174)
#C3C9BD
(195,201,189)
#D1D6CC
(209,214,204)
#DFE3DB
(223,227,219)
#EDF0EA
(237,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #616E54 color. Also use rgb(97,110,84) instead hex code.

Text Font Color

.myTextColor { color: #616E54; }

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

This text font color is #616E54.


Background Color

.myBgColor { background-color: #616E54; }

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

This div background color is #616E54.


Border color

.myBorderColor { border: 1px solid #616E54; }

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

This div border color is #616E54.


Opacity

.myOpacity80 { color: #616E54; opacity: 0.8; }

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

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

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

This text has shadow with #616E54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616E54 on black background.


Color preview on white background

This text has color #616E54 on white background.



Black color preview on #616E54 background

This text has black color on #616E54 background.


White color preview on #616E54 background

This text has white color on #616E54 background.