Color Hex Logo

#782309 Color Hex

#782309
(120,35,9)
0 Favorites   0 Comments

Color spaces of #782309

RGB 120359
HSL0.040.860.25
HSV14°93°47°
CMYK 0.000.710.93   0.53
XYZ8.39615.21490.8225
Yxy5.21490.58170.3613
Hunter Lab22.836225.665313.8498
CIE-Lab27.338435.877335.3707

#782309 color RGB value is (120,35,9).

#782309 hex color red value is 120, green value is 35 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #782309 hue: 0.04 , saturation: 0.86 and the lightness value of 782309 is 0.25.

The process color (four color CMYK) of #782309 color hex is 0.00, 0.71, 0.93, 0.53. Web safe color of #782309 is #663300. Color #782309 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00100011 00001001
Octal 170 43 11
Decimal 120 35 9
Hex 78 23 9

RGB Percentages of Color #782309

%73.17
%21.34
%5.49

CMYK Percentages of Color #782309

%0
%71
%93
%53

Triadic Colors of #782309

#782309 #097823 #230978

Analogous Colors of #782309

#782309 #785b09 #780926

Monochromatic Colors of #782309

#782309

Complementary Color

#782309 #095e78

#782309 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#782309 Color Preview on White Background

Lorem ipsum dolor sit amet.

#782309 Color CSS Codes

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

#782309 Text Font Color

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

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


#782309 Background Color

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

This div background color is #782309


#782309 Border Color

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

This div border color is #782309


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,35,9, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #782309; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #782309;
  -webkit-box-shadow: 1px 1px 3px 2px #782309;
  box-shadow:         1px 1px 3px 2px #782309; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,35,9, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #782309


Comments

No comments written yet.

Please login to write comment.