Color Hex Logo

#64b73d Color Hex

#64B73D
(100,183,61)
0 Favorites   0 Comments

Color spaces of #64b73d

RGB 10018361
HSL0.280.500.48
HSV101°67°72°
CMYK 0.450.000.67   0.28
XYZ23.031336.913210.3260
Yxy36.91320.32780.5253
Hunter Lab60.7562-38.658132.4526
CIE-Lab67.2119-46.952752.2633

#64b73d color RGB value is (100,183,61).

#64b73d hex color red value is 100, green value is 183 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #64b73d hue: 0.28 , saturation: 0.50 and the lightness value of 64b73d is 0.48.

The process color (four color CMYK) of #64b73d color hex is 0.45, 0.00, 0.67, 0.28. Web safe color of #64b73d is #66cc33. Color #64b73d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10110111 00111101
Octal 144 267 75
Decimal 100 183 61
Hex 64 B7 3D

RGB Percentages of Color #64b73d

%29.07
%53.20
%17.73

CMYK Percentages of Color #64b73d

%45
%0
%67
%28

Triadic Colors of #64b73d

#64b73d #3d64b7 #b73d64

Analogous Colors of #64b73d

#64b73d #3db753 #a1b73d

Monochromatic Colors of #64b73d

#64b73d

Complementary Color

#64b73d #903db7

#64b73d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64b73d Color Preview on White Background

Lorem ipsum dolor sit amet.

#64b73d Color CSS Codes

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

#64b73d Text Font Color

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

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


#64b73d Background Color

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

This div background color is #64b73d


#64b73d Border Color

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

This div border color is #64b73d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,183,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #64b73d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #64b73d;
  -webkit-box-shadow: 1px 1px 3px 2px #64b73d;
  box-shadow:         1px 1px 3px 2px #64b73d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64b73d


Comments

No comments written yet.

Please login to write comment.