Color Hex Logo

#415801 Color Hex

#415801
(65,88,1)
0 Favorites   0 Comments

Color spaces of #415801

RGB 65881
HSL0.210.980.17
HSV76°99°35°
CMYK 0.260.000.99   0.65
XYZ5.67528.10551.2941
Yxy8.10550.37650.5377
Hunter Lab28.4702-14.240917.2341
CIE-Lab34.2016-20.959540.9124

#415801 color RGB value is (65,88,1).

#415801 hex color red value is 65, green value is 88 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #415801 hue: 0.21 , saturation: 0.98 and the lightness value of 415801 is 0.17.

The process color (four color CMYK) of #415801 color hex is 0.26, 0.00, 0.99, 0.65. Web safe color of #415801 is #336600. Color #415801 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01011000 00000001
Octal 101 130 1
Decimal 65 88 1
Hex 41 58 1

RGB Percentages of Color #415801

%42.21
%57.14
%0.65

CMYK Percentages of Color #415801

%26
%0
%99
%65

Triadic Colors of #415801

#415801 #014158 #580141

Analogous Colors of #415801

#415801 #155801 #584401

Monochromatic Colors of #415801

#415801

Complementary Color

#415801 #180158

#415801 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#415801 Color Preview on White Background

Lorem ipsum dolor sit amet.

#415801 Color CSS Codes

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

#415801 Text Font Color

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

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


#415801 Background Color

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

This div background color is #415801


#415801 Border Color

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

This div border color is #415801


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #415801


Comments

No comments written yet.

Please login to write comment.