Color Hex Logo

#450400 Color Hex

#450400
(69,4,0)
0 Favorites   0 Comments

Color spaces of #450400

RGB 6940
HSL0.011.000.14
HSV100°27°
CMYK 0.000.941.00   0.73
XYZ2.49771.35200.1293
Yxy1.35200.62770.3398
Hunter Lab11.627617.99517.4800
CIE-Lab11.634429.538118.2099

#450400 color RGB value is (69,4,0).

#450400 hex color red value is 69, green value is 4 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #450400 hue: 0.01 , saturation: 1.00 and the lightness value of 450400 is 0.14.

The process color (four color CMYK) of #450400 color hex is 0.00, 0.94, 1.00, 0.73. Web safe color of #450400 is #330000. Color #450400 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 00000100 00000000
Octal 105 4 0
Decimal 69 4 0
Hex 45 4 0

RGB Percentages of Color #450400

%94.52
%5.48
%0.00

CMYK Percentages of Color #450400

%0
%94
%100
%73

Triadic Colors of #450400

#450400 #004504 #040045

Analogous Colors of #450400

#450400 #452700 #45001e

Monochromatic Colors of #450400

#450400

Complementary Color

#450400 #004145

#450400 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#450400 Color Preview on White Background

Lorem ipsum dolor sit amet.

#450400 Color CSS Codes

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

#450400 Text Font Color

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

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


#450400 Background Color

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

This div background color is #450400


#450400 Border Color

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

This div border color is #450400


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #450400


Comments

No comments written yet.

Please login to write comment.