COLOR #63695D

HEX: #63695D
RGB: (99,105,93)

Color info

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

RGB color model

#63695D color RGB value is (99,105,93).

  • red value is 99;
  • green value is 105;
  • blue value is 93.
RGB:
(99,105,93)
(39%,41%,36%)

RGB channels and saturation

R 99 of 255 = 39%
G 105 of 255 = 41%
B 93 of 255 = 36%

99
105
93

R + G + B ~ 39%. #63695D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 105 + 93 = 297 (100%)
R 99 of 297 ~ 33.33%
G 105 of 297 ~ 35.35%
B 93 of 297 ~ 31.31%

%33.33
%35.35
%31.31

CMYK color model

#63695D color CMYK value is (6,0,11,59).

  • cyan value is 5.71%
  • magenta value is 0.00%
  • yellow value is 11.43%
  • key color value is 58.82%
CMYK:
(6,0,11,59)
C6M0Y11K59 
(6%,0%,11%,59%)
(0.06/0.00/0.11/0.59)	

CMYK percentages

%5.71
%0
%11.43
%58.82

Codes

Color #63695D in popluar color models

63695D
RGB9910593
HSL90°6.06%38.82%
HSB/HSV90°11.43%41.18%
CMYK5.71%0.00%11.43%
58.82%

Color #63695D in popluar number systems.

HEX63695D
Decimal9910593
Binary110001111010011011101
Octal143151135

Shades and tints

Shades of #63695D

#63695D
(99,105,93)
#5A6055
(90,96,85)
#51574D
(81,87,77)
#484E45
(72,78,69)
#3F453D
(63,69,61)
#363C35
(54,60,53)
#2D332D
(45,51,45)
#242A25
(36,42,37)
#1B211D
(27,33,29)
#121815
(18,24,21)
#090F0D
(9,15,13)
#000000
(0,0,0)

Tints of #63695D

#63695D
(99,105,93)
#71766B
(113,118,107)
#7F8379
(127,131,121)
#8D9087
(141,144,135)
#9B9D95
(155,157,149)
#A9AAA3
(169,170,163)
#B7B7B1
(183,183,177)
#C5C4BF
(197,196,191)
#D3D1CD
(211,209,205)
#E1DEDB
(225,222,219)
#EFEBE9
(239,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63695D color. Also use rgb(99,105,93) instead hex code.

Text Font Color

.myTextColor { color: #63695D; }

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

This text font color is #63695D.


Background Color

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

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

This div background color is #63695D.


Border color

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

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

This div border color is #63695D.


Opacity

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

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

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

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

This text has shadow with #63695D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63695D on black background.


Color preview on white background

This text has color #63695D on white background.



Black color preview on #63695D background

This text has black color on #63695D background.


White color preview on #63695D background

This text has white color on #63695D background.