COLOR #63827B

HEX: #63827B RGB: (99,130,123)

Color info

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

RGB color model

#63827B color RGB value is (99,130,123).

RGB: (99,130,123) (39%, 51%, 48%)

RGB channels and saturation

R 99 of 255 = 39%
G 130 of 255 = 51%
B 123 of 255 = 48%

99
130
123

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

Portions of RGB colors in percentages

R + G + B = 99 + 130 + 123 = 352 (100%)
R 99 of 352 ~ 28.13%
G 130 of 352 ~ 36.93%
B 123 of 352 ~ 34.94'%

%28.13
%36.93
%34.94

CMYK color model

#63827B color CMYK value is (24,0,5,49).

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

CMYK: (24,0,5,49)
C24M0Y5K49 (24%, 0%, 5%, 49%)
(0.24 / 0.00 / 0.05 / 0.49)

CMYK percentages

%23.85
%0
%5.38
%49.02

Codes

Color #63827B in popluar color models

63 82 7B
RGB 99 130 123
HSL 166° 13.54% 44.90%
HSB/HSV 166° 23.85% 50.98%
CMYK 23.85% 0.00% 5.38%
49.02%

Color #63827B in popluar number systems.

HEX 63 82 7B
Decimal 99 130 123
Binary 1100011 10000010 1111011
Octal 143 202 173

Shades and tints

Shades of #63827B

#63827B
(99,130,123)
#5A7770
(90,119,112)
#516C65
(81,108,101)
#48615A
(72,97,90)
#3F564F
(63,86,79)
#364B44
(54,75,68)
#2D4039
(45,64,57)
#24352E
(36,53,46)
#1B2A23
(27,42,35)
#121F18
(18,31,24)
#09140D
(9,20,13)
#000000
(0,0,0)

Tints of #63827B

#63827B
(99,130,123)
#718D87
(113,141,135)
#7F9893
(127,152,147)
#8DA39F
(141,163,159)
#9BAEAB
(155,174,171)
#A9B9B7
(169,185,183)
#B7C4C3
(183,196,195)
#C5CFCF
(197,207,207)
#D3DADB
(211,218,219)
#E1E5E7
(225,229,231)
#EFF0F3
(239,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63827B color. Also use rgb(99,130,123) instead hex code.

Text Font Color

.myTextColor { color: #63827B; }

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

This text font color is #63827B.

Background Color

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

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

This div background color is #63827B.

Border color

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

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

This div border color is #63827B.

Opacity

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

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

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

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

This text has shadow with #63827B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63827B.

Preview

Color preview on black background

This text has color #63827B on black background.


Color preview on white background

This text has color #63827B on white background.


Black color preview on #63827B background

This text has black color on #63827B background.


White color preview on #63827B background

This text has white color on #63827B background.


Related colors

Complementary color

Complementary color for #hex is #9C7D84.


I love getcolorcode.com

Triadic colors

1 #7B6382 and #827B63 with #63827B are triadic colors.

2 #7B8263 and #82637B with #63827B are triadic colors.