Color Hex Logo

#63957b Color Hex

#63957B
(99,149,123)
0 Favorites   0 Comments

Color spaces of #63957b

RGB 99149123
HSL0.410.200.49
HSV149°34°58°
CMYK 0.340.000.17   0.42
XYZ19.468225.577622.6498
Yxy25.57760.28760.3778
Hunter Lab50.5743-19.79288.8489
CIE-Lab57.6339-22.65218.4515

#63957b color RGB value is (99,149,123).

#63957b hex color red value is 99, green value is 149 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #63957b hue: 0.41 , saturation: 0.20 and the lightness value of 63957b is 0.49.

The process color (four color CMYK) of #63957b color hex is 0.34, 0.00, 0.17, 0.42. Web safe color of #63957b is #669966. Color #63957b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10010101 01111011
Octal 143 225 173
Decimal 99 149 123
Hex 63 95 7B

RGB Percentages of Color #63957b

%26.68
%40.16
%33.15

CMYK Percentages of Color #63957b

%34
%0
%17
%42

Triadic Colors of #63957b

#63957b #7b6395 #957b63

Analogous Colors of #63957b

#63957b #639594 #649563

Monochromatic Colors of #63957b

#63957b

Complementary Color

#63957b #95637d

#63957b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63957b Color Preview on White Background

Lorem ipsum dolor sit amet.

#63957b Color CSS Codes

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

#63957b Text Font Color

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

This sample text font color is #63957b
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.


#63957b Background Color

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

This div background color is #63957b


#63957b Border Color

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

This div border color is #63957b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63957b


Comments

No comments written yet.

Please login to write comment.