Color Hex Logo

#475045 Color Hex

#475045
(71,80,69)
1 Favorites   0 Comments

Color spaces of #475045

RGB 718069
HSL0.300.070.29
HSV109°14°31°
CMYK 0.110.000.14   0.69
XYZ6.54147.50666.7344
Yxy7.50660.31480.3612
Hunter Lab27.3982-5.32944.6054
CIE-Lab32.9334-6.01745.2741

#475045 color RGB value is (71,80,69).

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

The process color (four color CMYK) of #475045 color hex is 0.11, 0.00, 0.14, 0.69. Web safe color of #475045 is #336633. Color #475045 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01010000 01000101
Octal 107 120 105
Decimal 71 80 69
Hex 47 50 45

RGB Percentages of Color #475045

%32.27
%36.36
%31.36

CMYK Percentages of Color #475045

%11
%0
%14
%69

Triadic Colors of #475045

#475045 #454750 #504547

Analogous Colors of #475045

#475045 #455049 #4d5045

Monochromatic Colors of #475045

#475045

Complementary Color

#475045 #4e4550

#475045 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475045 Color Preview on White Background

Lorem ipsum dolor sit amet.

#475045 Color CSS Codes

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

#475045 Text Font Color

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

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


#475045 Background Color

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

This div background color is #475045


#475045 Border Color

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

This div border color is #475045


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475045


Comments

No comments written yet.

Please login to write comment.