Color Hex Logo

#463953 Color Hex

#463953
(70,57,83)
0 Favorites   0 Comments

Color spaces of #463953

RGB 705783
HSL0.750.190.27
HSV270°31°33°
CMYK 0.160.310.00   0.67
XYZ5.55024.85298.8278
Yxy4.85290.28860.2523
Hunter Lab22.02936.4211-8.3388
CIE-Lab26.311511.6042-13.6112

#463953 color RGB value is (70,57,83).

#463953 hex color red value is 70, green value is 57 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #463953 hue: 0.75 , saturation: 0.19 and the lightness value of 463953 is 0.27.

The process color (four color CMYK) of #463953 color hex is 0.16, 0.31, 0.00, 0.67. Web safe color of #463953 is #333366. Color #463953 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00111001 01010011
Octal 106 71 123
Decimal 70 57 83
Hex 46 39 53

RGB Percentages of Color #463953

%33.33
%27.14
%39.52

CMYK Percentages of Color #463953

%16
%31
%0
%67

Triadic Colors of #463953

#463953 #534639 #395346

Analogous Colors of #463953

#463953 #533953 #393953

Monochromatic Colors of #463953

#463953

Complementary Color

#463953 #465339

#463953 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#463953 Color Preview on White Background

Lorem ipsum dolor sit amet.

#463953 Color CSS Codes

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

#463953 Text Font Color

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

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


#463953 Background Color

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

This div background color is #463953


#463953 Border Color

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

This div border color is #463953


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #463953


Comments

No comments written yet.

Please login to write comment.