COLOR #63758C

HEX: #63758C RGB: (99,117,140)

Color info

#63758C contains red, green and blue colors in about the same proportion. Web safe color of #63758C is #666699 (or #669).

RGB color model

#63758C color RGB value is (99,117,140).

RGB: (99,117,140) (39%, 46%, 55%)

RGB channels and saturation

R 99 of 255 = 39%
G 117 of 255 = 46%
B 140 of 255 = 55%

99
117
140

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

Portions of RGB colors in percentages

R + G + B = 99 + 117 + 140 = 356 (100%)
R 99 of 356 ~ 27.81%
G 117 of 356 ~ 32.87%
B 140 of 356 ~ 39.33'%

%27.81
%32.87
%39.33

CMYK color model

#63758C color CMYK value is (29,16,0,45).

  • cyan value is 29.29%
  • magenta value is 16.43%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (29,16,0,45)
C29M16Y0K45 (29%, 16%, 0%, 45%)
(0.29 / 0.16 / 0.00 / 0.45)

CMYK percentages

%29.29
%16.43
%0
%45.1

Codes

Color #63758C in popluar color models

63 75 8C
RGB 99 117 140
HSL 214° 17.15% 46.86%
HSB/HSV 214° 29.29% 54.90%
CMYK 29.29% 16.43% 0.00%
45.10%

Color #63758C in popluar number systems.

HEX 63 75 8C
Decimal 99 117 140
Binary 1100011 1110101 10001100
Octal 143 165 214

Shades and tints

Shades of #63758C

#63758C
(99,117,140)
#5A6B80
(90,107,128)
#516174
(81,97,116)
#485768
(72,87,104)
#3F4D5C
(63,77,92)
#364350
(54,67,80)
#2D3944
(45,57,68)
#242F38
(36,47,56)
#1B252C
(27,37,44)
#121B20
(18,27,32)
#091114
(9,17,20)
#000000
(0,0,0)

Tints of #63758C

#63758C
(99,117,140)
#718196
(113,129,150)
#7F8DA0
(127,141,160)
#8D99AA
(141,153,170)
#9BA5B4
(155,165,180)
#A9B1BE
(169,177,190)
#B7BDC8
(183,189,200)
#C5C9D2
(197,201,210)
#D3D5DC
(211,213,220)
#E1E1E6
(225,225,230)
#EFEDF0
(239,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63758C color. Also use rgb(99,117,140) instead hex code.

Text Font Color

.myTextColor { color: #63758C; }

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

This text font color is #63758C.

Background Color

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

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

This div background color is #63758C.

Border color

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

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

This div border color is #63758C.

Opacity

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

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

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

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

This text has shadow with #63758C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63758C.

Preview

Color preview on black background

This text has color #63758C on black background.


Color preview on white background

This text has color #63758C on white background.


Black color preview on #63758C background

This text has black color on #63758C background.


White color preview on #63758C background

This text has white color on #63758C background.


Related colors

Complementary color

Complementary color for #hex is #9C8A73.


I love getcolorcode.com

Triadic colors

1 #8C6375 and #758C63 with #63758C are triadic colors.

2 #8C7563 and #75638C with #63758C are triadic colors.