Color Hex Logo

#426038 Color Hex

#426038
(66,96,56)
0 Favorites   0 Comments

Color spaces of #426038

RGB 669656
HSL0.290.260.30
HSV105°42°38°
CMYK 0.310.000.42   0.62
XYZ7.14349.80955.2583
Yxy9.80950.32160.4416
Hunter Lab31.3201-14.098511.9700
CIE-Lab37.4983-19.591519.4060

#426038 color RGB value is (66,96,56).

#426038 hex color red value is 66, green value is 96 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #426038 hue: 0.29 , saturation: 0.26 and the lightness value of 426038 is 0.30.

The process color (four color CMYK) of #426038 color hex is 0.31, 0.00, 0.42, 0.62. Web safe color of #426038 is #336633. Color #426038 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01100000 00111000
Octal 102 140 70
Decimal 66 96 56
Hex 42 60 38

RGB Percentages of Color #426038

%30.28
%44.04
%25.69

CMYK Percentages of Color #426038

%31
%0
%42
%62

Triadic Colors of #426038

#426038 #384260 #603842

Analogous Colors of #426038

#426038 #386042 #566038

Monochromatic Colors of #426038

#426038

Complementary Color

#426038 #563860

#426038 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426038 Color Preview on White Background

Lorem ipsum dolor sit amet.

#426038 Color CSS Codes

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

#426038 Text Font Color

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

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


#426038 Background Color

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

This div background color is #426038


#426038 Border Color

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

This div border color is #426038


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,96,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 #426038">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426038


Comments

No comments written yet.

Please login to write comment.