COLOR #616250

HEX: #616250
RGB: (97,98,80)

Color info

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

RGB color model

#616250 color RGB value is (97,98,80).

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

RGB channels and saturation

R 97 of 255 = 38%
G 98 of 255 = 38%
B 80 of 255 = 31%

97
98
80

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

Portions of RGB colors in percentages

R + G + B =
97 + 98 + 80 = 275 (100%)
R 97 of 275 ~ 35.27%
G 98 of 275 ~ 35.64%
B 80 of 275 ~ 29.09%

%35.27
%35.64
%29.09

CMYK color model

#616250 color CMYK value is (1,0,18,62).

  • cyan value is 1.02%
  • magenta value is 0.00%
  • yellow value is 18.37%
  • key color value is 61.57%
CMYK:
(1,0,18,62)
C1M0Y18K62 
(1%,0%,18%,62%)
(0.01/0.00/0.18/0.62)	

CMYK percentages

%1.02
%0
%18.37
%61.57

Codes

Color #616250 in popluar color models

616250
RGB979880
HSL63°10.11%34.90%
HSB/HSV63°18.37%38.43%
CMYK1.02%0.00%18.37%
61.57%

Color #616250 in popluar number systems.

HEX616250
Decimal979880
Binary110000111000101010000
Octal141142120

Shades and tints

Shades of #616250

#616250
(97,98,80)
#595A49
(89,90,73)
#515242
(81,82,66)
#494A3B
(73,74,59)
#414234
(65,66,52)
#393A2D
(57,58,45)
#313226
(49,50,38)
#292A1F
(41,42,31)
#212218
(33,34,24)
#191A11
(25,26,17)
#11120A
(17,18,10)
#000000
(0,0,0)

Tints of #616250

#616250
(97,98,80)
#6F705F
(111,112,95)
#7D7E6E
(125,126,110)
#8B8C7D
(139,140,125)
#999A8C
(153,154,140)
#A7A89B
(167,168,155)
#B5B6AA
(181,182,170)
#C3C4B9
(195,196,185)
#D1D2C8
(209,210,200)
#DFE0D7
(223,224,215)
#EDEEE6
(237,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616250; }

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

This text font color is #616250.


Background Color

.myBgColor { background-color: #616250; }

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

This div background color is #616250.


Border color

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

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

This div border color is #616250.


Opacity

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

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

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

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

This text has shadow with #616250 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616250 on black background.


Color preview on white background

This text has color #616250 on white background.



Black color preview on #616250 background

This text has black color on #616250 background.


White color preview on #616250 background

This text has white color on #616250 background.