Color Hex Logo

#41837a Color Hex

#41837A
(65,131,122)
0 Favorites   0 Comments

Color spaces of #41837a

RGB 65131122
HSL0.480.340.38
HSV172°50°51°
CMYK 0.500.000.07   0.49
XYZ13.809118.761621.3059
Yxy18.76160.25630.3482
Hunter Lab43.3147-18.89331.1563
CIE-Lab50.4071-23.3849-1.6168

#41837a color RGB value is (65,131,122).

#41837a hex color red value is 65, green value is 131 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #41837a hue: 0.48 , saturation: 0.34 and the lightness value of 41837a is 0.38.

The process color (four color CMYK) of #41837a color hex is 0.50, 0.00, 0.07, 0.49. Web safe color of #41837a is #339966. Color #41837a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10000011 01111010
Octal 101 203 172
Decimal 65 131 122
Hex 41 83 7A

RGB Percentages of Color #41837a

%20.44
%41.19
%38.36

CMYK Percentages of Color #41837a

%50
%0
%7
%49

Triadic Colors of #41837a

#41837a #7a4183 #837a41

Analogous Colors of #41837a

#41837a #416b83 #418359

Monochromatic Colors of #41837a

#41837a

Complementary Color

#41837a #83414a

#41837a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41837a Color Preview on White Background

Lorem ipsum dolor sit amet.

#41837a Color CSS Codes

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

#41837a Text Font Color

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

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


#41837a Background Color

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

This div background color is #41837a


#41837a Border Color

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

This div border color is #41837a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41837a


Comments

No comments written yet.

Please login to write comment.