Color Hex Logo

#41847f Color Hex

#41847F
(65,132,127)
0 Favorites   0 Comments

Color spaces of #41847f

RGB 65132127
HSL0.490.340.39
HSV176°51°52°
CMYK 0.510.000.04   0.48
XYZ14.262019.158723.0250
Yxy19.15870.25270.3394
Hunter Lab43.7707-18.4371-0.5493
CIE-Lab50.8724-22.5476-3.8572

#41847f color RGB value is (65,132,127).

#41847f hex color red value is 65, green value is 132 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #41847f hue: 0.49 , saturation: 0.34 and the lightness value of 41847f is 0.39.

The process color (four color CMYK) of #41847f color hex is 0.51, 0.00, 0.04, 0.48. Web safe color of #41847f is #339966. Color #41847f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10000100 01111111
Octal 101 204 177
Decimal 65 132 127
Hex 41 84 7F

RGB Percentages of Color #41847f

%20.06
%40.74
%39.20

CMYK Percentages of Color #41847f

%51
%0
%4
%48

Triadic Colors of #41847f

#41847f #7f4184 #847f41

Analogous Colors of #41847f

#41847f #416884 #41845e

Monochromatic Colors of #41847f

#41847f

Complementary Color

#41847f #844146

#41847f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41847f Color Preview on White Background

Lorem ipsum dolor sit amet.

#41847f Color CSS Codes

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

#41847f Text Font Color

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

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


#41847f Background Color

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

This div background color is #41847f


#41847f Border Color

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

This div border color is #41847f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41847f


Comments

No comments written yet.

Please login to write comment.