COLOR #63673D

HEX: #63673D
RGB: (99,103,61)

Color info

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

RGB color model

#63673D color RGB value is (99,103,61).

  • red value is 99;
  • green value is 103;
  • blue value is 61.
RGB:
(99,103,61)
(39%,40%,24%)

RGB channels and saturation

R 99 of 255 = 39%
G 103 of 255 = 40%
B 61 of 255 = 24%

99
103
61

R + G + B ~ 34%. #63673D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 103 + 61 = 263 (100%)
R 99 of 263 ~ 37.64%
G 103 of 263 ~ 39.16%
B 61 of 263 ~ 23.19%

%37.64
%39.16
%23.19

CMYK color model

#63673D color CMYK value is (4,0,41,60).

  • cyan value is 3.88%
  • magenta value is 0.00%
  • yellow value is 40.78%
  • key color value is 59.61%
CMYK:
(4,0,41,60)
C4M0Y41K60 
(4%,0%,41%,60%)
(0.04/0.00/0.41/0.60)	

CMYK percentages

%3.88
%0
%40.78
%59.61

Codes

Color #63673D in popluar color models

63673D
RGB9910361
HSL66°25.61%32.16%
HSB/HSV66°40.78%40.39%
CMYK3.88%0.00%40.78%
59.61%

Color #63673D in popluar number systems.

HEX63673D
Decimal9910361
Binary11000111100111111101
Octal14314775

Shades and tints

Shades of #63673D

#63673D
(99,103,61)
#5A5E38
(90,94,56)
#515533
(81,85,51)
#484C2E
(72,76,46)
#3F4329
(63,67,41)
#363A24
(54,58,36)
#2D311F
(45,49,31)
#24281A
(36,40,26)
#1B1F15
(27,31,21)
#121610
(18,22,16)
#090D0B
(9,13,11)
#000000
(0,0,0)

Tints of #63673D

#63673D
(99,103,61)
#71744E
(113,116,78)
#7F815F
(127,129,95)
#8D8E70
(141,142,112)
#9B9B81
(155,155,129)
#A9A892
(169,168,146)
#B7B5A3
(183,181,163)
#C5C2B4
(197,194,180)
#D3CFC5
(211,207,197)
#E1DCD6
(225,220,214)
#EFE9E7
(239,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63673D color. Also use rgb(99,103,61) instead hex code.

Text Font Color

.myTextColor { color: #63673D; }

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

This text font color is #63673D.


Background Color

.myBgColor { background-color: #63673D; }

<div style="background-color:#63673D">Inner text</div>

This div background color is #63673D.


Border color

.myBorderColor { border: 1px solid #63673D; }

<div style="border:3px solid #63673D">Div</div>

This div border color is #63673D.


Opacity

.myOpacity80 { color: #63673D; opacity: 0.8; }

<p style="color:#63673D;opacity:0.8;">80%</p>

Text with #63673D 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 #63673D;}

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

This text has shadow with #63673D color.

.textShadow {text-shadow: 3px 3px 1px #63673D, 3px 3px 1px red;}

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

This text has shadow with #63673D primary color and red secondary color.


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

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

This text has shadow with #63673D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63673D on black background.


Color preview on white background

This text has color #63673D on white background.



Black color preview on #63673D background

This text has black color on #63673D background.


White color preview on #63673D background

This text has white color on #63673D background.