COLOR #63675B

HEX: #63675B
RGB: (99,103,91)

Color info

#63675B contains red, green and blue colors in about the same proportion. Web safe color of #63675B is #666666 (or #666).

RGB color model

#63675B color RGB value is (99,103,91).

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

RGB channels and saturation

R 99 of 255 = 39%
G 103 of 255 = 40%
B 91 of 255 = 36%

99
103
91

R + G + B ~ 38%. #63675B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 103 + 91 = 293 (100%)
R 99 of 293 ~ 33.79%
G 103 of 293 ~ 35.15%
B 91 of 293 ~ 31.06%

%33.79
%35.15
%31.06

CMYK color model

#63675B color CMYK value is (4,0,12,60).

  • cyan value is 3.88%
  • magenta value is 0.00%
  • yellow value is 11.65%
  • key color value is 59.61%
CMYK:
(4,0,12,60)
C4M0Y12K60 
(4%,0%,12%,60%)
(0.04/0.00/0.12/0.60)	

CMYK percentages

%3.88
%0
%11.65
%59.61

Codes

Color #63675B in popluar color models

63675B
RGB9910391
HSL80°6.19%38.04%
HSB/HSV80°11.65%40.39%
CMYK3.88%0.00%11.65%
59.61%

Color #63675B in popluar number systems.

HEX63675B
Decimal9910391
Binary110001111001111011011
Octal143147133

Shades and tints

Shades of #63675B

#63675B
(99,103,91)
#5A5E53
(90,94,83)
#51554B
(81,85,75)
#484C43
(72,76,67)
#3F433B
(63,67,59)
#363A33
(54,58,51)
#2D312B
(45,49,43)
#242823
(36,40,35)
#1B1F1B
(27,31,27)
#121613
(18,22,19)
#090D0B
(9,13,11)
#000000
(0,0,0)

Tints of #63675B

#63675B
(99,103,91)
#717469
(113,116,105)
#7F8177
(127,129,119)
#8D8E85
(141,142,133)
#9B9B93
(155,155,147)
#A9A8A1
(169,168,161)
#B7B5AF
(183,181,175)
#C5C2BD
(197,194,189)
#D3CFCB
(211,207,203)
#E1DCD9
(225,220,217)
#EFE9E7
(239,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63675B color. Also use rgb(99,103,91) instead hex code.

Text Font Color

.myTextColor { color: #63675B; }

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

This text font color is #63675B.


Background Color

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

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

This div background color is #63675B.


Border color

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

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

This div border color is #63675B.


Opacity

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

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

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

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

This text has shadow with #63675B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63675B on black background.


Color preview on white background

This text has color #63675B on white background.



Black color preview on #63675B background

This text has black color on #63675B background.


White color preview on #63675B background

This text has white color on #63675B background.