Color Hex Logo

#475349 Color Hex

#475349
(71,83,73)
0 Favorites   0 Comments

Color spaces of #475349

RGB 718373
HSL0.360.080.30
HSV130°14°33°
CMYK 0.140.000.12   0.67
XYZ6.89448.00717.4855
Yxy8.00710.30800.3577
Hunter Lab28.2968-6.02874.1235
CIE-Lab33.9977-6.98324.2715

#475349 color RGB value is (71,83,73).

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

The process color (four color CMYK) of #475349 color hex is 0.14, 0.00, 0.12, 0.67. Web safe color of #475349 is #336633. Color #475349 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01010011 01001001
Octal 107 123 111
Decimal 71 83 73
Hex 47 53 49

RGB Percentages of Color #475349

%31.28
%36.56
%32.16

CMYK Percentages of Color #475349

%14
%0
%12
%67

Triadic Colors of #475349

#475349 #494753 #534947

Analogous Colors of #475349

#475349 #47534f #4b5347

Monochromatic Colors of #475349

#475349

Complementary Color

#475349 #534751

#475349 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475349 Color Preview on White Background

Lorem ipsum dolor sit amet.

#475349 Color CSS Codes

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

#475349 Text Font Color

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

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


#475349 Background Color

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

This div background color is #475349


#475349 Border Color

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

This div border color is #475349


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,83,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 #475349">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475349


Comments

No comments written yet.

Please login to write comment.