Color Hex Logo

#90463e Color Hex

#90463E
(144,70,62)
1 Favorites   0 Comments

Color spaces of #90463e

RGB 1447062
HSL0.020.400.40
HSV57°56°
CMYK 0.000.510.57   0.44
XYZ14.561310.65745.8471
Yxy10.65740.46870.3431
Hunter Lab32.645722.488312.2327
CIE-Lab38.997330.483619.3676

#90463e color RGB value is (144,70,62).

#90463e hex color red value is 144, green value is 70 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #90463e hue: 0.02 , saturation: 0.40 and the lightness value of 90463e is 0.40.

The process color (four color CMYK) of #90463e color hex is 0.00, 0.51, 0.57, 0.44. Web safe color of #90463e is #993333. Color #90463e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 01000110 00111110
Octal 220 106 76
Decimal 144 70 62
Hex 90 46 3E

RGB Percentages of Color #90463e

%52.17
%25.36
%22.46

CMYK Percentages of Color #90463e

%0
%51
%57
%44

Triadic Colors of #90463e

#90463e #3e9046 #463e90

Analogous Colors of #90463e

#90463e #906f3e #903e5f

Monochromatic Colors of #90463e

#90463e

Complementary Color

#90463e #3e8890

#90463e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90463e Color Preview on White Background

Lorem ipsum dolor sit amet.

#90463e Color CSS Codes

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

#90463e Text Font Color

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

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


#90463e Background Color

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

This div background color is #90463e


#90463e Border Color

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

This div border color is #90463e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90463e

#90463e Color Palettes


Comments

No comments written yet.

Please login to write comment.