Color Hex Logo

#463623 Color Hex

#463623
(70,54,35)
0 Favorites   0 Comments

Color spaces of #463623

RGB 705435
HSL0.090.330.21
HSV33°50°27°
CMYK 0.000.230.50   0.73
XYZ4.14834.06182.1555
Yxy4.06180.40020.3919
Hunter Lab20.15391.47157.7666
CIE-Lab23.87474.167314.6459

#463623 color RGB value is (70,54,35).

#463623 hex color red value is 70, green value is 54 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #463623 hue: 0.09 , saturation: 0.33 and the lightness value of 463623 is 0.21.

The process color (four color CMYK) of #463623 color hex is 0.00, 0.23, 0.50, 0.73. Web safe color of #463623 is #333333. Color #463623 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00110110 00100011
Octal 106 66 43
Decimal 70 54 35
Hex 46 36 23

RGB Percentages of Color #463623

%44.03
%33.96
%22.01

CMYK Percentages of Color #463623

%0
%23
%50
%73

Triadic Colors of #463623

#463623 #234636 #362346

Analogous Colors of #463623

#463623 #454623 #462523

Monochromatic Colors of #463623

#463623

Complementary Color

#463623 #233346

#463623 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#463623 Color Preview on White Background

Lorem ipsum dolor sit amet.

#463623 Color CSS Codes

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

#463623 Text Font Color

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

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


#463623 Background Color

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

This div background color is #463623


#463623 Border Color

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

This div border color is #463623


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #463623


Comments

No comments written yet.

Please login to write comment.