Color Hex Logo

#41630d Color Hex

#41630D
(65,99,13)
0 Favorites   0 Comments

Color spaces of #41630d

RGB 659913
HSL0.230.770.22
HSV84°87°39°
CMYK 0.340.000.87   0.61
XYZ6.714510.07661.9719
Yxy10.07660.35790.5370
Hunter Lab31.7437-17.794618.5375
CIE-Lab37.9796-25.976240.5466

#41630d color RGB value is (65,99,13).

#41630d hex color red value is 65, green value is 99 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #41630d hue: 0.23 , saturation: 0.77 and the lightness value of 41630d is 0.22.

The process color (four color CMYK) of #41630d color hex is 0.34, 0.00, 0.87, 0.61. Web safe color of #41630d is #336600. Color #41630d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01100011 00001101
Octal 101 143 15
Decimal 65 99 13
Hex 41 63 D

RGB Percentages of Color #41630d

%36.72
%55.93
%7.34

CMYK Percentages of Color #41630d

%34
%0
%87
%61

Triadic Colors of #41630d

#41630d #0d4163 #630d41

Analogous Colors of #41630d

#41630d #16630d #635a0d

Monochromatic Colors of #41630d

#41630d

Complementary Color

#41630d #2f0d63

#41630d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41630d Color Preview on White Background

Lorem ipsum dolor sit amet.

#41630d Color CSS Codes

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

#41630d Text Font Color

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

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


#41630d Background Color

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

This div background color is #41630d


#41630d Border Color

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

This div border color is #41630d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,99,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 #41630d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41630d


Comments

No comments written yet.

Please login to write comment.