Color Hex Logo

#804330 Color Hex

#804330
(128,67,48)
0 Favorites   0 Comments

Color spaces of #804330

RGB 1286748
HSL0.040.450.35
HSV14°63°50°
CMYK 0.000.480.63   0.50
XYZ11.44278.81693.8950
Yxy8.81690.47370.3650
Hunter Lab29.693316.824213.0079
CIE-Lab35.629324.347723.1171

#804330 color RGB value is (128,67,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01000011 00110000
Octal 200 103 60
Decimal 128 67 48
Hex 80 43 30

RGB Percentages of Color #804330

%52.67
%27.57
%19.75

CMYK Percentages of Color #804330

%0
%48
%63
%50

Triadic Colors of #804330

#804330 #308043 #433080

Analogous Colors of #804330

#804330 #806b30 #803045

Monochromatic Colors of #804330

#804330

Complementary Color

#804330 #306d80

#804330 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#804330 Color Preview on White Background

Lorem ipsum dolor sit amet.

#804330 Color CSS Codes

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

#804330 Text Font Color

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

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


#804330 Background Color

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

This div background color is #804330


#804330 Border Color

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

This div border color is #804330


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,67,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 #804330">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #804330


Comments

No comments written yet.

Please login to write comment.