Color Hex Logo

#426819 Color Hex

#426819
(66,104,25)
0 Favorites   0 Comments

Color spaces of #426819

RGB 6610425
HSL0.250.610.25
HSV89°76°41°
CMYK 0.370.000.76   0.59
XYZ7.372511.12912.6793
Yxy11.12910.34810.5254
Hunter Lab33.3603-18.932718.5904
CIE-Lab39.7971-27.267838.0294

#426819 color RGB value is (66,104,25).

#426819 hex color red value is 66, green value is 104 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #426819 hue: 0.25 , saturation: 0.61 and the lightness value of 426819 is 0.25.

The process color (four color CMYK) of #426819 color hex is 0.37, 0.00, 0.76, 0.59. Web safe color of #426819 is #336600. Color #426819 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01101000 00011001
Octal 102 150 31
Decimal 66 104 25
Hex 42 68 19

RGB Percentages of Color #426819

%33.85
%53.33
%12.82

CMYK Percentages of Color #426819

%37
%0
%76
%59

Triadic Colors of #426819

#426819 #194268 #681942

Analogous Colors of #426819

#426819 #1a6819 #686719

Monochromatic Colors of #426819

#426819

Complementary Color

#426819 #3f1968

#426819 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426819 Color Preview on White Background

Lorem ipsum dolor sit amet.

#426819 Color CSS Codes

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

#426819 Text Font Color

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

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


#426819 Background Color

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

This div background color is #426819


#426819 Border Color

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

This div border color is #426819


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,104,25, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #426819; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #426819;
  -webkit-box-shadow: 1px 1px 3px 2px #426819;
  box-shadow:         1px 1px 3px 2px #426819; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,104,25, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426819


Comments

No comments written yet.

Please login to write comment.