COLOR #63551B

HEX: #63551B RGB: (99,85,27)

Color info

#63551B contains mainly red and green colors. Web safe color of #63551B is #666633 (or #663).

RGB color model

#63551B color RGB value is (99,85,27).

RGB: (99,85,27) (39%, 33%, 11%)

RGB channels and saturation

R 99 of 255 = 39%
G 85 of 255 = 33%
B 27 of 255 = 11%

99
85
27

R + G + B ~ 28%. #63551B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 99 + 85 + 27 = 211 (100%)
R 99 of 211 ~ 46.92%
G 85 of 211 ~ 40.28%
B 27 of 211 ~ 12.8'%

%46.92
%40.28
%12.8

CMYK color model

#63551B color CMYK value is (0,14,73,61).

  • cyan value is 0.00%
  • magenta value is 14.14%
  • yellow value is 72.73%
  • key color value is 61.18%

CMYK: (0,14,73,61)
C0M14Y73K61 (0%, 14%, 73%, 61%)
(0.00 / 0.14 / 0.73 / 0.61)

CMYK percentages

%0
%14.14
%72.73
%61.18

Codes

Color #63551B in popluar color models

63 55 1B
RGB 99 85 27
HSL 48° 57.14% 24.71%
HSB/HSV 48° 72.73% 38.82%
CMYK 0.00% 14.14% 72.73%
61.18%

Color #63551B in popluar number systems.

HEX 63 55 1B
Decimal 99 85 27
Binary 1100011 1010101 11011
Octal 143 125 33

Shades and tints

Shades of #63551B

#63551B
(99,85,27)
#5A4E19
(90,78,25)
#514717
(81,71,23)
#484015
(72,64,21)
#3F3913
(63,57,19)
#363211
(54,50,17)
#2D2B0F
(45,43,15)
#24240D
(36,36,13)
#1B1D0B
(27,29,11)
#121609
(18,22,9)
#090F07
(9,15,7)
#000000
(0,0,0)

Tints of #63551B

#63551B
(99,85,27)
#71642F
(113,100,47)
#7F7343
(127,115,67)
#8D8257
(141,130,87)
#9B916B
(155,145,107)
#A9A07F
(169,160,127)
#B7AF93
(183,175,147)
#C5BEA7
(197,190,167)
#D3CDBB
(211,205,187)
#E1DCCF
(225,220,207)
#EFEBE3
(239,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63551B color. Also use rgb(99,85,27) instead hex code.

Text Font Color

.myTextColor { color: #63551B; }

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

This text font color is #63551B.

Background Color

.myBgColor { background-color: #63551B; }

<div style="background-color:#63551B">Inner text</div>

This div background color is #63551B.

Border color

.myBorderColor { border: 1px solid #63551B; }

<div style="border:3px solid #63551B">Div</div>

This div border color is #63551B.

Opacity

.myOpacity80 { color: #63551B; opacity: 0.8; }

<p style="color:#63551B;opacity:0.8;">80%</p>

Text with #63551B 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 #63551B;}

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

This text has shadow with #63551B color.


.textShadow {text-shadow: 3px 3px 1px #63551B', 3px 3px 1px red;}

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

This text has shadow with #63551B primary color and red secondary color.


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

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

This text has shadow with #63551B and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #63551B; -webkit-box-shadow: 1px 1px 3px 2px #63551B; box-shadow:1px 1px 3px 2px #63551B;">
Div content here
</div>

This div box has shadow with color #63551B.

Preview

Color preview on black background

This text has color #63551B on black background.


Color preview on white background

This text has color #63551B on white background.


Black color preview on #63551B background

This text has black color on #63551B background.


White color preview on #63551B background

This text has white color on #63551B background.


Related colors

Complementary color

Complementary color for #hex is #9CAAE4.


I love getcolorcode.com

Triadic colors

1 #1B6355 and #551B63 with #63551B are triadic colors.

2 #1B5563 and #55631B with #63551B are triadic colors.