Color Hex Logo

#66983e Color Hex

#66983E
(102,152,62)
0 Favorites   0 Comments

Color spaces of #66983e

RGB 10215262
HSL0.260.420.42
HSV93°59°60°
CMYK 0.330.000.59   0.40
XYZ17.577225.62918.5779
Yxy25.62910.33940.4949
Hunter Lab50.6252-26.618425.3916
CIE-Lab57.6833-32.734641.3028

#66983e color RGB value is (102,152,62).

#66983e hex color red value is 102, green value is 152 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #66983e hue: 0.26 , saturation: 0.42 and the lightness value of 66983e is 0.42.

The process color (four color CMYK) of #66983e color hex is 0.33, 0.00, 0.59, 0.40. Web safe color of #66983e is #669933. Color #66983e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10011000 00111110
Octal 146 230 76
Decimal 102 152 62
Hex 66 98 3E

RGB Percentages of Color #66983e

%32.28
%48.10
%19.62

CMYK Percentages of Color #66983e

%33
%0
%59
%40

Triadic Colors of #66983e

#66983e #3e6698 #983e66

Analogous Colors of #66983e

#66983e #3e9843 #93983e

Monochromatic Colors of #66983e

#66983e

Complementary Color

#66983e #703e98

#66983e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66983e Color Preview on White Background

Lorem ipsum dolor sit amet.

#66983e Color CSS Codes

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

#66983e Text Font Color

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

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


#66983e Background Color

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

This div background color is #66983e


#66983e Border Color

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

This div border color is #66983e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,152,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #66983e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #66983e;
  -webkit-box-shadow: 1px 1px 3px 2px #66983e;
  box-shadow:         1px 1px 3px 2px #66983e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,152,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66983e


Comments

No comments written yet.

Please login to write comment.