Color Hex Logo

#417d0d Color Hex

#417D0D
(65,125,13)
0 Favorites   0 Comments

Color spaces of #417d0d

RGB 6512513
HSL0.260.810.27
HSV92°90°49°
CMYK 0.480.000.90   0.51
XYZ9.586215.82012.9291
Yxy15.82010.33830.5583
Hunter Lab39.7745-26.584423.4759
CIE-Lab46.7376-37.679748.2414

#417d0d color RGB value is (65,125,13).

#417d0d hex color red value is 65, green value is 125 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #417d0d hue: 0.26 , saturation: 0.81 and the lightness value of 417d0d is 0.27.

The process color (four color CMYK) of #417d0d color hex is 0.48, 0.00, 0.90, 0.51. Web safe color of #417d0d is #336600. Color #417d0d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01111101 00001101
Octal 101 175 15
Decimal 65 125 13
Hex 41 7D D

RGB Percentages of Color #417d0d

%32.02
%61.58
%6.40

CMYK Percentages of Color #417d0d

%48
%0
%90
%51

Triadic Colors of #417d0d

#417d0d #0d417d #7d0d41

Analogous Colors of #417d0d

#417d0d #0d7d11 #797d0d

Monochromatic Colors of #417d0d

#417d0d

Complementary Color

#417d0d #490d7d

#417d0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#417d0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#417d0d Color CSS Codes

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

#417d0d Text Font Color

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

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


#417d0d Background Color

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

This div background color is #417d0d


#417d0d Border Color

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

This div border color is #417d0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #417d0d


Comments

No comments written yet.

Please login to write comment.