COLOR #63888E

HEX: #63888E
RGB: (99,136,142)

Color info

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

RGB color model

#63888E color RGB value is (99,136,142).

  • red value is 99;
  • green value is 136;
  • blue value is 142.
RGB:
(99,136,142)
(39%,53%,56%)

RGB channels and saturation

R 99 of 255 = 39%
G 136 of 255 = 53%
B 142 of 255 = 56%

99
136
142

R + G + B ~ 49%. #63888E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 136 + 142 = 377 (100%)
R 99 of 377 ~ 26.26%
G 136 of 377 ~ 36.07%
B 142 of 377 ~ 37.67%

%26.26
%36.07
%37.67

CMYK color model

#63888E color CMYK value is (30,4,0,44).

  • cyan value is 30.28%
  • magenta value is 4.23%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(30,4,0,44)
C30M4Y0K44 
(30%,4%,0%,44%)
(0.30/0.04/0.00/0.44)	

CMYK percentages

%30.28
%4.23
%0
%44.31

Codes

Color #63888E in popluar color models

63888E
RGB99136142
HSL188°17.84%47.25%
HSB/HSV188°30.28%55.69%
CMYK30.28%4.23%0.00%
44.31%

Color #63888E in popluar number systems.

HEX63888E
Decimal99136142
Binary11000111000100010001110
Octal143210216

Shades and tints

Shades of #63888E

#63888E
(99,136,142)
#5A7C82
(90,124,130)
#517076
(81,112,118)
#48646A
(72,100,106)
#3F585E
(63,88,94)
#364C52
(54,76,82)
#2D4046
(45,64,70)
#24343A
(36,52,58)
#1B282E
(27,40,46)
#121C22
(18,28,34)
#091016
(9,16,22)
#000000
(0,0,0)

Tints of #63888E

#63888E
(99,136,142)
#719298
(113,146,152)
#7F9CA2
(127,156,162)
#8DA6AC
(141,166,172)
#9BB0B6
(155,176,182)
#A9BAC0
(169,186,192)
#B7C4CA
(183,196,202)
#C5CED4
(197,206,212)
#D3D8DE
(211,216,222)
#E1E2E8
(225,226,232)
#EFECF2
(239,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63888E color. Also use rgb(99,136,142) instead hex code.

Text Font Color

.myTextColor { color: #63888E; }

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

This text font color is #63888E.


Background Color

.myBgColor { background-color: #63888E; }

<div style="background-color:#63888E">Inner text</div>

This div background color is #63888E.


Border color

.myBorderColor { border: 1px solid #63888E; }

<div style="border:3px solid #63888E">Div</div>

This div border color is #63888E.


Opacity

.myOpacity80 { color: #63888E; opacity: 0.8; }

<p style="color:#63888E;opacity:0.8;">80%</p>

Text with #63888E 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 #63888E;}

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

This text has shadow with #63888E color.

.textShadow {text-shadow: 3px 3px 1px #63888E, 3px 3px 1px red;}

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

This text has shadow with #63888E primary color and red secondary color.


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

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

This text has shadow with #63888E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63888E on black background.


Color preview on white background

This text has color #63888E on white background.



Black color preview on #63888E background

This text has black color on #63888E background.


White color preview on #63888E background

This text has white color on #63888E background.