Color Hex Logo

#465104 Color Hex

#465104
(70,81,4)
0 Favorites   0 Comments

Color spaces of #465104

RGB 70814
HSL0.190.910.17
HSV69°95°32°
CMYK 0.140.000.95   0.68
XYZ5.49017.19571.2144
Yxy7.19570.39500.5177
Hunter Lab26.8248-10.410716.0932
CIE-Lab32.2483-14.688338.5016

#465104 color RGB value is (70,81,4).

#465104 hex color red value is 70, green value is 81 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #465104 hue: 0.19 , saturation: 0.91 and the lightness value of 465104 is 0.17.

The process color (four color CMYK) of #465104 color hex is 0.14, 0.00, 0.95, 0.68. Web safe color of #465104 is #336600. Color #465104 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01010001 00000100
Octal 106 121 4
Decimal 70 81 4
Hex 46 51 4

RGB Percentages of Color #465104

%45.16
%52.26
%2.58

CMYK Percentages of Color #465104

%14
%0
%95
%68

Triadic Colors of #465104

#465104 #044651 #510446

Analogous Colors of #465104

#465104 #205104 #513604

Monochromatic Colors of #465104

#465104

Complementary Color

#465104 #0f0451

#465104 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#465104 Color Preview on White Background

Lorem ipsum dolor sit amet.

#465104 Color CSS Codes

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

#465104 Text Font Color

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

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


#465104 Background Color

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

This div background color is #465104


#465104 Border Color

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

This div border color is #465104


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #465104


Comments

No comments written yet.

Please login to write comment.