COLOR #63554A

HEX: #63554A
RGB: (99,85,74)

Color info

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

RGB color model

#63554A color RGB value is (99,85,74).

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

RGB channels and saturation

R 99 of 255 = 39%
G 85 of 255 = 33%
B 74 of 255 = 29%

99
85
74

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

Portions of RGB colors in percentages

R + G + B =
99 + 85 + 74 = 258 (100%)
R 99 of 258 ~ 38.37%
G 85 of 258 ~ 32.95%
B 74 of 258 ~ 28.68%

%38.37
%32.95
%28.68

CMYK color model

#63554A color CMYK value is (0,14,25,61).

  • cyan value is 0.00%
  • magenta value is 14.14%
  • yellow value is 25.25%
  • key color value is 61.18%
CMYK:
(0,14,25,61)
C0M14Y25K61 
(0%,14%,25%,61%)
(0.00/0.14/0.25/0.61)	

CMYK percentages

%0
%14.14
%25.25
%61.18

Codes

Color #63554A in popluar color models

63554A
RGB998574
HSL26°14.45%33.92%
HSB/HSV26°25.25%38.82%
CMYK0.00%14.14%25.25%
61.18%

Color #63554A in popluar number systems.

HEX63554A
Decimal998574
Binary110001110101011001010
Octal143125112

Shades and tints

Shades of #63554A

#63554A
(99,85,74)
#5A4E44
(90,78,68)
#51473E
(81,71,62)
#484038
(72,64,56)
#3F3932
(63,57,50)
#36322C
(54,50,44)
#2D2B26
(45,43,38)
#242420
(36,36,32)
#1B1D1A
(27,29,26)
#121614
(18,22,20)
#090F0E
(9,15,14)
#000000
(0,0,0)

Tints of #63554A

#63554A
(99,85,74)
#71645A
(113,100,90)
#7F736A
(127,115,106)
#8D827A
(141,130,122)
#9B918A
(155,145,138)
#A9A09A
(169,160,154)
#B7AFAA
(183,175,170)
#C5BEBA
(197,190,186)
#D3CDCA
(211,205,202)
#E1DCDA
(225,220,218)
#EFEBEA
(239,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63554A; }

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

This text font color is #63554A.


Background Color

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

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

This div background color is #63554A.


Border color

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

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

This div border color is #63554A.


Opacity

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

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

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

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

This text has shadow with #63554A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63554A on black background.


Color preview on white background

This text has color #63554A on white background.



Black color preview on #63554A background

This text has black color on #63554A background.


White color preview on #63554A background

This text has white color on #63554A background.