Color Hex Logo

#42673e Color Hex

#42673E
(66,103,62)
0 Favorites   0 Comments

Color spaces of #42673e

RGB 6610362
HSL0.320.250.32
HSV114°40°40°
CMYK 0.360.000.40   0.60
XYZ7.966511.20656.3006
Yxy11.20650.31270.4399
Hunter Lab33.4761-16.104512.2742
CIE-Lab39.9261-22.244519.0666

#42673e color RGB value is (66,103,62).

#42673e hex color red value is 66, green value is 103 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #42673e hue: 0.32 , saturation: 0.25 and the lightness value of 42673e is 0.32.

The process color (four color CMYK) of #42673e color hex is 0.36, 0.00, 0.40, 0.60. Web safe color of #42673e is #336633. Color #42673e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01100111 00111110
Octal 102 147 76
Decimal 66 103 62
Hex 42 67 3E

RGB Percentages of Color #42673e

%28.57
%44.59
%26.84

CMYK Percentages of Color #42673e

%36
%0
%40
%60

Triadic Colors of #42673e

#42673e #3e4267 #673e42

Analogous Colors of #42673e

#42673e #3e674f #57673e

Monochromatic Colors of #42673e

#42673e

Complementary Color

#42673e #633e67

#42673e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42673e Color Preview on White Background

Lorem ipsum dolor sit amet.

#42673e Color CSS Codes

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

#42673e Text Font Color

<p style="color:#42673e">Text here</p>

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


#42673e Background Color

<div style="background-color:#42673e">
Div content here</div>

This div background color is #42673e


#42673e Border Color

<div style="border:3px solid #42673e">
Div here</div>

This div border color is #42673e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,103,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #42673e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #42673e;
  -webkit-box-shadow: 1px 1px 3px 2px #42673e;
  box-shadow:         1px 1px 3px 2px #42673e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42673e


Comments

No comments written yet.

Please login to write comment.