COLOR #615263

HEX: #615263
RGB: (97,82,99)

Color info

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

RGB color model

#615263 color RGB value is (97,82,99).

  • red value is 97;
  • green value is 82;
  • blue value is 99.
RGB:
(97,82,99)
(38%,32%,39%)

RGB channels and saturation

R 97 of 255 = 38%
G 82 of 255 = 32%
B 99 of 255 = 39%

97
82
99

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

Portions of RGB colors in percentages

R + G + B =
97 + 82 + 99 = 278 (100%)
R 97 of 278 ~ 34.89%
G 82 of 278 ~ 29.5%
B 99 of 278 ~ 35.61%

%34.89
%29.5
%35.61

CMYK color model

#615263 color CMYK value is (2,17,0,61).

  • cyan value is 2.02%
  • magenta value is 17.17%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(2,17,0,61)
C2M17Y0K61 
(2%,17%,0%,61%)
(0.02/0.17/0.00/0.61)	

CMYK percentages

%2.02
%17.17
%0
%61.18

Codes

Color #615263 in popluar color models

615263
RGB978299
HSL293°9.39%35.49%
HSB/HSV293°17.17%38.82%
CMYK2.02%17.17%0.00%
61.18%

Color #615263 in popluar number systems.

HEX615263
Decimal978299
Binary110000110100101100011
Octal141122143

Shades and tints

Shades of #615263

#615263
(97,82,99)
#594B5A
(89,75,90)
#514451
(81,68,81)
#493D48
(73,61,72)
#41363F
(65,54,63)
#392F36
(57,47,54)
#31282D
(49,40,45)
#292124
(41,33,36)
#211A1B
(33,26,27)
#191312
(25,19,18)
#110C09
(17,12,9)
#000000
(0,0,0)

Tints of #615263

#615263
(97,82,99)
#6F6171
(111,97,113)
#7D707F
(125,112,127)
#8B7F8D
(139,127,141)
#998E9B
(153,142,155)
#A79DA9
(167,157,169)
#B5ACB7
(181,172,183)
#C3BBC5
(195,187,197)
#D1CAD3
(209,202,211)
#DFD9E1
(223,217,225)
#EDE8EF
(237,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #615263; }

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

This text font color is #615263.


Background Color

.myBgColor { background-color: #615263; }

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

This div background color is #615263.


Border color

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

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

This div border color is #615263.


Opacity

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

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

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

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

This text has shadow with #615263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615263 on black background.


Color preview on white background

This text has color #615263 on white background.



Black color preview on #615263 background

This text has black color on #615263 background.


White color preview on #615263 background

This text has white color on #615263 background.