Color Hex Logo

#648335 Color Hex

#648335
(100,131,53)
0 Favorites   0 Comments

Color spaces of #648335

RGB 10013153
HSL0.230.420.36
HSV84°60°51°
CMYK 0.240.000.60   0.49
XYZ14.014419.19906.3353
Yxy19.19900.35440.4855
Hunter Lab43.8167-19.587422.0991
CIE-Lab50.9192-24.296137.8784

#648335 color RGB value is (100,131,53).

#648335 hex color red value is 100, green value is 131 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #648335 hue: 0.23 , saturation: 0.42 and the lightness value of 648335 is 0.36.

The process color (four color CMYK) of #648335 color hex is 0.24, 0.00, 0.60, 0.49. Web safe color of #648335 is #669933. Color #648335 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10000011 00110101
Octal 144 203 65
Decimal 100 131 53
Hex 64 83 35

RGB Percentages of Color #648335

%35.21
%46.13
%18.66

CMYK Percentages of Color #648335

%24
%0
%60
%49

Triadic Colors of #648335

#648335 #356483 #833564

Analogous Colors of #648335

#648335 #3d8335 #837b35

Monochromatic Colors of #648335

#648335

Complementary Color

#648335 #543583

#648335 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#648335 Color Preview on White Background

Lorem ipsum dolor sit amet.

#648335 Color CSS Codes

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

#648335 Text Font Color

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

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


#648335 Background Color

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

This div background color is #648335


#648335 Border Color

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

This div border color is #648335


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,131,53, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #648335; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #648335;
  -webkit-box-shadow: 1px 1px 3px 2px #648335;
  box-shadow:         1px 1px 3px 2px #648335; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,131,53, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #648335


Comments

No comments written yet.

Please login to write comment.