Color Hex Logo

#42655f Color Hex

#42655F
(66,101,95)
0 Favorites   0 Comments

Color spaces of #42655f

RGB 6610195
HSL0.470.210.33
HSV170°35°40°
CMYK 0.350.000.06   0.60
XYZ8.966011.291812.5335
Yxy11.29180.27340.3444
Hunter Lab33.6033-11.17851.4080
CIE-Lab40.0677-14.0616-0.6215

#42655f color RGB value is (66,101,95).

#42655f hex color red value is 66, green value is 101 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #42655f hue: 0.47 , saturation: 0.21 and the lightness value of 42655f is 0.33.

The process color (four color CMYK) of #42655f color hex is 0.35, 0.00, 0.06, 0.60. Web safe color of #42655f is #336666. Color #42655f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01100101 01011111
Octal 102 145 137
Decimal 66 101 95
Hex 42 65 5F

RGB Percentages of Color #42655f

%25.19
%38.55
%36.26

CMYK Percentages of Color #42655f

%35
%0
%6
%60

Triadic Colors of #42655f

#42655f #5f4265 #655f42

Analogous Colors of #42655f

#42655f #425a65 #42654e

Monochromatic Colors of #42655f

#42655f

Complementary Color

#42655f #654248

#42655f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42655f Color Preview on White Background

Lorem ipsum dolor sit amet.

#42655f Color CSS Codes

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

#42655f Text Font Color

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

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


#42655f Background Color

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

This div background color is #42655f


#42655f Border Color

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

This div border color is #42655f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42655f


Comments

No comments written yet.

Please login to write comment.