COLOR #615850

HEX: #615850
RGB: (97,88,80)

Color info

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

RGB color model

#615850 color RGB value is (97,88,80).

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

RGB channels and saturation

R 97 of 255 = 38%
G 88 of 255 = 35%
B 80 of 255 = 31%

97
88
80

R + G + B ~ 35%. #615850 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 88 + 80 = 265 (100%)
R 97 of 265 ~ 36.6%
G 88 of 265 ~ 33.21%
B 80 of 265 ~ 30.19%

%36.6
%33.21
%30.19

CMYK color model

#615850 color CMYK value is (0,9,18,62).

  • cyan value is 0.00%
  • magenta value is 9.28%
  • yellow value is 17.53%
  • key color value is 61.96%
CMYK:
(0,9,18,62)
C0M9Y18K62 
(0%,9%,18%,62%)
(0.00/0.09/0.18/0.62)	

CMYK percentages

%0
%9.28
%17.53
%61.96

Codes

Color #615850 in popluar color models

615850
RGB978880
HSL28°9.60%34.71%
HSB/HSV28°17.53%38.04%
CMYK0.00%9.28%17.53%
61.96%

Color #615850 in popluar number systems.

HEX615850
Decimal978880
Binary110000110110001010000
Octal141130120

Shades and tints

Shades of #615850

#615850
(97,88,80)
#595049
(89,80,73)
#514842
(81,72,66)
#49403B
(73,64,59)
#413834
(65,56,52)
#39302D
(57,48,45)
#312826
(49,40,38)
#29201F
(41,32,31)
#211818
(33,24,24)
#191011
(25,16,17)
#11080A
(17,8,10)
#000000
(0,0,0)

Tints of #615850

#615850
(97,88,80)
#6F675F
(111,103,95)
#7D766E
(125,118,110)
#8B857D
(139,133,125)
#99948C
(153,148,140)
#A7A39B
(167,163,155)
#B5B2AA
(181,178,170)
#C3C1B9
(195,193,185)
#D1D0C8
(209,208,200)
#DFDFD7
(223,223,215)
#EDEEE6
(237,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #615850; }

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

This text font color is #615850.


Background Color

.myBgColor { background-color: #615850; }

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

This div background color is #615850.


Border color

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

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

This div border color is #615850.


Opacity

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

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

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

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

This text has shadow with #615850 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615850 on black background.


Color preview on white background

This text has color #615850 on white background.



Black color preview on #615850 background

This text has black color on #615850 background.


White color preview on #615850 background

This text has white color on #615850 background.