COLOR #63858A

HEX: #63858A
RGB: (99,133,138)

Color info

#63858A contains red, green and blue colors in about the same proportion. Web safe color of #63858A is #669999 (or #699).

RGB color model

#63858A color RGB value is (99,133,138).

  • red value is 99;
  • green value is 133;
  • blue value is 138.
RGB:
(99,133,138)
(39%,52%,54%)

RGB channels and saturation

R 99 of 255 = 39%
G 133 of 255 = 52%
B 138 of 255 = 54%

99
133
138

R + G + B ~ 48%. #63858A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 133 + 138 = 370 (100%)
R 99 of 370 ~ 26.76%
G 133 of 370 ~ 35.95%
B 138 of 370 ~ 37.3%

%26.76
%35.95
%37.3

CMYK color model

#63858A color CMYK value is (28,4,0,46).

  • cyan value is 28.26%
  • magenta value is 3.62%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(28,4,0,46)
C28M4Y0K46 
(28%,4%,0%,46%)
(0.28/0.04/0.00/0.46)	

CMYK percentages

%28.26
%3.62
%0
%45.88

Codes

Color #63858A in popluar color models

63858A
RGB99133138
HSL188°16.46%46.47%
HSB/HSV188°28.26%54.12%
CMYK28.26%3.62%0.00%
45.88%

Color #63858A in popluar number systems.

HEX63858A
Decimal99133138
Binary11000111000010110001010
Octal143205212

Shades and tints

Shades of #63858A

#63858A
(99,133,138)
#5A797E
(90,121,126)
#516D72
(81,109,114)
#486166
(72,97,102)
#3F555A
(63,85,90)
#36494E
(54,73,78)
#2D3D42
(45,61,66)
#243136
(36,49,54)
#1B252A
(27,37,42)
#12191E
(18,25,30)
#090D12
(9,13,18)
#000000
(0,0,0)

Tints of #63858A

#63858A
(99,133,138)
#719094
(113,144,148)
#7F9B9E
(127,155,158)
#8DA6A8
(141,166,168)
#9BB1B2
(155,177,178)
#A9BCBC
(169,188,188)
#B7C7C6
(183,199,198)
#C5D2D0
(197,210,208)
#D3DDDA
(211,221,218)
#E1E8E4
(225,232,228)
#EFF3EE
(239,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63858A color. Also use rgb(99,133,138) instead hex code.

Text Font Color

.myTextColor { color: #63858A; }

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

This text font color is #63858A.


Background Color

.myBgColor { background-color: #63858A; }

<div style="background-color:#63858A">Inner text</div>

This div background color is #63858A.


Border color

.myBorderColor { border: 1px solid #63858A; }

<div style="border:3px solid #63858A">Div</div>

This div border color is #63858A.


Opacity

.myOpacity80 { color: #63858A; opacity: 0.8; }

<p style="color:#63858A;opacity:0.8;">80%</p>

Text with #63858A 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 #63858A;}

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

This text has shadow with #63858A color.

.textShadow {text-shadow: 3px 3px 1px #63858A, 3px 3px 1px red;}

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

This text has shadow with #63858A primary color and red secondary color.


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

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

This text has shadow with #63858A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63858A on black background.


Color preview on white background

This text has color #63858A on white background.



Black color preview on #63858A background

This text has black color on #63858A background.


White color preview on #63858A background

This text has white color on #63858A background.