Color Hex Logo

#42461b Color Hex

#42461B
(66,70,27)
0 Favorites   0 Comments

Color spaces of #42461b

RGB 667027
HSL0.180.440.19
HSV66°61°27°
CMYK 0.060.000.61   0.73
XYZ4.63485.61771.8770
Yxy5.61770.38210.4631
Hunter Lab23.7017-6.572811.8958
CIE-Lab28.4267-8.824324.9326

#42461b color RGB value is (66,70,27).

#42461b hex color red value is 66, green value is 70 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #42461b hue: 0.18 , saturation: 0.44 and the lightness value of 42461b is 0.19.

The process color (four color CMYK) of #42461b color hex is 0.06, 0.00, 0.61, 0.73. Web safe color of #42461b is #333333. Color #42461b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000110 00011011
Octal 102 106 33
Decimal 66 70 27
Hex 42 46 1B

RGB Percentages of Color #42461b

%40.49
%42.94
%16.56

CMYK Percentages of Color #42461b

%6
%0
%61
%73

Triadic Colors of #42461b

#42461b #1b4246 #461b42

Analogous Colors of #42461b

#42461b #2d461b #46351b

Monochromatic Colors of #42461b

#42461b

Complementary Color

#42461b #1f1b46

#42461b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42461b Color Preview on White Background

Lorem ipsum dolor sit amet.

#42461b Color CSS Codes

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

#42461b Text Font Color

<p style="color:#42461b">Text here</p>

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


#42461b Background Color

<div style="background-color:#42461b">
Div content here</div>

This div background color is #42461b


#42461b Border Color

<div style="border:3px solid #42461b">
Div here</div>

This div border color is #42461b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,70,27, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #42461b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #42461b;
  -webkit-box-shadow: 1px 1px 3px 2px #42461b;
  box-shadow:         1px 1px 3px 2px #42461b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42461b


Comments

No comments written yet.

Please login to write comment.