Color Hex Logo

#42482f Color Hex

#42482F
(66,72,47)
0 Favorites   0 Comments

Color spaces of #42482f

RGB 667247
HSL0.210.210.23
HSV74°35°28°
CMYK 0.080.000.35   0.72
XYZ5.07725.99823.5795
Yxy5.99820.34650.4093
Hunter Lab24.4912-5.85548.4784
CIE-Lab29.4079-7.417314.2201

#42482f color RGB value is (66,72,47).

#42482f hex color red value is 66, green value is 72 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #42482f hue: 0.21 , saturation: 0.21 and the lightness value of 42482f is 0.23.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01001000 00101111
Octal 102 110 57
Decimal 66 72 47
Hex 42 48 2F

RGB Percentages of Color #42482f

%35.68
%38.92
%25.41

CMYK Percentages of Color #42482f

%8
%0
%35
%72

Triadic Colors of #42482f

#42482f #2f4248 #482f42

Analogous Colors of #42482f

#42482f #36482f #48422f

Monochromatic Colors of #42482f

#42482f

Complementary Color

#42482f #352f48

#42482f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42482f Color Preview on White Background

Lorem ipsum dolor sit amet.

#42482f Color CSS Codes

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

#42482f Text Font Color

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

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


#42482f Background Color

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

This div background color is #42482f


#42482f Border Color

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

This div border color is #42482f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42482f


Comments

No comments written yet.

Please login to write comment.