COLOR #63483C

HEX: #63483C
RGB: (99,72,60)

Color info

#63483C contains red, green and blue colors in about the same proportion. Web safe color of #63483C is #663333 (or #633).

RGB color model

#63483C color RGB value is (99,72,60).

  • red value is 99;
  • green value is 72;
  • blue value is 60.
RGB:
(99,72,60)
(39%,28%,24%)

RGB channels and saturation

R 99 of 255 = 39%
G 72 of 255 = 28%
B 60 of 255 = 24%

99
72
60

R + G + B ~ 30%. #63483C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 72 + 60 = 231 (100%)
R 99 of 231 ~ 42.86%
G 72 of 231 ~ 31.17%
B 60 of 231 ~ 25.97%

%42.86
%31.17
%25.97

CMYK color model

#63483C color CMYK value is (0,27,39,61).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 39.39%
  • key color value is 61.18%
CMYK:
(0,27,39,61)
C0M27Y39K61 
(0%,27%,39%,61%)
(0.00/0.27/0.39/0.61)	

CMYK percentages

%0
%27.27
%39.39
%61.18

Codes

Color #63483C in popluar color models

63483C
RGB997260
HSL18°24.53%31.18%
HSB/HSV18°39.39%38.82%
CMYK0.00%27.27%39.39%
61.18%

Color #63483C in popluar number systems.

HEX63483C
Decimal997260
Binary11000111001000111100
Octal14311074

Shades and tints

Shades of #63483C

#63483C
(99,72,60)
#5A4237
(90,66,55)
#513C32
(81,60,50)
#48362D
(72,54,45)
#3F3028
(63,48,40)
#362A23
(54,42,35)
#2D241E
(45,36,30)
#241E19
(36,30,25)
#1B1814
(27,24,20)
#12120F
(18,18,15)
#090C0A
(9,12,10)
#000000
(0,0,0)

Tints of #63483C

#63483C
(99,72,60)
#71584D
(113,88,77)
#7F685E
(127,104,94)
#8D786F
(141,120,111)
#9B8880
(155,136,128)
#A99891
(169,152,145)
#B7A8A2
(183,168,162)
#C5B8B3
(197,184,179)
#D3C8C4
(211,200,196)
#E1D8D5
(225,216,213)
#EFE8E6
(239,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63483C color. Also use rgb(99,72,60) instead hex code.

Text Font Color

.myTextColor { color: #63483C; }

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

This text font color is #63483C.


Background Color

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

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

This div background color is #63483C.


Border color

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

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

This div border color is #63483C.


Opacity

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

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

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

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

This text has shadow with #63483C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63483C on black background.


Color preview on white background

This text has color #63483C on white background.



Black color preview on #63483C background

This text has black color on #63483C background.


White color preview on #63483C background

This text has white color on #63483C background.