Color Hex Logo

#424505 Color Hex

#424505
(66,69,5)
0 Favorites   0 Comments

Color spaces of #424505

RGB 66695
HSL0.170.860.15
HSV63°93°27°
CMYK 0.040.000.93   0.73
XYZ4.40235.42550.9588
Yxy5.42550.40810.5030
Hunter Lab23.2927-7.025913.8643
CIE-Lab27.9142-9.722134.4137

#424505 color RGB value is (66,69,5).

#424505 hex color red value is 66, green value is 69 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #424505 hue: 0.17 , saturation: 0.86 and the lightness value of 424505 is 0.15.

The process color (four color CMYK) of #424505 color hex is 0.04, 0.00, 0.93, 0.73. Web safe color of #424505 is #333300. Color #424505 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000101 00000101
Octal 102 105 5
Decimal 66 69 5
Hex 42 45 5

RGB Percentages of Color #424505

%47.14
%49.29
%3.57

CMYK Percentages of Color #424505

%4
%0
%93
%73

Triadic Colors of #424505

#424505 #054245 #450542

Analogous Colors of #424505

#424505 #224505 #452805

Monochromatic Colors of #424505

#424505

Complementary Color

#424505 #080545

#424505 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424505 Color Preview on White Background

Lorem ipsum dolor sit amet.

#424505 Color CSS Codes

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

#424505 Text Font Color

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

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


#424505 Background Color

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

This div background color is #424505


#424505 Border Color

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

This div border color is #424505


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424505


Comments

No comments written yet.

Please login to write comment.