Color Hex Logo

#426534 Color Hex

#426534
(66,101,52)
0 Favorites   0 Comments

Color spaces of #426534

RGB 6610152
HSL0.290.320.30
HSV103°49°40°
CMYK 0.350.000.49   0.60
XYZ7.520310.71354.9204
Yxy10.71350.32480.4627
Hunter Lab32.7315-16.268413.9992
CIE-Lab39.0937-22.820423.7514

#426534 color RGB value is (66,101,52).

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

The process color (four color CMYK) of #426534 color hex is 0.35, 0.00, 0.49, 0.60. Web safe color of #426534 is #336633. Color #426534 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01100101 00110100
Octal 102 145 64
Decimal 66 101 52
Hex 42 65 34

RGB Percentages of Color #426534

%30.14
%46.12
%23.74

CMYK Percentages of Color #426534

%35
%0
%49
%60

Triadic Colors of #426534

#426534 #344265 #653442

Analogous Colors of #426534

#426534 #34653f #5b6534

Monochromatic Colors of #426534

#426534

Complementary Color

#426534 #573465

#426534 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426534 Color Preview on White Background

Lorem ipsum dolor sit amet.

#426534 Color CSS Codes

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

#426534 Text Font Color

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

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


#426534 Background Color

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

This div background color is #426534


#426534 Border Color

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

This div border color is #426534


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426534


Comments

No comments written yet.

Please login to write comment.