COLOR #63574C

HEX: #63574C
RGB: (99,87,76)

Color info

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

RGB color model

#63574C color RGB value is (99,87,76).

  • red value is 99;
  • green value is 87;
  • blue value is 76.
RGB:
(99,87,76)
(39%,34%,30%)

RGB channels and saturation

R 99 of 255 = 39%
G 87 of 255 = 34%
B 76 of 255 = 30%

99
87
76

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

Portions of RGB colors in percentages

R + G + B =
99 + 87 + 76 = 262 (100%)
R 99 of 262 ~ 37.79%
G 87 of 262 ~ 33.21%
B 76 of 262 ~ 29.01%

%37.79
%33.21
%29.01

CMYK color model

#63574C color CMYK value is (0,12,23,61).

  • cyan value is 0.00%
  • magenta value is 12.12%
  • yellow value is 23.23%
  • key color value is 61.18%
CMYK:
(0,12,23,61)
C0M12Y23K61 
(0%,12%,23%,61%)
(0.00/0.12/0.23/0.61)	

CMYK percentages

%0
%12.12
%23.23
%61.18

Codes

Color #63574C in popluar color models

63574C
RGB998776
HSL29°13.14%34.31%
HSB/HSV29°23.23%38.82%
CMYK0.00%12.12%23.23%
61.18%

Color #63574C in popluar number systems.

HEX63574C
Decimal998776
Binary110001110101111001100
Octal143127114

Shades and tints

Shades of #63574C

#63574C
(99,87,76)
#5A5046
(90,80,70)
#514940
(81,73,64)
#48423A
(72,66,58)
#3F3B34
(63,59,52)
#36342E
(54,52,46)
#2D2D28
(45,45,40)
#242622
(36,38,34)
#1B1F1C
(27,31,28)
#121816
(18,24,22)
#091110
(9,17,16)
#000000
(0,0,0)

Tints of #63574C

#63574C
(99,87,76)
#71665C
(113,102,92)
#7F756C
(127,117,108)
#8D847C
(141,132,124)
#9B938C
(155,147,140)
#A9A29C
(169,162,156)
#B7B1AC
(183,177,172)
#C5C0BC
(197,192,188)
#D3CFCC
(211,207,204)
#E1DEDC
(225,222,220)
#EFEDEC
(239,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63574C color. Also use rgb(99,87,76) instead hex code.

Text Font Color

.myTextColor { color: #63574C; }

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

This text font color is #63574C.


Background Color

.myBgColor { background-color: #63574C; }

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

This div background color is #63574C.


Border color

.myBorderColor { border: 1px solid #63574C; }

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

This div border color is #63574C.


Opacity

.myOpacity80 { color: #63574C; opacity: 0.8; }

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

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

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

This text has shadow with #63574C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63574C on black background.


Color preview on white background

This text has color #63574C on white background.



Black color preview on #63574C background

This text has black color on #63574C background.


White color preview on #63574C background

This text has white color on #63574C background.