COLOR #615A53

HEX: #615A53
RGB: (97,90,83)

Color info

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

RGB color model

#615A53 color RGB value is (97,90,83).

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

RGB channels and saturation

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

97
90
83

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

Portions of RGB colors in percentages

R + G + B =
97 + 90 + 83 = 270 (100%)
R 97 of 270 ~ 35.93%
G 90 of 270 ~ 33.33%
B 83 of 270 ~ 30.74%

%35.93
%33.33
%30.74

CMYK color model

#615A53 color CMYK value is (0,7,14,62).

  • cyan value is 0.00%
  • magenta value is 7.22%
  • yellow value is 14.43%
  • key color value is 61.96%
CMYK:
(0,7,14,62)
C0M7Y14K62 
(0%,7%,14%,62%)
(0.00/0.07/0.14/0.62)	

CMYK percentages

%0
%7.22
%14.43
%61.96

Codes

Color #615A53 in popluar color models

615A53
RGB979083
HSL30°7.78%35.29%
HSB/HSV30°14.43%38.04%
CMYK0.00%7.22%14.43%
61.96%

Color #615A53 in popluar number systems.

HEX615A53
Decimal979083
Binary110000110110101010011
Octal141132123

Shades and tints

Shades of #615A53

#615A53
(97,90,83)
#59524C
(89,82,76)
#514A45
(81,74,69)
#49423E
(73,66,62)
#413A37
(65,58,55)
#393230
(57,50,48)
#312A29
(49,42,41)
#292222
(41,34,34)
#211A1B
(33,26,27)
#191214
(25,18,20)
#110A0D
(17,10,13)
#000000
(0,0,0)

Tints of #615A53

#615A53
(97,90,83)
#6F6962
(111,105,98)
#7D7871
(125,120,113)
#8B8780
(139,135,128)
#99968F
(153,150,143)
#A7A59E
(167,165,158)
#B5B4AD
(181,180,173)
#C3C3BC
(195,195,188)
#D1D2CB
(209,210,203)
#DFE1DA
(223,225,218)
#EDF0E9
(237,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #615A53; }

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

This text font color is #615A53.


Background Color

.myBgColor { background-color: #615A53; }

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

This div background color is #615A53.


Border color

.myBorderColor { border: 1px solid #615A53; }

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

This div border color is #615A53.


Opacity

.myOpacity80 { color: #615A53; opacity: 0.8; }

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

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

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

This text has shadow with #615A53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615A53 on black background.


Color preview on white background

This text has color #615A53 on white background.



Black color preview on #615A53 background

This text has black color on #615A53 background.


White color preview on #615A53 background

This text has white color on #615A53 background.