COLOR #615050

HEX: #615050
RGB: (97,80,80)

Color info

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

RGB color model

#615050 color RGB value is (97,80,80).

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

RGB channels and saturation

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

97
80
80

R + G + B ~ 33%. #615050 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 80 + 80 = 257 (100%)
R 97 of 257 ~ 37.74%
G 80 of 257 ~ 31.13%
B 80 of 257 ~ 31.13%

%37.74
%31.13
%31.13

CMYK color model

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

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

CMYK percentages

%0
%17.53
%17.53
%61.96

Codes

Color #615050 in popluar color models

615050
RGB978080
HSL9.60%34.71%
HSB/HSV17.53%38.04%
CMYK0.00%17.53%17.53%
61.96%

Color #615050 in popluar number systems.

HEX615050
Decimal978080
Binary110000110100001010000
Octal141120120

Shades and tints

Shades of #615050

#615050
(97,80,80)
#594949
(89,73,73)
#514242
(81,66,66)
#493B3B
(73,59,59)
#413434
(65,52,52)
#392D2D
(57,45,45)
#312626
(49,38,38)
#291F1F
(41,31,31)
#211818
(33,24,24)
#191111
(25,17,17)
#110A0A
(17,10,10)
#000000
(0,0,0)

Tints of #615050

#615050
(97,80,80)
#6F5F5F
(111,95,95)
#7D6E6E
(125,110,110)
#8B7D7D
(139,125,125)
#998C8C
(153,140,140)
#A79B9B
(167,155,155)
#B5AAAA
(181,170,170)
#C3B9B9
(195,185,185)
#D1C8C8
(209,200,200)
#DFD7D7
(223,215,215)
#EDE6E6
(237,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #615050; }

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

This text font color is #615050.


Background Color

.myBgColor { background-color: #615050; }

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

This div background color is #615050.


Border color

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

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

This div border color is #615050.


Opacity

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

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

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

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

This text has shadow with #615050 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615050 on black background.


Color preview on white background

This text has color #615050 on white background.



Black color preview on #615050 background

This text has black color on #615050 background.


White color preview on #615050 background

This text has white color on #615050 background.