Color Hex Logo

#42380f Color Hex

#42380F
(66,56,15)
0 Favorites   0 Comments

Color spaces of #42380f

RGB 665615
HSL0.130.630.16
HSV48°77°26°
CMYK 0.000.150.77   0.74
XYZ3.74724.02111.0306
Yxy4.02110.42590.4570
Hunter Lab20.0527-1.736310.9897
CIE-Lab23.7411-1.123926.2126

#42380f color RGB value is (66,56,15).

#42380f hex color red value is 66, green value is 56 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #42380f hue: 0.13 , saturation: 0.63 and the lightness value of 42380f is 0.16.

The process color (four color CMYK) of #42380f color hex is 0.00, 0.15, 0.77, 0.74. Web safe color of #42380f is #333300. Color #42380f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00111000 00001111
Octal 102 70 17
Decimal 66 56 15
Hex 42 38 F

RGB Percentages of Color #42380f

%48.18
%40.88
%10.95

CMYK Percentages of Color #42380f

%0
%15
%77
%74

Triadic Colors of #42380f

#42380f #0f4238 #380f42

Analogous Colors of #42380f

#42380f #33420f #421f0f

Monochromatic Colors of #42380f

#42380f

Complementary Color

#42380f #0f1942

#42380f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42380f Color Preview on White Background

Lorem ipsum dolor sit amet.

#42380f Color CSS Codes

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

#42380f Text Font Color

<p style="color:#42380f">Text here</p>

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


#42380f Background Color

<div style="background-color:#42380f">
Div content here</div>

This div background color is #42380f


#42380f Border Color

<div style="border:3px solid #42380f">
Div here</div>

This div border color is #42380f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,56,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #42380f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #42380f;
  -webkit-box-shadow: 1px 1px 3px 2px #42380f;
  box-shadow:         1px 1px 3px 2px #42380f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42380f


Comments

No comments written yet.

Please login to write comment.