Color Hex Logo

#42491d Color Hex

#42491D
(66,73,29)
0 Favorites   0 Comments

Color spaces of #42491d

RGB 667329
HSL0.190.430.20
HSV70°60°29°
CMYK 0.100.000.60   0.71
XYZ4.85116.01202.0672
Yxy6.01200.37520.4650
Hunter Lab24.5194-7.593112.1649
CIE-Lab29.4427-10.405124.9950

#42491d color RGB value is (66,73,29).

#42491d hex color red value is 66, green value is 73 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #42491d hue: 0.19 , saturation: 0.43 and the lightness value of 42491d is 0.20.

The process color (four color CMYK) of #42491d color hex is 0.10, 0.00, 0.60, 0.71. Web safe color of #42491d is #333333. Color #42491d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01001001 00011101
Octal 102 111 35
Decimal 66 73 29
Hex 42 49 1D

RGB Percentages of Color #42491d

%39.29
%43.45
%17.26

CMYK Percentages of Color #42491d

%10
%0
%60
%71

Triadic Colors of #42491d

#42491d #1d4249 #491d42

Analogous Colors of #42491d

#42491d #2c491d #493a1d

Monochromatic Colors of #42491d

#42491d

Complementary Color

#42491d #241d49

#42491d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42491d Color Preview on White Background

Lorem ipsum dolor sit amet.

#42491d Color CSS Codes

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

#42491d Text Font Color

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

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


#42491d Background Color

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

This div background color is #42491d


#42491d Border Color

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

This div border color is #42491d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,73,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #42491d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #42491d;
  -webkit-box-shadow: 1px 1px 3px 2px #42491d;
  box-shadow:         1px 1px 3px 2px #42491d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42491d


Comments

No comments written yet.

Please login to write comment.