COLOR #63815D

HEX: #63815D
RGB: (99,129,93)

Color info

#63815D contains red, green and blue colors in about the same proportion. Web safe color of #63815D is #669966 (or #696).

RGB color model

#63815D color RGB value is (99,129,93).

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

RGB channels and saturation

R 99 of 255 = 39%
G 129 of 255 = 51%
B 93 of 255 = 36%

99
129
93

R + G + B ~ 42%. #63815D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 129 + 93 = 321 (100%)
R 99 of 321 ~ 30.84%
G 129 of 321 ~ 40.19%
B 93 of 321 ~ 28.97%

%30.84
%40.19
%28.97

CMYK color model

#63815D color CMYK value is (23,0,28,49).

  • cyan value is 23.26%
  • magenta value is 0.00%
  • yellow value is 27.91%
  • key color value is 49.41%
CMYK:
(23,0,28,49)
C23M0Y28K49 
(23%,0%,28%,49%)
(0.23/0.00/0.28/0.49)	

CMYK percentages

%23.26
%0
%27.91
%49.41

Codes

Color #63815D in popluar color models

63815D
RGB9912993
HSL110°16.22%43.53%
HSB/HSV110°27.91%50.59%
CMYK23.26%0.00%27.91%
49.41%

Color #63815D in popluar number systems.

HEX63815D
Decimal9912993
Binary1100011100000011011101
Octal143201135

Shades and tints

Shades of #63815D

#63815D
(99,129,93)
#5A7655
(90,118,85)
#516B4D
(81,107,77)
#486045
(72,96,69)
#3F553D
(63,85,61)
#364A35
(54,74,53)
#2D3F2D
(45,63,45)
#243425
(36,52,37)
#1B291D
(27,41,29)
#121E15
(18,30,21)
#09130D
(9,19,13)
#000000
(0,0,0)

Tints of #63815D

#63815D
(99,129,93)
#718C6B
(113,140,107)
#7F9779
(127,151,121)
#8DA287
(141,162,135)
#9BAD95
(155,173,149)
#A9B8A3
(169,184,163)
#B7C3B1
(183,195,177)
#C5CEBF
(197,206,191)
#D3D9CD
(211,217,205)
#E1E4DB
(225,228,219)
#EFEFE9
(239,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63815D; }

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

This text font color is #63815D.


Background Color

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

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

This div background color is #63815D.


Border color

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

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

This div border color is #63815D.


Opacity

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

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

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

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

This text has shadow with #63815D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63815D on black background.


Color preview on white background

This text has color #63815D on white background.



Black color preview on #63815D background

This text has black color on #63815D background.


White color preview on #63815D background

This text has white color on #63815D background.