Color Hex Logo

#41825f Color Hex

#41825F
(65,130,95)
0 Favorites   0 Comments

Color spaces of #41825f

RGB 6513095
HSL0.410.330.38
HSV148°50°51°
CMYK 0.500.000.27   0.49
XYZ12.228217.915313.6400
Yxy17.91530.27930.4092
Hunter Lab42.3265-22.502310.5219
CIE-Lab49.3932-29.454512.6744

#41825f color RGB value is (65,130,95).

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

The process color (four color CMYK) of #41825f color hex is 0.50, 0.00, 0.27, 0.49. Web safe color of #41825f is #339966. Color #41825f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10000010 01011111
Octal 101 202 137
Decimal 65 130 95
Hex 41 82 5F

RGB Percentages of Color #41825f

%22.41
%44.83
%32.76

CMYK Percentages of Color #41825f

%50
%0
%27
%49

Triadic Colors of #41825f

#41825f #5f4182 #825f41

Analogous Colors of #41825f

#41825f #418280 #448241

Monochromatic Colors of #41825f

#41825f

Complementary Color

#41825f #824164

#41825f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41825f Color Preview on White Background

Lorem ipsum dolor sit amet.

#41825f Color CSS Codes

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

#41825f Text Font Color

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

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


#41825f Background Color

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

This div background color is #41825f


#41825f Border Color

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

This div border color is #41825f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41825f


Comments

No comments written yet.

Please login to write comment.