Color Hex Logo

#42482a Color Hex

#42482A
(66,72,42)
0 Favorites   0 Comments

Color spaces of #42482a

RGB 667242
HSL0.200.260.22
HSV72°42°28°
CMYK 0.080.000.42   0.72
XYZ4.98205.96013.0783
Yxy5.96010.35530.4251
Hunter Lab24.4133-6.29709.6134
CIE-Lab29.3116-8.186417.1959

#42482a color RGB value is (66,72,42).

#42482a hex color red value is 66, green value is 72 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #42482a hue: 0.20 , saturation: 0.26 and the lightness value of 42482a is 0.22.

The process color (four color CMYK) of #42482a color hex is 0.08, 0.00, 0.42, 0.72. Web safe color of #42482a is #333333. Color #42482a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01001000 00101010
Octal 102 110 52
Decimal 66 72 42
Hex 42 48 2A

RGB Percentages of Color #42482a

%36.67
%40.00
%23.33

CMYK Percentages of Color #42482a

%8
%0
%42
%72

Triadic Colors of #42482a

#42482a #2a4248 #482a42

Analogous Colors of #42482a

#42482a #33482a #483f2a

Monochromatic Colors of #42482a

#42482a

Complementary Color

#42482a #302a48

#42482a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42482a Color Preview on White Background

Lorem ipsum dolor sit amet.

#42482a Color CSS Codes

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

#42482a Text Font Color

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

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


#42482a Background Color

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

This div background color is #42482a


#42482a Border Color

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

This div border color is #42482a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,72,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #42482a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #42482a;
  -webkit-box-shadow: 1px 1px 3px 2px #42482a;
  box-shadow:         1px 1px 3px 2px #42482a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42482a


Comments

No comments written yet.

Please login to write comment.