COLOR #63574A

HEX: #63574A
RGB: (99,87,74)

Color info

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

RGB color model

#63574A color RGB value is (99,87,74).

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

RGB channels and saturation

R 99 of 255 = 39%
G 87 of 255 = 34%
B 74 of 255 = 29%

99
87
74

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

Portions of RGB colors in percentages

R + G + B =
99 + 87 + 74 = 260 (100%)
R 99 of 260 ~ 38.08%
G 87 of 260 ~ 33.46%
B 74 of 260 ~ 28.46%

%38.08
%33.46
%28.46

CMYK color model

#63574A color CMYK value is (0,12,25,61).

  • cyan value is 0.00%
  • magenta value is 12.12%
  • yellow value is 25.25%
  • key color value is 61.18%
CMYK:
(0,12,25,61)
C0M12Y25K61 
(0%,12%,25%,61%)
(0.00/0.12/0.25/0.61)	

CMYK percentages

%0
%12.12
%25.25
%61.18

Codes

Color #63574A in popluar color models

63574A
RGB998774
HSL31°14.45%33.92%
HSB/HSV31°25.25%38.82%
CMYK0.00%12.12%25.25%
61.18%

Color #63574A in popluar number systems.

HEX63574A
Decimal998774
Binary110001110101111001010
Octal143127112

Shades and tints

Shades of #63574A

#63574A
(99,87,74)
#5A5044
(90,80,68)
#51493E
(81,73,62)
#484238
(72,66,56)
#3F3B32
(63,59,50)
#36342C
(54,52,44)
#2D2D26
(45,45,38)
#242620
(36,38,32)
#1B1F1A
(27,31,26)
#121814
(18,24,20)
#09110E
(9,17,14)
#000000
(0,0,0)

Tints of #63574A

#63574A
(99,87,74)
#71665A
(113,102,90)
#7F756A
(127,117,106)
#8D847A
(141,132,122)
#9B938A
(155,147,138)
#A9A29A
(169,162,154)
#B7B1AA
(183,177,170)
#C5C0BA
(197,192,186)
#D3CFCA
(211,207,202)
#E1DEDA
(225,222,218)
#EFEDEA
(239,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63574A; }

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

This text font color is #63574A.


Background Color

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

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

This div background color is #63574A.


Border color

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

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

This div border color is #63574A.


Opacity

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

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

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

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

This text has shadow with #63574A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63574A on black background.


Color preview on white background

This text has color #63574A on white background.



Black color preview on #63574A background

This text has black color on #63574A background.


White color preview on #63574A background

This text has white color on #63574A background.