Color Hex Logo

#63946d Color Hex

#63946D
(99,148,109)
0 Favorites   0 Comments

Color spaces of #63946d

RGB 99148109
HSL0.370.200.48
HSV132°33°58°
CMYK 0.330.000.26   0.42
XYZ18.495824.936618.3064
Yxy24.93660.29960.4039
Hunter Lab49.9366-21.275113.2203
CIE-Lab57.0136-24.969515.5003

#63946d color RGB value is (99,148,109).

#63946d hex color red value is 99, green value is 148 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #63946d hue: 0.37 , saturation: 0.20 and the lightness value of 63946d is 0.48.

The process color (four color CMYK) of #63946d color hex is 0.33, 0.00, 0.26, 0.42. Web safe color of #63946d is #669966. Color #63946d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10010100 01101101
Octal 143 224 155
Decimal 99 148 109
Hex 63 94 6D

RGB Percentages of Color #63946d

%27.81
%41.57
%30.62

CMYK Percentages of Color #63946d

%33
%0
%26
%42

Triadic Colors of #63946d

#63946d #6d6394 #946d63

Analogous Colors of #63946d

#63946d #639486 #729463

Monochromatic Colors of #63946d

#63946d

Complementary Color

#63946d #94638a

#63946d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63946d Color Preview on White Background

Lorem ipsum dolor sit amet.

#63946d Color CSS Codes

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

#63946d Text Font Color

<p style="color:#63946d">Text here</p>

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


#63946d Background Color

<div style="background-color:#63946d">
Div content here</div>

This div background color is #63946d


#63946d Border Color

<div style="border:3px solid #63946d">
Div here</div>

This div border color is #63946d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,148,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #63946d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #63946d;
  -webkit-box-shadow: 1px 1px 3px 2px #63946d;
  box-shadow:         1px 1px 3px 2px #63946d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63946d


Comments

No comments written yet.

Please login to write comment.