Color Hex Logo

#78353e Color Hex

#78353E
(120,53,62)
0 Favorites   0 Comments

Color spaces of #78353e

RGB 1205362
HSL0.980.390.34
HSV352°56°47°
CMYK 0.000.560.48   0.53
XYZ9.88836.88715.3656
Yxy6.88710.44660.3111
Hunter Lab26.243321.33196.2481
CIE-Lab31.548530.21018.6556

#78353e color RGB value is (120,53,62).

#78353e hex color red value is 120, green value is 53 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #78353e hue: 0.98 , saturation: 0.39 and the lightness value of 78353e is 0.34.

The process color (four color CMYK) of #78353e color hex is 0.00, 0.56, 0.48, 0.53. Web safe color of #78353e is #663333. Color #78353e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00110101 00111110
Octal 170 65 76
Decimal 120 53 62
Hex 78 35 3E

RGB Percentages of Color #78353e

%51.06
%22.55
%26.38

CMYK Percentages of Color #78353e

%0
%56
%48
%53

Triadic Colors of #78353e

#78353e #3e7835 #353e78

Analogous Colors of #78353e

#78353e #784e35 #78355f

Monochromatic Colors of #78353e

#78353e

Complementary Color

#78353e #35786f

#78353e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78353e Color Preview on White Background

Lorem ipsum dolor sit amet.

#78353e Color CSS Codes

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

#78353e Text Font Color

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

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


#78353e Background Color

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

This div background color is #78353e


#78353e Border Color

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

This div border color is #78353e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,53,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #78353e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #78353e;
  -webkit-box-shadow: 1px 1px 3px 2px #78353e;
  box-shadow:         1px 1px 3px 2px #78353e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78353e

#78353e Color Palettes


Comments

No comments written yet.

Please login to write comment.