Color Hex Logo

#42300e Color Hex

#42300E
(66,48,14)
0 Favorites   0 Comments

Color spaces of #42300e

RGB 664814
HSL0.110.650.16
HSV39°79°26°
CMYK 0.000.270.79   0.74
XYZ3.38303.30390.8749
Yxy3.30390.44740.4369
Hunter Lab18.17661.41309.8698
CIE-Lab21.22204.031824.0757

#42300e color RGB value is (66,48,14).

#42300e hex color red value is 66, green value is 48 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #42300e hue: 0.11 , saturation: 0.65 and the lightness value of 42300e is 0.16.

The process color (four color CMYK) of #42300e color hex is 0.00, 0.27, 0.79, 0.74. Web safe color of #42300e is #333300. Color #42300e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00110000 00001110
Octal 102 60 16
Decimal 66 48 14
Hex 42 30 E

RGB Percentages of Color #42300e

%51.56
%37.50
%10.94

CMYK Percentages of Color #42300e

%0
%27
%79
%74

Triadic Colors of #42300e

#42300e #0e4230 #300e42

Analogous Colors of #42300e

#42300e #3a420e #42160e

Monochromatic Colors of #42300e

#42300e

Complementary Color

#42300e #0e2042

#42300e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42300e Color Preview on White Background

Lorem ipsum dolor sit amet.

#42300e Color CSS Codes

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

#42300e Text Font Color

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

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


#42300e Background Color

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

This div background color is #42300e


#42300e Border Color

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

This div border color is #42300e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,48,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #42300e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #42300e;
  -webkit-box-shadow: 1px 1px 3px 2px #42300e;
  box-shadow:         1px 1px 3px 2px #42300e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42300e

#42300e Color Palettes


Comments

No comments written yet.

Please login to write comment.