COLOR #63826C

HEX: #63826C RGB: (99,130,108)

Color info

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

RGB color model

#63826C color RGB value is (99,130,108).

RGB: (99,130,108) (39%, 51%, 42%)

RGB channels and saturation

R 99 of 255 = 39%
G 130 of 255 = 51%
B 108 of 255 = 42%

99
130
108

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

Portions of RGB colors in percentages

R + G + B = 99 + 130 + 108 = 337 (100%)
R 99 of 337 ~ 29.38%
G 130 of 337 ~ 38.58%
B 108 of 337 ~ 32.05'%

%29.38
%38.58
%32.05

CMYK color model

#63826C color CMYK value is (24,0,17,49).

  • cyan value is 23.85%
  • magenta value is 0.00%
  • yellow value is 16.92%
  • key color value is 49.02%

CMYK: (24,0,17,49)
C24M0Y17K49 (24%, 0%, 17%, 49%)
(0.24 / 0.00 / 0.17 / 0.49)

CMYK percentages

%23.85
%0
%16.92
%49.02

Codes

Color #63826C in popluar color models

63 82 6C
RGB 99 130 108
HSL 137° 13.54% 44.90%
HSB/HSV 137° 23.85% 50.98%
CMYK 23.85% 0.00% 16.92%
49.02%

Color #63826C in popluar number systems.

HEX 63 82 6C
Decimal 99 130 108
Binary 1100011 10000010 1101100
Octal 143 202 154

Shades and tints

Shades of #63826C

#63826C
(99,130,108)
#5A7763
(90,119,99)
#516C5A
(81,108,90)
#486151
(72,97,81)
#3F5648
(63,86,72)
#364B3F
(54,75,63)
#2D4036
(45,64,54)
#24352D
(36,53,45)
#1B2A24
(27,42,36)
#121F1B
(18,31,27)
#091412
(9,20,18)
#000000
(0,0,0)

Tints of #63826C

#63826C
(99,130,108)
#718D79
(113,141,121)
#7F9886
(127,152,134)
#8DA393
(141,163,147)
#9BAEA0
(155,174,160)
#A9B9AD
(169,185,173)
#B7C4BA
(183,196,186)
#C5CFC7
(197,207,199)
#D3DAD4
(211,218,212)
#E1E5E1
(225,229,225)
#EFF0EE
(239,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63826C color. Also use rgb(99,130,108) instead hex code.

Text Font Color

.myTextColor { color: #63826C; }

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

This text font color is #63826C.

Background Color

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

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

This div background color is #63826C.

Border color

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

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

This div border color is #63826C.

Opacity

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

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

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

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

This text has shadow with #63826C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63826C.

Preview

Color preview on black background

This text has color #63826C on black background.


Color preview on white background

This text has color #63826C on white background.


Black color preview on #63826C background

This text has black color on #63826C background.


White color preview on #63826C background

This text has white color on #63826C background.


Related colors

Complementary color

Complementary color for #hex is #9C7D93.


I love getcolorcode.com

Triadic colors

1 #6C6382 and #826C63 with #63826C are triadic colors.

2 #6C8263 and #82636C with #63826C are triadic colors.