COLOR #615453

HEX: #615453
RGB: (97,84,83)

Color info

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

RGB color model

#615453 color RGB value is (97,84,83).

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

RGB channels and saturation

R 97 of 255 = 38%
G 84 of 255 = 33%
B 83 of 255 = 33%

97
84
83

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

Portions of RGB colors in percentages

R + G + B =
97 + 84 + 83 = 264 (100%)
R 97 of 264 ~ 36.74%
G 84 of 264 ~ 31.82%
B 83 of 264 ~ 31.44%

%36.74
%31.82
%31.44

CMYK color model

#615453 color CMYK value is (0,13,14,62).

  • cyan value is 0.00%
  • magenta value is 13.40%
  • yellow value is 14.43%
  • key color value is 61.96%
CMYK:
(0,13,14,62)
C0M13Y14K62 
(0%,13%,14%,62%)
(0.00/0.13/0.14/0.62)	

CMYK percentages

%0
%13.4
%14.43
%61.96

Codes

Color #615453 in popluar color models

615453
RGB978483
HSL7.78%35.29%
HSB/HSV14.43%38.04%
CMYK0.00%13.40%14.43%
61.96%

Color #615453 in popluar number systems.

HEX615453
Decimal978483
Binary110000110101001010011
Octal141124123

Shades and tints

Shades of #615453

#615453
(97,84,83)
#594D4C
(89,77,76)
#514645
(81,70,69)
#493F3E
(73,63,62)
#413837
(65,56,55)
#393130
(57,49,48)
#312A29
(49,42,41)
#292322
(41,35,34)
#211C1B
(33,28,27)
#191514
(25,21,20)
#110E0D
(17,14,13)
#000000
(0,0,0)

Tints of #615453

#615453
(97,84,83)
#6F6362
(111,99,98)
#7D7271
(125,114,113)
#8B8180
(139,129,128)
#99908F
(153,144,143)
#A79F9E
(167,159,158)
#B5AEAD
(181,174,173)
#C3BDBC
(195,189,188)
#D1CCCB
(209,204,203)
#DFDBDA
(223,219,218)
#EDEAE9
(237,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #615453; }

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

This text font color is #615453.


Background Color

.myBgColor { background-color: #615453; }

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

This div background color is #615453.


Border color

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

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

This div border color is #615453.


Opacity

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

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

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

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

This text has shadow with #615453 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615453 on black background.


Color preview on white background

This text has color #615453 on white background.



Black color preview on #615453 background

This text has black color on #615453 background.


White color preview on #615453 background

This text has white color on #615453 background.