Color Hex Logo

#42684b Color Hex

#42684B
(66,104,75)
0 Favorites   0 Comments

Color spaces of #42684b

RGB 6610475
HSL0.370.220.33
HSV134°37°41°
CMYK 0.370.000.28   0.59
XYZ8.467111.56698.4430
Yxy11.56690.29730.4062
Hunter Lab34.0101-15.07879.0884
CIE-Lab40.5193-20.310912.1615

#42684b color RGB value is (66,104,75).

#42684b hex color red value is 66, green value is 104 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #42684b hue: 0.37 , saturation: 0.22 and the lightness value of 42684b is 0.33.

The process color (four color CMYK) of #42684b color hex is 0.37, 0.00, 0.28, 0.59. Web safe color of #42684b is #336633. Color #42684b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01101000 01001011
Octal 102 150 113
Decimal 66 104 75
Hex 42 68 4B

RGB Percentages of Color #42684b

%26.94
%42.45
%30.61

CMYK Percentages of Color #42684b

%37
%0
%28
%59

Triadic Colors of #42684b

#42684b #4b4268 #684b42

Analogous Colors of #42684b

#42684b #42685e #4c6842

Monochromatic Colors of #42684b

#42684b

Complementary Color

#42684b #68425f

#42684b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42684b Color Preview on White Background

Lorem ipsum dolor sit amet.

#42684b Color CSS Codes

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

#42684b Text Font Color

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

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


#42684b Background Color

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

This div background color is #42684b


#42684b Border Color

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

This div border color is #42684b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42684b


Comments

No comments written yet.

Please login to write comment.