Color Hex Logo

#473300 Color Hex

#473300
(71,51,0)
0 Favorites   0 Comments

Color spaces of #473300

RGB 71510
HSL0.121.000.14
HSV43°100°28°
CMYK 0.000.281.00   0.72
XYZ3.78243.70720.5162
Yxy3.70720.47250.4631
Hunter Lab19.25411.371111.8883
CIE-Lab22.67883.985931.7180

#473300 color RGB value is (71,51,0).

#473300 hex color red value is 71, green value is 51 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #473300 hue: 0.12 , saturation: 1.00 and the lightness value of 473300 is 0.14.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00110011 00000000
Octal 107 63 0
Decimal 71 51 0
Hex 47 33 0

RGB Percentages of Color #473300

%58.20
%41.80
%0.00

CMYK Percentages of Color #473300

%0
%28
%100
%72

Triadic Colors of #473300

#473300 #004733 #330047

Analogous Colors of #473300

#473300 #384700 #471000

Monochromatic Colors of #473300

#473300

Complementary Color

#473300 #001447

#473300 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#473300 Color Preview on White Background

Lorem ipsum dolor sit amet.

#473300 Color CSS Codes

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

#473300 Text Font Color

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

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


#473300 Background Color

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

This div background color is #473300


#473300 Border Color

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

This div border color is #473300


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #473300


Comments

No comments written yet.

Please login to write comment.