Color Hex Logo

#424634 Color Hex

#424634
(66,70,52)
0 Favorites   0 Comments

Color spaces of #424634

RGB 667052
HSL0.200.150.24
HSV73°26°27°
CMYK 0.060.000.26   0.73
XYZ5.05685.78654.0992
Yxy5.78650.33840.3873
Hunter Lab24.0551-4.57286.7351
CIE-Lab28.8673-5.339610.3263

#424634 color RGB value is (66,70,52).

#424634 hex color red value is 66, green value is 70 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #424634 hue: 0.20 , saturation: 0.15 and the lightness value of 424634 is 0.24.

The process color (four color CMYK) of #424634 color hex is 0.06, 0.00, 0.26, 0.73. Web safe color of #424634 is #333333. Color #424634 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000110 00110100
Octal 102 106 64
Decimal 66 70 52
Hex 42 46 34

RGB Percentages of Color #424634

%35.11
%37.23
%27.66

CMYK Percentages of Color #424634

%6
%0
%26
%73

Triadic Colors of #424634

#424634 #344246 #463442

Analogous Colors of #424634

#424634 #394634 #464134

Monochromatic Colors of #424634

#424634

Complementary Color

#424634 #383446

#424634 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424634 Color Preview on White Background

Lorem ipsum dolor sit amet.

#424634 Color CSS Codes

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

#424634 Text Font Color

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

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


#424634 Background Color

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

This div background color is #424634


#424634 Border Color

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

This div border color is #424634


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424634


Comments

No comments written yet.

Please login to write comment.