Color Hex Logo

#42350c Color Hex

#42350C
(66,53,12)
0 Favorites   0 Comments

Color spaces of #42350c

RGB 665312
HSL0.130.690.15
HSV46°82°26°
CMYK 0.000.200.82   0.74
XYZ3.58623.73100.8790
Yxy3.73100.43750.4552
Hunter Lab19.3158-0.662110.8230
CIE-Lab22.76140.625826.6711

#42350c color RGB value is (66,53,12).

#42350c hex color red value is 66, green value is 53 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #42350c hue: 0.13 , saturation: 0.69 and the lightness value of 42350c is 0.15.

The process color (four color CMYK) of #42350c color hex is 0.00, 0.20, 0.82, 0.74. Web safe color of #42350c is #333300. Color #42350c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00110101 00001100
Octal 102 65 14
Decimal 66 53 12
Hex 42 35 C

RGB Percentages of Color #42350c

%50.38
%40.46
%9.16

CMYK Percentages of Color #42350c

%0
%20
%82
%74

Triadic Colors of #42350c

#42350c #0c4235 #350c42

Analogous Colors of #42350c

#42350c #34420c #421a0c

Monochromatic Colors of #42350c

#42350c

Complementary Color

#42350c #0c1942

#42350c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42350c Color Preview on White Background

Lorem ipsum dolor sit amet.

#42350c Color CSS Codes

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

#42350c Text Font Color

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

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


#42350c Background Color

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

This div background color is #42350c


#42350c Border Color

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

This div border color is #42350c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42350c


Comments

No comments written yet.

Please login to write comment.