Color Hex Logo

#474515 Color Hex

#474515
(71,69,21)
0 Favorites   0 Comments

Color spaces of #474515

RGB 716921
HSL0.160.540.18
HSV58°70°28°
CMYK 0.000.030.70   0.72
XYZ4.86205.65001.5438
Yxy5.65000.40330.4687
Hunter Lab23.7697-5.085612.7880
CIE-Lab28.5117-6.253328.3374

#474515 color RGB value is (71,69,21).

#474515 hex color red value is 71, green value is 69 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #474515 hue: 0.16 , saturation: 0.54 and the lightness value of 474515 is 0.18.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01000101 00010101
Octal 107 105 25
Decimal 71 69 21
Hex 47 45 15

RGB Percentages of Color #474515

%44.10
%42.86
%13.04

CMYK Percentages of Color #474515

%0
%3
%70
%72

Triadic Colors of #474515

#474515 #154745 #451547

Analogous Colors of #474515

#474515 #304715 #472c15

Monochromatic Colors of #474515

#474515

Complementary Color

#474515 #151747

#474515 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474515 Color Preview on White Background

Lorem ipsum dolor sit amet.

#474515 Color CSS Codes

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

#474515 Text Font Color

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

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


#474515 Background Color

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

This div background color is #474515


#474515 Border Color

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

This div border color is #474515


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474515


Comments

No comments written yet.

Please login to write comment.