Color Hex Logo

#474734 Color Hex

#474734
(71,71,52)
0 Favorites   0 Comments

Color spaces of #474734

RGB 717152
HSL0.170.150.24
HSV60°27°28°
CMYK 0.000.000.27   0.72
XYZ5.47166.09404.1367
Yxy6.09400.34850.3881
Hunter Lab24.6860-3.63647.3448
CIE-Lab29.6484-3.699011.4692

#474734 color RGB value is (71,71,52).

#474734 hex color red value is 71, green value is 71 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #474734 hue: 0.17 , saturation: 0.15 and the lightness value of 474734 is 0.24.

The process color (four color CMYK) of #474734 color hex is 0.00, 0.00, 0.27, 0.72. Web safe color of #474734 is #333333. Color #474734 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01000111 00110100
Octal 107 107 64
Decimal 71 71 52
Hex 47 47 34

RGB Percentages of Color #474734

%36.60
%36.60
%26.80

CMYK Percentages of Color #474734

%0
%0
%27
%72

Triadic Colors of #474734

#474734 #344747 #473447

Analogous Colors of #474734

#474734 #3e4734 #473e34

Monochromatic Colors of #474734

#474734

Complementary Color

#474734 #343447

#474734 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474734 Color Preview on White Background

Lorem ipsum dolor sit amet.

#474734 Color CSS Codes

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

#474734 Text Font Color

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

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


#474734 Background Color

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

This div background color is #474734


#474734 Border Color

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

This div border color is #474734


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474734


Comments

No comments written yet.

Please login to write comment.