Color Hex Logo

#415247 Color Hex

#415247
(65,82,71)
0 Favorites   0 Comments

Color spaces of #415247

RGB 658271
HSL0.390.120.29
HSV141°21°32°
CMYK 0.210.000.13   0.68
XYZ6.33467.61337.0969
Yxy7.61330.30100.3618
Hunter Lab27.5922-7.30654.0648
CIE-Lab33.1642-9.19454.2775

#415247 color RGB value is (65,82,71).

#415247 hex color red value is 65, green value is 82 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #415247 hue: 0.39 , saturation: 0.12 and the lightness value of 415247 is 0.29.

The process color (four color CMYK) of #415247 color hex is 0.21, 0.00, 0.13, 0.68. Web safe color of #415247 is #336633. Color #415247 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01010010 01000111
Octal 101 122 107
Decimal 65 82 71
Hex 41 52 47

RGB Percentages of Color #415247

%29.82
%37.61
%32.57

CMYK Percentages of Color #415247

%21
%0
%13
%68

Triadic Colors of #415247

#415247 #474152 #524741

Analogous Colors of #415247

#415247 #415250 #445241

Monochromatic Colors of #415247

#415247

Complementary Color

#415247 #52414c

#415247 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#415247 Color Preview on White Background

Lorem ipsum dolor sit amet.

#415247 Color CSS Codes

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

#415247 Text Font Color

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

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


#415247 Background Color

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

This div background color is #415247


#415247 Border Color

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

This div border color is #415247


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #415247


Comments

No comments written yet.

Please login to write comment.