Color Hex Logo

#465555 Color Hex

#465555
(70,85,85)
0 Favorites   0 Comments

Color spaces of #465555

RGB 708585
HSL0.500.100.30
HSV180°18°33°
CMYK 0.180.000.00   0.67
XYZ7.41408.45509.8355
Yxy8.45500.28840.3289
Hunter Lab29.0775-5.37270.2993
CIE-Lab34.9131-5.8167-1.9567

#465555 color RGB value is (70,85,85).

#465555 hex color red value is 70, green value is 85 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #465555 hue: 0.50 , saturation: 0.10 and the lightness value of 465555 is 0.30.

The process color (four color CMYK) of #465555 color hex is 0.18, 0.00, 0.00, 0.67. Web safe color of #465555 is #336666. Color #465555 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01010101 01010101
Octal 106 125 125
Decimal 70 85 85
Hex 46 55 55

RGB Percentages of Color #465555

%29.17
%35.42
%35.42

CMYK Percentages of Color #465555

%18
%0
%0
%67

Triadic Colors of #465555

#465555 #554655 #555546

Analogous Colors of #465555

#465555 #464e55 #46554e

Monochromatic Colors of #465555

#465555

Complementary Color

#465555 #554646

#465555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#465555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#465555 Color CSS Codes

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

#465555 Text Font Color

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

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


#465555 Background Color

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

This div background color is #465555


#465555 Border Color

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

This div border color is #465555


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,85,85, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #465555; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #465555;
  -webkit-box-shadow: 1px 1px 3px 2px #465555;
  box-shadow:         1px 1px 3px 2px #465555; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #465555


Comments

No comments written yet.

Please login to write comment.