Color Hex Logo

#63938b Color Hex

#63938B
(99,147,139)
0 Favorites   0 Comments

Color spaces of #63938b

RGB 99147139
HSL0.470.200.48
HSV170°33°58°
CMYK 0.330.000.05   0.42
XYZ20.239525.384228.2590
Yxy25.38420.27390.3436
Hunter Lab50.3827-16.46372.0129
CIE-Lab57.4479-18.0081-0.9398

#63938b color RGB value is (99,147,139).

#63938b hex color red value is 99, green value is 147 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #63938b hue: 0.47 , saturation: 0.20 and the lightness value of 63938b is 0.48.

The process color (four color CMYK) of #63938b color hex is 0.33, 0.00, 0.05, 0.42. Web safe color of #63938b is #669999. Color #63938b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10010011 10001011
Octal 143 223 213
Decimal 99 147 139
Hex 63 93 8B

RGB Percentages of Color #63938b

%25.71
%38.18
%36.10

CMYK Percentages of Color #63938b

%33
%0
%5
%42

Triadic Colors of #63938b

#63938b #8b6393 #938b63

Analogous Colors of #63938b

#63938b #638393 #639373

Monochromatic Colors of #63938b

#63938b

Complementary Color

#63938b #93636b

#63938b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63938b Color Preview on White Background

Lorem ipsum dolor sit amet.

#63938b Color CSS Codes

.mybgcolor {background-color:#63938b; } 
.myforecolor {color:#63938b; }
.mybordercolor {border:3px solid #63938b; }

#63938b Text Font Color

<p style="color:#63938b">Text here</p>

This sample text font color is #63938b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#63938b Background Color

<div style="background-color:#63938b">
Div content here</div>

This div background color is #63938b


#63938b Border Color

<div style="border:3px solid #63938b">
Div here</div>

This div border color is #63938b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,147,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #63938b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #63938b;
  -webkit-box-shadow: 1px 1px 3px 2px #63938b;
  box-shadow:         1px 1px 3px 2px #63938b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,147,139, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #63938b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #63938b;
  -webkit-box-shadow: 1px 1px 3px 2px #63938b;
  box-shadow:         1px 1px 3px 2px #63938b;">
Div content here</div>

This div box has shadow with color #63938b


Comments

No comments written yet.

Please login to write comment.