Color Hex Logo

#668838 Color Hex

#668838
(102,136,56)
0 Favorites   0 Comments

Color spaces of #668838

RGB 10213656
HSL0.240.420.38
HSV85°59°53°
CMYK 0.250.000.59   0.47
XYZ14.997520.71866.9500
Yxy20.71860.35150.4856
Hunter Lab45.5177-20.842522.8095
CIE-Lab52.6401-25.676238.4160

#668838 color RGB value is (102,136,56).

#668838 hex color red value is 102, green value is 136 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #668838 hue: 0.24 , saturation: 0.42 and the lightness value of 668838 is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 10001000 00111000
Octal 146 210 70
Decimal 102 136 56
Hex 66 88 38

RGB Percentages of Color #668838

%34.69
%46.26
%19.05

CMYK Percentages of Color #668838

%25
%0
%59
%47

Triadic Colors of #668838

#668838 #386688 #883866

Analogous Colors of #668838

#668838 #3e8838 #888238

Monochromatic Colors of #668838

#668838

Complementary Color

#668838 #5a3888

#668838 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#668838 Color Preview on White Background

Lorem ipsum dolor sit amet.

#668838 Color CSS Codes

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

#668838 Text Font Color

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

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


#668838 Background Color

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

This div background color is #668838


#668838 Border Color

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

This div border color is #668838


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #668838


Comments

No comments written yet.

Please login to write comment.