COLOR #616752

HEX: #616752
RGB: (97,103,82)

Color info

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

RGB color model

#616752 color RGB value is (97,103,82).

  • red value is 97;
  • green value is 103;
  • blue value is 82.
RGB:
(97,103,82)
(38%,40%,32%)

RGB channels and saturation

R 97 of 255 = 38%
G 103 of 255 = 40%
B 82 of 255 = 32%

97
103
82

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

Portions of RGB colors in percentages

R + G + B =
97 + 103 + 82 = 282 (100%)
R 97 of 282 ~ 34.4%
G 103 of 282 ~ 36.52%
B 82 of 282 ~ 29.08%

%34.4
%36.52
%29.08

CMYK color model

#616752 color CMYK value is (6,0,20,60).

  • cyan value is 5.83%
  • magenta value is 0.00%
  • yellow value is 20.39%
  • key color value is 59.61%
CMYK:
(6,0,20,60)
C6M0Y20K60 
(6%,0%,20%,60%)
(0.06/0.00/0.20/0.60)	

CMYK percentages

%5.83
%0
%20.39
%59.61

Codes

Color #616752 in popluar color models

616752
RGB9710382
HSL77°11.35%36.27%
HSB/HSV77°20.39%40.39%
CMYK5.83%0.00%20.39%
59.61%

Color #616752 in popluar number systems.

HEX616752
Decimal9710382
Binary110000111001111010010
Octal141147122

Shades and tints

Shades of #616752

#616752
(97,103,82)
#595E4B
(89,94,75)
#515544
(81,85,68)
#494C3D
(73,76,61)
#414336
(65,67,54)
#393A2F
(57,58,47)
#313128
(49,49,40)
#292821
(41,40,33)
#211F1A
(33,31,26)
#191613
(25,22,19)
#110D0C
(17,13,12)
#000000
(0,0,0)

Tints of #616752

#616752
(97,103,82)
#6F7461
(111,116,97)
#7D8170
(125,129,112)
#8B8E7F
(139,142,127)
#999B8E
(153,155,142)
#A7A89D
(167,168,157)
#B5B5AC
(181,181,172)
#C3C2BB
(195,194,187)
#D1CFCA
(209,207,202)
#DFDCD9
(223,220,217)
#EDE9E8
(237,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616752; }

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

This text font color is #616752.


Background Color

.myBgColor { background-color: #616752; }

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

This div background color is #616752.


Border color

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

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

This div border color is #616752.


Opacity

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

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

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

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

This text has shadow with #616752 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616752 on black background.


Color preview on white background

This text has color #616752 on white background.



Black color preview on #616752 background

This text has black color on #616752 background.


White color preview on #616752 background

This text has white color on #616752 background.