Color Hex Logo

#63992d Color Hex

#63992D
(99,153,45)
0 Favorites   0 Comments

Color spaces of #63992d

RGB 9915345
HSL0.250.550.39
HSV90°71°60°
CMYK 0.350.000.71   0.40
XYZ17.010525.62466.5321
Yxy25.62460.34600.5212
Hunter Lab50.6207-28.603527.7837
CIE-Lab57.6790-35.810948.7389

#63992d color RGB value is (99,153,45).

#63992d hex color red value is 99, green value is 153 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #63992d hue: 0.25 , saturation: 0.55 and the lightness value of 63992d is 0.39.

The process color (four color CMYK) of #63992d color hex is 0.35, 0.00, 0.71, 0.40. Web safe color of #63992d is #669933. Color #63992d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10011001 00101101
Octal 143 231 55
Decimal 99 153 45
Hex 63 99 2D

RGB Percentages of Color #63992d

%33.33
%51.52
%15.15

CMYK Percentages of Color #63992d

%35
%0
%71
%40

Triadic Colors of #63992d

#63992d #2d6399 #992d63

Analogous Colors of #63992d

#63992d #2d992d #99992d

Monochromatic Colors of #63992d

#63992d

Complementary Color

#63992d #632d99

#63992d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63992d Color Preview on White Background

Lorem ipsum dolor sit amet.

#63992d Color CSS Codes

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

#63992d Text Font Color

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

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


#63992d Background Color

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

This div background color is #63992d


#63992d Border Color

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

This div border color is #63992d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63992d


Comments

No comments written yet.

Please login to write comment.