Color Hex Logo

#475149 Color Hex

#475149
(71,81,73)
0 Favorites   0 Comments

Color spaces of #475149

RGB 718173
HSL0.370.070.30
HSV132°12°32°
CMYK 0.120.000.10   0.68
XYZ6.74367.70557.4352
Yxy7.70550.30810.3521
Hunter Lab27.7588-5.21383.5503
CIE-Lab33.3619-5.77423.3592

#475149 color RGB value is (71,81,73).

#475149 hex color red value is 71, green value is 81 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #475149 hue: 0.37 , saturation: 0.07 and the lightness value of 475149 is 0.30.

The process color (four color CMYK) of #475149 color hex is 0.12, 0.00, 0.10, 0.68. Web safe color of #475149 is #336633. Color #475149 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01010001 01001001
Octal 107 121 111
Decimal 71 81 73
Hex 47 51 49

RGB Percentages of Color #475149

%31.56
%36.00
%32.44

CMYK Percentages of Color #475149

%12
%0
%10
%68

Triadic Colors of #475149

#475149 #494751 #514947

Analogous Colors of #475149

#475149 #47514e #4a5147

Monochromatic Colors of #475149

#475149

Complementary Color

#475149 #51474f

#475149 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475149 Color Preview on White Background

Lorem ipsum dolor sit amet.

#475149 Color CSS Codes

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

#475149 Text Font Color

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

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


#475149 Background Color

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

This div background color is #475149


#475149 Border Color

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

This div border color is #475149


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475149

#475149 Color Palettes


Comments

No comments written yet.

Please login to write comment.