Color Hex Logo

#475846 Color Hex

#475846
(71,88,70)
0 Favorites   0 Comments

Color spaces of #475846

RGB 718870
HSL0.320.110.31
HSV117°20°35°
CMYK 0.190.000.20   0.65
XYZ7.19378.76127.1063
Yxy8.76120.31190.3799
Hunter Lab29.5993-8.41696.4850
CIE-Lab35.5204-10.57188.3044

#475846 color RGB value is (71,88,70).

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

The process color (four color CMYK) of #475846 color hex is 0.19, 0.00, 0.20, 0.65. Web safe color of #475846 is #336633. Color #475846 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01011000 01000110
Octal 107 130 106
Decimal 71 88 70
Hex 47 58 46

RGB Percentages of Color #475846

%31.00
%38.43
%30.57

CMYK Percentages of Color #475846

%19
%0
%20
%65

Triadic Colors of #475846

#475846 #464758 #584647

Analogous Colors of #475846

#475846 #46584e #505846

Monochromatic Colors of #475846

#475846

Complementary Color

#475846 #574658

#475846 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475846 Color Preview on White Background

Lorem ipsum dolor sit amet.

#475846 Color CSS Codes

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

#475846 Text Font Color

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

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


#475846 Background Color

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

This div background color is #475846


#475846 Border Color

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

This div border color is #475846


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475846


Comments

No comments written yet.

Please login to write comment.