Color Hex Logo

#42674f Color Hex

#42674F
(66,103,79)
0 Favorites   0 Comments

Color spaces of #42674f

RGB 6610379
HSL0.390.220.33
HSV141°36°40°
CMYK 0.360.000.23   0.60
XYZ8.508311.42339.1536
Yxy11.42330.29250.3928
Hunter Lab33.7984-14.21217.6014
CIE-Lab40.2845-18.93709.4281

#42674f color RGB value is (66,103,79).

#42674f hex color red value is 66, green value is 103 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #42674f hue: 0.39 , saturation: 0.22 and the lightness value of 42674f is 0.33.

The process color (four color CMYK) of #42674f color hex is 0.36, 0.00, 0.23, 0.60. Web safe color of #42674f is #336666. Color #42674f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01100111 01001111
Octal 102 147 117
Decimal 66 103 79
Hex 42 67 4F

RGB Percentages of Color #42674f

%26.61
%41.53
%31.85

CMYK Percentages of Color #42674f

%36
%0
%23
%60

Triadic Colors of #42674f

#42674f #4f4267 #674f42

Analogous Colors of #42674f

#42674f #426762 #486742

Monochromatic Colors of #42674f

#42674f

Complementary Color

#42674f #67425a

#42674f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42674f Color Preview on White Background

Lorem ipsum dolor sit amet.

#42674f Color CSS Codes

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

#42674f Text Font Color

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

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


#42674f Background Color

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

This div background color is #42674f


#42674f Border Color

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

This div border color is #42674f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42674f


Comments

No comments written yet.

Please login to write comment.