COLOR #615359

HEX: #615359
RGB: (97,83,89)

Color info

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

RGB color model

#615359 color RGB value is (97,83,89).

  • red value is 97;
  • green value is 83;
  • blue value is 89.
RGB:
(97,83,89)
(38%,33%,35%)

RGB channels and saturation

R 97 of 255 = 38%
G 83 of 255 = 33%
B 89 of 255 = 35%

97
83
89

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

Portions of RGB colors in percentages

R + G + B =
97 + 83 + 89 = 269 (100%)
R 97 of 269 ~ 36.06%
G 83 of 269 ~ 30.86%
B 89 of 269 ~ 33.09%

%36.06
%30.86
%33.09

CMYK color model

#615359 color CMYK value is (0,14,8,62).

  • cyan value is 0.00%
  • magenta value is 14.43%
  • yellow value is 8.25%
  • key color value is 61.96%
CMYK:
(0,14,8,62)
C0M14Y8K62 
(0%,14%,8%,62%)
(0.00/0.14/0.08/0.62)	

CMYK percentages

%0
%14.43
%8.25
%61.96

Codes

Color #615359 in popluar color models

615359
RGB978389
HSL334°7.78%35.29%
HSB/HSV334°14.43%38.04%
CMYK0.00%14.43%8.25%
61.96%

Color #615359 in popluar number systems.

HEX615359
Decimal978389
Binary110000110100111011001
Octal141123131

Shades and tints

Shades of #615359

#615359
(97,83,89)
#594C51
(89,76,81)
#514549
(81,69,73)
#493E41
(73,62,65)
#413739
(65,55,57)
#393031
(57,48,49)
#312929
(49,41,41)
#292221
(41,34,33)
#211B19
(33,27,25)
#191411
(25,20,17)
#110D09
(17,13,9)
#000000
(0,0,0)

Tints of #615359

#615359
(97,83,89)
#6F6268
(111,98,104)
#7D7177
(125,113,119)
#8B8086
(139,128,134)
#998F95
(153,143,149)
#A79EA4
(167,158,164)
#B5ADB3
(181,173,179)
#C3BCC2
(195,188,194)
#D1CBD1
(209,203,209)
#DFDAE0
(223,218,224)
#EDE9EF
(237,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #615359; }

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

This text font color is #615359.


Background Color

.myBgColor { background-color: #615359; }

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

This div background color is #615359.


Border color

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

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

This div border color is #615359.


Opacity

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

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

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

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

This text has shadow with #615359 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615359 on black background.


Color preview on white background

This text has color #615359 on white background.



Black color preview on #615359 background

This text has black color on #615359 background.


White color preview on #615359 background

This text has white color on #615359 background.