Color Hex Logo

#41813f Color Hex

#41813F
(65,129,63)
0 Favorites   0 Comments

Color spaces of #41813f

RGB 6512963
HSL0.330.340.38
HSV118°51°51°
CMYK 0.500.000.51   0.49
XYZ10.927417.18327.4434
Yxy17.18320.30730.4833
Hunter Lab41.4526-25.487418.3705
CIE-Lab48.4900-34.849429.4122

#41813f color RGB value is (65,129,63).

#41813f hex color red value is 65, green value is 129 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #41813f hue: 0.33 , saturation: 0.34 and the lightness value of 41813f is 0.38.

The process color (four color CMYK) of #41813f color hex is 0.50, 0.00, 0.51, 0.49. Web safe color of #41813f is #339933. Color #41813f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10000001 00111111
Octal 101 201 77
Decimal 65 129 63
Hex 41 81 3F

RGB Percentages of Color #41813f

%25.29
%50.19
%24.51

CMYK Percentages of Color #41813f

%50
%0
%51
%49

Triadic Colors of #41813f

#41813f #3f4181 #813f41

Analogous Colors of #41813f

#41813f #3f815e #62813f

Monochromatic Colors of #41813f

#41813f

Complementary Color

#41813f #7f3f81

#41813f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41813f Color Preview on White Background

Lorem ipsum dolor sit amet.

#41813f Color CSS Codes

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

#41813f Text Font Color

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

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


#41813f Background Color

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

This div background color is #41813f


#41813f Border Color

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

This div border color is #41813f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41813f


Comments

No comments written yet.

Please login to write comment.