Color Hex Logo

#42621c Color Hex

#42621C
(66,98,28)
0 Favorites   0 Comments

Color spaces of #42621c

RGB 669828
HSL0.240.560.25
HSV87°71°38°
CMYK 0.330.000.71   0.62
XYZ6.82419.97752.6648
Yxy9.97750.35060.5125
Hunter Lab31.5872-16.714417.1091
CIE-Lab37.8020-24.092434.6948

#42621c color RGB value is (66,98,28).

#42621c hex color red value is 66, green value is 98 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #42621c hue: 0.24 , saturation: 0.56 and the lightness value of 42621c is 0.25.

The process color (four color CMYK) of #42621c color hex is 0.33, 0.00, 0.71, 0.62. Web safe color of #42621c is #336633. Color #42621c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01100010 00011100
Octal 102 142 34
Decimal 66 98 28
Hex 42 62 1C

RGB Percentages of Color #42621c

%34.38
%51.04
%14.58

CMYK Percentages of Color #42621c

%33
%0
%71
%62

Triadic Colors of #42621c

#42621c #1c4262 #621c42

Analogous Colors of #42621c

#42621c #1f621c #625f1c

Monochromatic Colors of #42621c

#42621c

Complementary Color

#42621c #3c1c62

#42621c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42621c Color Preview on White Background

Lorem ipsum dolor sit amet.

#42621c Color CSS Codes

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

#42621c Text Font Color

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

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


#42621c Background Color

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

This div background color is #42621c


#42621c Border Color

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

This div border color is #42621c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42621c


Comments

No comments written yet.

Please login to write comment.