Color Hex Logo

#803514 Color Hex

#803514
(128,53,20)
0 Favorites   0 Comments

Color spaces of #803514

RGB 1285320
HSL0.050.730.29
HSV18°84°50°
CMYK 0.000.590.84   0.50
XYZ10.30157.18591.5059
Yxy7.18590.54240.3783
Hunter Lab26.806521.684515.4339
CIE-Lab32.226430.518935.1415

#803514 color RGB value is (128,53,20).

#803514 hex color red value is 128, green value is 53 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #803514 hue: 0.05 , saturation: 0.73 and the lightness value of 803514 is 0.29.

The process color (four color CMYK) of #803514 color hex is 0.00, 0.59, 0.84, 0.50. Web safe color of #803514 is #993300. Color #803514 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00110101 00010100
Octal 200 65 24
Decimal 128 53 20
Hex 80 35 14

RGB Percentages of Color #803514

%63.68
%26.37
%9.95

CMYK Percentages of Color #803514

%0
%59
%84
%50

Triadic Colors of #803514

#803514 #148035 #351480

Analogous Colors of #803514

#803514 #806b14 #801429

Monochromatic Colors of #803514

#803514

Complementary Color

#803514 #145f80

#803514 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803514 Color Preview on White Background

Lorem ipsum dolor sit amet.

#803514 Color CSS Codes

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

#803514 Text Font Color

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

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


#803514 Background Color

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

This div background color is #803514


#803514 Border Color

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

This div border color is #803514


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803514


Comments

No comments written yet.

Please login to write comment.