COLOR #63817C

HEX: #63817C
RGB: (99,129,124)

Color info

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

RGB color model

#63817C color RGB value is (99,129,124).

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

RGB channels and saturation

R 99 of 255 = 39%
G 129 of 255 = 51%
B 124 of 255 = 49%

99
129
124

R + G + B ~ 46%. #63817C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 129 + 124 = 352 (100%)
R 99 of 352 ~ 28.13%
G 129 of 352 ~ 36.65%
B 124 of 352 ~ 35.23%

%28.13
%36.65
%35.23

CMYK color model

#63817C color CMYK value is (23,0,4,49).

  • cyan value is 23.26%
  • magenta value is 0.00%
  • yellow value is 3.88%
  • key color value is 49.41%
CMYK:
(23,0,4,49)
C23M0Y4K49 
(23%,0%,4%,49%)
(0.23/0.00/0.04/0.49)	

CMYK percentages

%23.26
%0
%3.88
%49.41

Codes

Color #63817C in popluar color models

63817C
RGB99129124
HSL170°13.16%44.71%
HSB/HSV170°23.26%50.59%
CMYK23.26%0.00%3.88%
49.41%

Color #63817C in popluar number systems.

HEX63817C
Decimal99129124
Binary1100011100000011111100
Octal143201174

Shades and tints

Shades of #63817C

#63817C
(99,129,124)
#5A7671
(90,118,113)
#516B66
(81,107,102)
#48605B
(72,96,91)
#3F5550
(63,85,80)
#364A45
(54,74,69)
#2D3F3A
(45,63,58)
#24342F
(36,52,47)
#1B2924
(27,41,36)
#121E19
(18,30,25)
#09130E
(9,19,14)
#000000
(0,0,0)

Tints of #63817C

#63817C
(99,129,124)
#718C87
(113,140,135)
#7F9792
(127,151,146)
#8DA29D
(141,162,157)
#9BADA8
(155,173,168)
#A9B8B3
(169,184,179)
#B7C3BE
(183,195,190)
#C5CEC9
(197,206,201)
#D3D9D4
(211,217,212)
#E1E4DF
(225,228,223)
#EFEFEA
(239,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63817C color. Also use rgb(99,129,124) instead hex code.

Text Font Color

.myTextColor { color: #63817C; }

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

This text font color is #63817C.


Background Color

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

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

This div background color is #63817C.


Border color

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

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

This div border color is #63817C.


Opacity

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

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

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

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

This text has shadow with #63817C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63817C on black background.


Color preview on white background

This text has color #63817C on white background.



Black color preview on #63817C background

This text has black color on #63817C background.


White color preview on #63817C background

This text has white color on #63817C background.