COLOR #615C4C

HEX: #615C4C
RGB: (97,92,76)

Color info

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

RGB color model

#615C4C color RGB value is (97,92,76).

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

RGB channels and saturation

R 97 of 255 = 38%
G 92 of 255 = 36%
B 76 of 255 = 30%

97
92
76

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

Portions of RGB colors in percentages

R + G + B =
97 + 92 + 76 = 265 (100%)
R 97 of 265 ~ 36.6%
G 92 of 265 ~ 34.72%
B 76 of 265 ~ 28.68%

%36.6
%34.72
%28.68

CMYK color model

#615C4C color CMYK value is (0,5,22,62).

  • cyan value is 0.00%
  • magenta value is 5.15%
  • yellow value is 21.65%
  • key color value is 61.96%
CMYK:
(0,5,22,62)
C0M5Y22K62 
(0%,5%,22%,62%)
(0.00/0.05/0.22/0.62)	

CMYK percentages

%0
%5.15
%21.65
%61.96

Codes

Color #615C4C in popluar color models

615C4C
RGB979276
HSL46°12.14%33.92%
HSB/HSV46°21.65%38.04%
CMYK0.00%5.15%21.65%
61.96%

Color #615C4C in popluar number systems.

HEX615C4C
Decimal979276
Binary110000110111001001100
Octal141134114

Shades and tints

Shades of #615C4C

#615C4C
(97,92,76)
#595446
(89,84,70)
#514C40
(81,76,64)
#49443A
(73,68,58)
#413C34
(65,60,52)
#39342E
(57,52,46)
#312C28
(49,44,40)
#292422
(41,36,34)
#211C1C
(33,28,28)
#191416
(25,20,22)
#110C10
(17,12,16)
#000000
(0,0,0)

Tints of #615C4C

#615C4C
(97,92,76)
#6F6A5C
(111,106,92)
#7D786C
(125,120,108)
#8B867C
(139,134,124)
#99948C
(153,148,140)
#A7A29C
(167,162,156)
#B5B0AC
(181,176,172)
#C3BEBC
(195,190,188)
#D1CCCC
(209,204,204)
#DFDADC
(223,218,220)
#EDE8EC
(237,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #615C4C; }

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

This text font color is #615C4C.


Background Color

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

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

This div background color is #615C4C.


Border color

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

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

This div border color is #615C4C.


Opacity

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

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

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

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

This text has shadow with #615C4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615C4C on black background.


Color preview on white background

This text has color #615C4C on white background.



Black color preview on #615C4C background

This text has black color on #615C4C background.


White color preview on #615C4C background

This text has white color on #615C4C background.