Color Hex Logo

#463738 Color Hex

#463738
(70,55,56)
0 Favorites   0 Comments

Color spaces of #463738

RGB 705556
HSL0.990.120.25
HSV356°21°27°
CMYK 0.000.210.20   0.73
XYZ4.60584.32004.3325
Yxy4.32000.34740.3258
Hunter Lab20.78463.18192.1904
CIE-Lab24.70236.84731.8971

#463738 color RGB value is (70,55,56).

#463738 hex color red value is 70, green value is 55 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #463738 hue: 0.99 , saturation: 0.12 and the lightness value of 463738 is 0.25.

The process color (four color CMYK) of #463738 color hex is 0.00, 0.21, 0.20, 0.73. Web safe color of #463738 is #333333. Color #463738 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00110111 00111000
Octal 106 67 70
Decimal 70 55 56
Hex 46 37 38

RGB Percentages of Color #463738

%38.67
%30.39
%30.94

CMYK Percentages of Color #463738

%0
%21
%20
%73

Triadic Colors of #463738

#463738 #384637 #373846

Analogous Colors of #463738

#463738 #463e37 #463740

Monochromatic Colors of #463738

#463738

Complementary Color

#463738 #374645

#463738 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#463738 Color Preview on White Background

Lorem ipsum dolor sit amet.

#463738 Color CSS Codes

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

#463738 Text Font Color

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

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


#463738 Background Color

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

This div background color is #463738


#463738 Border Color

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

This div border color is #463738


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #463738


Comments

No comments written yet.

Please login to write comment.