Color Hex Logo

#474118 Color Hex

#474118
(71,65,24)
0 Favorites   0 Comments

Color spaces of #474118

RGB 716524
HSL0.150.490.19
HSV52°66°28°
CMYK 0.000.080.66   0.72
XYZ4.65375.18611.6199
Yxy5.18610.40610.4526
Hunter Lab22.7730-3.376011.7237
CIE-Lab27.2585-3.541025.3941

#474118 color RGB value is (71,65,24).

#474118 hex color red value is 71, green value is 65 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #474118 hue: 0.15 , saturation: 0.49 and the lightness value of 474118 is 0.19.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01000001 00011000
Octal 107 101 30
Decimal 71 65 24
Hex 47 41 18

RGB Percentages of Color #474118

%44.38
%40.63
%15.00

CMYK Percentages of Color #474118

%0
%8
%66
%72

Triadic Colors of #474118

#474118 #184741 #411847

Analogous Colors of #474118

#474118 #364718 #472a18

Monochromatic Colors of #474118

#474118

Complementary Color

#474118 #181e47

#474118 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474118 Color Preview on White Background

Lorem ipsum dolor sit amet.

#474118 Color CSS Codes

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

#474118 Text Font Color

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

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


#474118 Background Color

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

This div background color is #474118


#474118 Border Color

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

This div border color is #474118


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474118


Comments

No comments written yet.

Please login to write comment.