Color Hex Logo

#42630d Color Hex

#42630D
(66,99,13)
0 Favorites   0 Comments

Color spaces of #42630d

RGB 669913
HSL0.230.770.22
HSV83°87°39°
CMYK 0.330.000.87   0.61
XYZ6.781310.11101.9750
Yxy10.11100.35940.5359
Hunter Lab31.7978-17.578718.5759
CIE-Lab38.0409-25.557540.6248

#42630d color RGB value is (66,99,13).

#42630d hex color red value is 66, green value is 99 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #42630d hue: 0.23 , saturation: 0.77 and the lightness value of 42630d is 0.22.

The process color (four color CMYK) of #42630d color hex is 0.33, 0.00, 0.87, 0.61. Web safe color of #42630d is #336600. Color #42630d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01100011 00001101
Octal 102 143 15
Decimal 66 99 13
Hex 42 63 D

RGB Percentages of Color #42630d

%37.08
%55.62
%7.30

CMYK Percentages of Color #42630d

%33
%0
%87
%61

Triadic Colors of #42630d

#42630d #0d4263 #630d42

Analogous Colors of #42630d

#42630d #17630d #63590d

Monochromatic Colors of #42630d

#42630d

Complementary Color

#42630d #2e0d63

#42630d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42630d Color Preview on White Background

Lorem ipsum dolor sit amet.

#42630d Color CSS Codes

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

#42630d Text Font Color

<p style="color:#42630d">Text here</p>

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


#42630d Background Color

<div style="background-color:#42630d">
Div content here</div>

This div background color is #42630d


#42630d Border Color

<div style="border:3px solid #42630d">
Div here</div>

This div border color is #42630d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,99,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #42630d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #42630d;
  -webkit-box-shadow: 1px 1px 3px 2px #42630d;
  box-shadow:         1px 1px 3px 2px #42630d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42630d


Comments

No comments written yet.

Please login to write comment.