Color Hex Logo

#474314 Color Hex

#474314
(71,67,20)
0 Favorites   0 Comments

Color spaces of #474314

RGB 716720
HSL0.150.560.18
HSV55°72°28°
CMYK 0.000.060.72   0.72
XYZ4.73205.40441.4556
Yxy5.40440.40820.4662
Hunter Lab23.2474-4.349212.5608
CIE-Lab27.8572-5.101228.1489

#474314 color RGB value is (71,67,20).

#474314 hex color red value is 71, green value is 67 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #474314 hue: 0.15 , saturation: 0.56 and the lightness value of 474314 is 0.18.

The process color (four color CMYK) of #474314 color hex is 0.00, 0.06, 0.72, 0.72. Web safe color of #474314 is #333300. Color #474314 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01000011 00010100
Octal 107 103 24
Decimal 71 67 20
Hex 47 43 14

RGB Percentages of Color #474314

%44.94
%42.41
%12.66

CMYK Percentages of Color #474314

%0
%6
%72
%72

Triadic Colors of #474314

#474314 #144743 #431447

Analogous Colors of #474314

#474314 #324714 #472a14

Monochromatic Colors of #474314

#474314

Complementary Color

#474314 #141847

#474314 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474314 Color Preview on White Background

Lorem ipsum dolor sit amet.

#474314 Color CSS Codes

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

#474314 Text Font Color

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

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


#474314 Background Color

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

This div background color is #474314


#474314 Border Color

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

This div border color is #474314


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474314


Comments

No comments written yet.

Please login to write comment.