Color Hex Logo

#803430 Color Hex

#803430
(128,52,48)
0 Favorites   0 Comments

Color spaces of #803430

RGB 1285248
HSL0.010.450.35
HSV63°50°
CMYK 0.000.590.63   0.50
XYZ10.66367.25863.6353
Yxy7.25860.49470.3367
Hunter Lab26.941823.502410.8592
CIE-Lab32.388532.581319.0278

#803430 color RGB value is (128,52,48).

#803430 hex color red value is 128, green value is 52 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #803430 hue: 0.01 , saturation: 0.45 and the lightness value of 803430 is 0.35.

The process color (four color CMYK) of #803430 color hex is 0.00, 0.59, 0.63, 0.50. Web safe color of #803430 is #993333. Color #803430 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00110100 00110000
Octal 200 64 60
Decimal 128 52 48
Hex 80 34 30

RGB Percentages of Color #803430

%56.14
%22.81
%21.05

CMYK Percentages of Color #803430

%0
%59
%63
%50

Triadic Colors of #803430

#803430 #308034 #343080

Analogous Colors of #803430

#803430 #805c30 #803054

Monochromatic Colors of #803430

#803430

Complementary Color

#803430 #307c80

#803430 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803430 Color Preview on White Background

Lorem ipsum dolor sit amet.

#803430 Color CSS Codes

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

#803430 Text Font Color

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

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


#803430 Background Color

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

This div background color is #803430


#803430 Border Color

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

This div border color is #803430


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,52,48, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #803430; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #803430;
  -webkit-box-shadow: 1px 1px 3px 2px #803430;
  box-shadow:         1px 1px 3px 2px #803430; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,52,48, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803430


Comments

No comments written yet.

Please login to write comment.