COLOR #615153

HEX: #615153
RGB: (97,81,83)

Color info

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

RGB color model

#615153 color RGB value is (97,81,83).

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

RGB channels and saturation

R 97 of 255 = 38%
G 81 of 255 = 32%
B 83 of 255 = 33%

97
81
83

R + G + B ~ 34%. #615153 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 81 + 83 = 261 (100%)
R 97 of 261 ~ 37.16%
G 81 of 261 ~ 31.03%
B 83 of 261 ~ 31.8%

%37.16
%31.03
%31.8

CMYK color model

#615153 color CMYK value is (0,16,14,62).

  • cyan value is 0.00%
  • magenta value is 16.49%
  • yellow value is 14.43%
  • key color value is 61.96%
CMYK:
(0,16,14,62)
C0M16Y14K62 
(0%,16%,14%,62%)
(0.00/0.16/0.14/0.62)	

CMYK percentages

%0
%16.49
%14.43
%61.96

Codes

Color #615153 in popluar color models

615153
RGB978183
HSL353°8.99%34.90%
HSB/HSV353°16.49%38.04%
CMYK0.00%16.49%14.43%
61.96%

Color #615153 in popluar number systems.

HEX615153
Decimal978183
Binary110000110100011010011
Octal141121123

Shades and tints

Shades of #615153

#615153
(97,81,83)
#594A4C
(89,74,76)
#514345
(81,67,69)
#493C3E
(73,60,62)
#413537
(65,53,55)
#392E30
(57,46,48)
#312729
(49,39,41)
#292022
(41,32,34)
#21191B
(33,25,27)
#191214
(25,18,20)
#110B0D
(17,11,13)
#000000
(0,0,0)

Tints of #615153

#615153
(97,81,83)
#6F6062
(111,96,98)
#7D6F71
(125,111,113)
#8B7E80
(139,126,128)
#998D8F
(153,141,143)
#A79C9E
(167,156,158)
#B5ABAD
(181,171,173)
#C3BABC
(195,186,188)
#D1C9CB
(209,201,203)
#DFD8DA
(223,216,218)
#EDE7E9
(237,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #615153; }

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

This text font color is #615153.


Background Color

.myBgColor { background-color: #615153; }

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

This div background color is #615153.


Border color

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

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

This div border color is #615153.


Opacity

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

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

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

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

This text has shadow with #615153 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615153 on black background.


Color preview on white background

This text has color #615153 on white background.



Black color preview on #615153 background

This text has black color on #615153 background.


White color preview on #615153 background

This text has white color on #615153 background.