Color Hex Logo

#475741 Color Hex

#475741
(71,87,65)
0 Favorites   0 Comments

Color spaces of #475741

RGB 718765
HSL0.290.140.30
HSV104°25°34°
CMYK 0.180.000.25   0.66
XYZ6.96098.53766.2821
Yxy8.53760.31960.3920
Hunter Lab29.2192-8.60947.7061
CIE-Lab35.0783-10.972910.7841

#475741 color RGB value is (71,87,65).

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

The process color (four color CMYK) of #475741 color hex is 0.18, 0.00, 0.25, 0.66. Web safe color of #475741 is #336633. Color #475741 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01010111 01000001
Octal 107 127 101
Decimal 71 87 65
Hex 47 57 41

RGB Percentages of Color #475741

%31.84
%39.01
%29.15

CMYK Percentages of Color #475741

%18
%0
%25
%66

Triadic Colors of #475741

#475741 #414757 #574147

Analogous Colors of #475741

#475741 #415746 #525741

Monochromatic Colors of #475741

#475741

Complementary Color

#475741 #514157

#475741 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475741 Color Preview on White Background

Lorem ipsum dolor sit amet.

#475741 Color CSS Codes

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

#475741 Text Font Color

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

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


#475741 Background Color

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

This div background color is #475741


#475741 Border Color

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

This div border color is #475741


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475741


Comments

No comments written yet.

Please login to write comment.