Color Hex Logo

#63802d Color Hex

#63802D
(99,128,45)
0 Favorites   0 Comments

Color spaces of #63802d

RGB 9912845
HSL0.220.480.34
HSV81°65°50°
CMYK 0.230.000.65   0.50
XYZ13.338418.28055.3081
Yxy18.28050.36120.4950
Hunter Lab42.7557-19.136222.5682
CIE-Lab49.8346-23.938240.4462

#63802d color RGB value is (99,128,45).

#63802d hex color red value is 99, green value is 128 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #63802d hue: 0.22 , saturation: 0.48 and the lightness value of 63802d is 0.34.

The process color (four color CMYK) of #63802d color hex is 0.23, 0.00, 0.65, 0.50. Web safe color of #63802d is #669933. Color #63802d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10000000 00101101
Octal 143 200 55
Decimal 99 128 45
Hex 63 80 2D

RGB Percentages of Color #63802d

%36.40
%47.06
%16.54

CMYK Percentages of Color #63802d

%23
%0
%65
%50

Triadic Colors of #63802d

#63802d #2d6380 #802d63

Analogous Colors of #63802d

#63802d #3a802d #80742d

Monochromatic Colors of #63802d

#63802d

Complementary Color

#63802d #4a2d80

#63802d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63802d Color Preview on White Background

Lorem ipsum dolor sit amet.

#63802d Color CSS Codes

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

#63802d Text Font Color

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

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


#63802d Background Color

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

This div background color is #63802d


#63802d Border Color

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

This div border color is #63802d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,128,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 #63802d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63802d


Comments

No comments written yet.

Please login to write comment.