Color Hex Logo

#42491c Color Hex

#42491C
(66,73,28)
0 Favorites   0 Comments

Color spaces of #42491c

RGB 667328
HSL0.190.450.20
HSV69°62°29°
CMYK 0.100.000.62   0.71
XYZ4.83896.00722.0031
Yxy6.00720.37660.4675
Hunter Lab24.5096-7.650712.3111
CIE-Lab29.4306-10.508625.5315

#42491c color RGB value is (66,73,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01001001 00011100
Octal 102 111 34
Decimal 66 73 28
Hex 42 49 1C

RGB Percentages of Color #42491c

%39.52
%43.71
%16.77

CMYK Percentages of Color #42491c

%10
%0
%62
%71

Triadic Colors of #42491c

#42491c #1c4249 #491c42

Analogous Colors of #42491c

#42491c #2c491c #493a1c

Monochromatic Colors of #42491c

#42491c

Complementary Color

#42491c #231c49

#42491c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42491c Color Preview on White Background

Lorem ipsum dolor sit amet.

#42491c Color CSS Codes

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

#42491c Text Font Color

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

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


#42491c Background Color

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

This div background color is #42491c


#42491c Border Color

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

This div border color is #42491c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42491c


Comments

No comments written yet.

Please login to write comment.