Color Hex Logo

#782310 Color Hex

#782310
(120,35,16)
0 Favorites   0 Comments

Color spaces of #782310

RGB 1203516
HSL0.030.760.27
HSV11°87°47°
CMYK 0.000.710.87   0.53
XYZ8.44035.23251.0553
Yxy5.23250.57310.3553
Hunter Lab22.874725.832313.2770
CIE-Lab27.387136.057532.1636

#782310 color RGB value is (120,35,16).

#782310 hex color red value is 120, green value is 35 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #782310 hue: 0.03 , saturation: 0.76 and the lightness value of 782310 is 0.27.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00100011 00010000
Octal 170 43 20
Decimal 120 35 16
Hex 78 23 10

RGB Percentages of Color #782310

%70.18
%20.47
%9.36

CMYK Percentages of Color #782310

%0
%71
%87
%53

Triadic Colors of #782310

#782310 #107823 #231078

Analogous Colors of #782310

#782310 #785710 #781031

Monochromatic Colors of #782310

#782310

Complementary Color

#782310 #106578

#782310 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#782310 Color Preview on White Background

Lorem ipsum dolor sit amet.

#782310 Color CSS Codes

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

#782310 Text Font Color

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

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


#782310 Background Color

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

This div background color is #782310


#782310 Border Color

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

This div border color is #782310


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #782310


Comments

No comments written yet.

Please login to write comment.