COLOR #616750

HEX: #616750
RGB: (97,103,80)

Color info

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

RGB color model

#616750 color RGB value is (97,103,80).

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

RGB channels and saturation

R 97 of 255 = 38%
G 103 of 255 = 40%
B 80 of 255 = 31%

97
103
80

R + G + B ~ 36%. #616750 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 103 + 80 = 280 (100%)
R 97 of 280 ~ 34.64%
G 103 of 280 ~ 36.79%
B 80 of 280 ~ 28.57%

%34.64
%36.79
%28.57

CMYK color model

#616750 color CMYK value is (6,0,22,60).

  • cyan value is 5.83%
  • magenta value is 0.00%
  • yellow value is 22.33%
  • key color value is 59.61%
CMYK:
(6,0,22,60)
C6M0Y22K60 
(6%,0%,22%,60%)
(0.06/0.00/0.22/0.60)	

CMYK percentages

%5.83
%0
%22.33
%59.61

Codes

Color #616750 in popluar color models

616750
RGB9710380
HSL76°12.57%35.88%
HSB/HSV76°22.33%40.39%
CMYK5.83%0.00%22.33%
59.61%

Color #616750 in popluar number systems.

HEX616750
Decimal9710380
Binary110000111001111010000
Octal141147120

Shades and tints

Shades of #616750

#616750
(97,103,80)
#595E49
(89,94,73)
#515542
(81,85,66)
#494C3B
(73,76,59)
#414334
(65,67,52)
#393A2D
(57,58,45)
#313126
(49,49,38)
#29281F
(41,40,31)
#211F18
(33,31,24)
#191611
(25,22,17)
#110D0A
(17,13,10)
#000000
(0,0,0)

Tints of #616750

#616750
(97,103,80)
#6F745F
(111,116,95)
#7D816E
(125,129,110)
#8B8E7D
(139,142,125)
#999B8C
(153,155,140)
#A7A89B
(167,168,155)
#B5B5AA
(181,181,170)
#C3C2B9
(195,194,185)
#D1CFC8
(209,207,200)
#DFDCD7
(223,220,215)
#EDE9E6
(237,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616750; }

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

This text font color is #616750.


Background Color

.myBgColor { background-color: #616750; }

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

This div background color is #616750.


Border color

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

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

This div border color is #616750.


Opacity

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

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

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

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

This text has shadow with #616750 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616750 on black background.


Color preview on white background

This text has color #616750 on white background.



Black color preview on #616750 background

This text has black color on #616750 background.


White color preview on #616750 background

This text has white color on #616750 background.