Color Hex Logo

#483211 Color Hex

#483211
(72,50,17)
0 Favorites   0 Comments

Color spaces of #483211

RGB 725017
HSL0.100.620.17
HSV36°76°28°
CMYK 0.000.310.76   0.72
XYZ3.91433.69941.0381
Yxy3.69940.45240.4276
Hunter Lab19.23382.667610.2636
CIE-Lab22.65176.064624.2320

#483211 color RGB value is (72,50,17).

#483211 hex color red value is 72, green value is 50 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #483211 hue: 0.10 , saturation: 0.62 and the lightness value of 483211 is 0.17.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00110010 00010001
Octal 110 62 21
Decimal 72 50 17
Hex 48 32 11

RGB Percentages of Color #483211

%51.80
%35.97
%12.23

CMYK Percentages of Color #483211

%0
%31
%76
%72

Triadic Colors of #483211

#483211 #114832 #321148

Analogous Colors of #483211

#483211 #434811 #481711

Monochromatic Colors of #483211

#483211

Complementary Color

#483211 #112748

#483211 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#483211 Color Preview on White Background

Lorem ipsum dolor sit amet.

#483211 Color CSS Codes

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

#483211 Text Font Color

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

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


#483211 Background Color

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

This div background color is #483211


#483211 Border Color

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

This div border color is #483211


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,50,17, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #483211; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #483211;
  -webkit-box-shadow: 1px 1px 3px 2px #483211;
  box-shadow:         1px 1px 3px 2px #483211; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,50,17, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #483211


Comments

No comments written yet.

Please login to write comment.