COLOR #615A4C

HEX: #615A4C
RGB: (97,90,76)

Color info

#615A4C contains red, green and blue colors in about the same proportion. Web safe color of #615A4C is #666633 (or #663).

RGB color model

#615A4C color RGB value is (97,90,76).

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

RGB channels and saturation

R 97 of 255 = 38%
G 90 of 255 = 35%
B 76 of 255 = 30%

97
90
76

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

Portions of RGB colors in percentages

R + G + B =
97 + 90 + 76 = 263 (100%)
R 97 of 263 ~ 36.88%
G 90 of 263 ~ 34.22%
B 76 of 263 ~ 28.9%

%36.88
%34.22
%28.9

CMYK color model

#615A4C color CMYK value is (0,7,22,62).

  • cyan value is 0.00%
  • magenta value is 7.22%
  • yellow value is 21.65%
  • key color value is 61.96%
CMYK:
(0,7,22,62)
C0M7Y22K62 
(0%,7%,22%,62%)
(0.00/0.07/0.22/0.62)	

CMYK percentages

%0
%7.22
%21.65
%61.96

Codes

Color #615A4C in popluar color models

615A4C
RGB979076
HSL40°12.14%33.92%
HSB/HSV40°21.65%38.04%
CMYK0.00%7.22%21.65%
61.96%

Color #615A4C in popluar number systems.

HEX615A4C
Decimal979076
Binary110000110110101001100
Octal141132114

Shades and tints

Shades of #615A4C

#615A4C
(97,90,76)
#595246
(89,82,70)
#514A40
(81,74,64)
#49423A
(73,66,58)
#413A34
(65,58,52)
#39322E
(57,50,46)
#312A28
(49,42,40)
#292222
(41,34,34)
#211A1C
(33,26,28)
#191216
(25,18,22)
#110A10
(17,10,16)
#000000
(0,0,0)

Tints of #615A4C

#615A4C
(97,90,76)
#6F695C
(111,105,92)
#7D786C
(125,120,108)
#8B877C
(139,135,124)
#99968C
(153,150,140)
#A7A59C
(167,165,156)
#B5B4AC
(181,180,172)
#C3C3BC
(195,195,188)
#D1D2CC
(209,210,204)
#DFE1DC
(223,225,220)
#EDF0EC
(237,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #615A4C; }

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

This text font color is #615A4C.


Background Color

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

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

This div background color is #615A4C.


Border color

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

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

This div border color is #615A4C.


Opacity

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

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

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

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

This text has shadow with #615A4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615A4C on black background.


Color preview on white background

This text has color #615A4C on white background.



Black color preview on #615A4C background

This text has black color on #615A4C background.


White color preview on #615A4C background

This text has white color on #615A4C background.