Color Hex Logo

#668844 Color Hex

#668844
(102,136,68)
1 Favorites   0 Comments

Color spaces of #668844

RGB 10213668
HSL0.250.330.40
HSV90°50°53°
CMYK 0.250.000.50   0.47
XYZ15.327020.85058.6856
Yxy20.85050.34160.4648
Hunter Lab45.6623-19.993920.6859
CIE-Lab52.7855-24.338432.5009

#668844 color RGB value is (102,136,68). This hex color code is also a web safe color which is equal to #684.

#668844 hex color red value is 102, green value is 136 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #668844 hue: 0.25 , saturation: 0.33 and the lightness value of 668844 is 0.40.

The process color (four color CMYK) of #668844 color hex is 0.25, 0.00, 0.50, 0.47. Web safe color of #668844 is #669933. Color #668844 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10001000 01000100
Octal 146 210 104
Decimal 102 136 68
Hex 66 88 44

RGB Percentages of Color #668844

%33.33
%44.44
%22.22

CMYK Percentages of Color #668844

%25
%0
%50
%47

Triadic Colors of #668844

#668844 #446688 #884466

Analogous Colors of #668844

#668844 #448844 #888844

Monochromatic Colors of #668844

#668844

Complementary Color

#668844 #664488

#668844 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#668844 Color Preview on White Background

Lorem ipsum dolor sit amet.

#668844 Color CSS Codes

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

#668844 Text Font Color

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

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


#668844 Background Color

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

This div background color is #668844


#668844 Border Color

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

This div border color is #668844


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,136,68, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #668844; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #668844;
  -webkit-box-shadow: 1px 1px 3px 2px #668844;
  box-shadow:         1px 1px 3px 2px #668844; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #668844


Comments

No comments written yet.

Please login to write comment.