Color Hex Logo

#474623 Color Hex

#474623
(71,70,35)
0 Favorites   0 Comments

Color spaces of #474623

RGB 717035
HSL0.160.340.21
HSV58°51°28°
CMYK 0.000.010.51   0.72
XYZ5.09215.84132.4492
Yxy5.84130.38050.4365
Hunter Lab24.1688-4.687410.9099
CIE-Lab29.0085-5.511621.1438

#474623 color RGB value is (71,70,35).

#474623 hex color red value is 71, green value is 70 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #474623 hue: 0.16 , saturation: 0.34 and the lightness value of 474623 is 0.21.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01000110 00100011
Octal 107 106 43
Decimal 71 70 35
Hex 47 46 23

RGB Percentages of Color #474623

%40.34
%39.77
%19.89

CMYK Percentages of Color #474623

%0
%1
%51
%72

Triadic Colors of #474623

#474623 #234746 #462347

Analogous Colors of #474623

#474623 #364723 #473423

Monochromatic Colors of #474623

#474623

Complementary Color

#474623 #232447

#474623 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474623 Color Preview on White Background

Lorem ipsum dolor sit amet.

#474623 Color CSS Codes

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

#474623 Text Font Color

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

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


#474623 Background Color

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

This div background color is #474623


#474623 Border Color

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

This div border color is #474623


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474623


Comments

No comments written yet.

Please login to write comment.