Color Hex Logo

#42370c Color Hex

#42370C
(66,55,12)
0 Favorites   0 Comments

Color spaces of #42370c

RGB 665512
HSL0.130.690.15
HSV48°82°26°
CMYK 0.000.170.82   0.74
XYZ3.67933.91720.9100
Yxy3.91720.43250.4605
Hunter Lab19.7919-1.452911.1283
CIE-Lab23.3958-0.669827.3215

#42370c color RGB value is (66,55,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00110111 00001100
Octal 102 67 14
Decimal 66 55 12
Hex 42 37 C

RGB Percentages of Color #42370c

%49.62
%41.35
%9.02

CMYK Percentages of Color #42370c

%0
%17
%82
%74

Triadic Colors of #42370c

#42370c #0c4237 #370c42

Analogous Colors of #42370c

#42370c #32420c #421c0c

Monochromatic Colors of #42370c

#42370c

Complementary Color

#42370c #0c1742

#42370c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42370c Color Preview on White Background

Lorem ipsum dolor sit amet.

#42370c Color CSS Codes

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

#42370c Text Font Color

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

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


#42370c Background Color

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

This div background color is #42370c


#42370c Border Color

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

This div border color is #42370c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,55,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 #42370c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42370c


Comments

No comments written yet.

Please login to write comment.