Color Hex Logo

#418475 Color Hex

#418475
(65,132,117)
0 Favorites   0 Comments

Color spaces of #418475

RGB 65132117
HSL0.460.340.39
HSV167°51°52°
CMYK 0.510.000.11   0.48
XYZ13.642118.910719.7607
Yxy18.91070.26080.3615
Hunter Lab43.4864-20.10413.4985
CIE-Lab50.5826-25.20511.5634

#418475 color RGB value is (65,132,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10000100 01110101
Octal 101 204 165
Decimal 65 132 117
Hex 41 84 75

RGB Percentages of Color #418475

%20.70
%42.04
%37.26

CMYK Percentages of Color #418475

%51
%0
%11
%48

Triadic Colors of #418475

#418475 #754184 #847541

Analogous Colors of #418475

#418475 #417284 #418454

Monochromatic Colors of #418475

#418475

Complementary Color

#418475 #844150

#418475 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#418475 Color Preview on White Background

Lorem ipsum dolor sit amet.

#418475 Color CSS Codes

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

#418475 Text Font Color

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

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


#418475 Background Color

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

This div background color is #418475


#418475 Border Color

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

This div border color is #418475


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #418475


Comments

No comments written yet.

Please login to write comment.