Color Hex Logo

#63934b Color Hex

#63934B
(99,147,75)
0 Favorites   0 Comments

Color spaces of #63934b

RGB 9914775
HSL0.280.320.44
HSV100°49°58°
CMYK 0.330.000.49   0.42
XYZ16.849324.028110.4064
Yxy24.02810.32860.4685
Hunter Lab49.0185-24.425821.7259
CIE-Lab56.1159-29.966432.8963

#63934b color RGB value is (99,147,75).

#63934b hex color red value is 99, green value is 147 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #63934b hue: 0.28 , saturation: 0.32 and the lightness value of 63934b is 0.44.

The process color (four color CMYK) of #63934b color hex is 0.33, 0.00, 0.49, 0.42. Web safe color of #63934b is #669933. Color #63934b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10010011 01001011
Octal 143 223 113
Decimal 99 147 75
Hex 63 93 4B

RGB Percentages of Color #63934b

%30.84
%45.79
%23.36

CMYK Percentages of Color #63934b

%33
%0
%49
%42

Triadic Colors of #63934b

#63934b #4b6393 #934b63

Analogous Colors of #63934b

#63934b #4b9357 #87934b

Monochromatic Colors of #63934b

#63934b

Complementary Color

#63934b #7b4b93

#63934b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63934b Color Preview on White Background

Lorem ipsum dolor sit amet.

#63934b Color CSS Codes

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

#63934b Text Font Color

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

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


#63934b Background Color

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

This div background color is #63934b


#63934b Border Color

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

This div border color is #63934b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63934b


Comments

No comments written yet.

Please login to write comment.