Color Hex Logo

#475246 Color Hex

#475246
(71,82,70)
0 Favorites   0 Comments

Color spaces of #475246

RGB 718270
HSL0.320.080.30
HSV115°15°32°
CMYK 0.130.000.15   0.68
XYZ6.72137.81646.9488
Yxy7.81640.31280.3638
Hunter Lab27.9578-6.01334.8342
CIE-Lab33.5976-7.01855.5885

#475246 color RGB value is (71,82,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01010010 01000110
Octal 107 122 106
Decimal 71 82 70
Hex 47 52 46

RGB Percentages of Color #475246

%31.84
%36.77
%31.39

CMYK Percentages of Color #475246

%13
%0
%15
%68

Triadic Colors of #475246

#475246 #464752 #524647

Analogous Colors of #475246

#475246 #46524b #4d5246

Monochromatic Colors of #475246

#475246

Complementary Color

#475246 #514652

#475246 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475246 Color Preview on White Background

Lorem ipsum dolor sit amet.

#475246 Color CSS Codes

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

#475246 Text Font Color

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

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


#475246 Background Color

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

This div background color is #475246


#475246 Border Color

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

This div border color is #475246


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475246


Comments

No comments written yet.

Please login to write comment.