Color Hex Logo

#78403d Color Hex

#78403D
(120,64,61)
0 Favorites   0 Comments

Color spaces of #78403d

RGB 1206461
HSL0.010.330.35
HSV49°47°
CMYK 0.000.470.49   0.53
XYZ10.42147.99685.4091
Yxy7.99680.43740.3356
Hunter Lab28.278616.29438.4541
CIE-Lab33.976223.898012.6437

#78403d color RGB value is (120,64,61).

#78403d hex color red value is 120, green value is 64 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #78403d hue: 0.01 , saturation: 0.33 and the lightness value of 78403d is 0.35.

The process color (four color CMYK) of #78403d color hex is 0.00, 0.47, 0.49, 0.53. Web safe color of #78403d is #663333. Color #78403d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01000000 00111101
Octal 170 100 75
Decimal 120 64 61
Hex 78 40 3D

RGB Percentages of Color #78403d

%48.98
%26.12
%24.90

CMYK Percentages of Color #78403d

%0
%47
%49
%53

Triadic Colors of #78403d

#78403d #3d7840 #403d78

Analogous Colors of #78403d

#78403d #785e3d #783d57

Monochromatic Colors of #78403d

#78403d

Complementary Color

#78403d #3d7578

#78403d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78403d Color Preview on White Background

Lorem ipsum dolor sit amet.

#78403d Color CSS Codes

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

#78403d Text Font Color

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

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


#78403d Background Color

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

This div background color is #78403d


#78403d Border Color

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

This div border color is #78403d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,64,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #78403d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #78403d;
  -webkit-box-shadow: 1px 1px 3px 2px #78403d;
  box-shadow:         1px 1px 3px 2px #78403d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78403d


Comments

No comments written yet.

Please login to write comment.