Color Hex Logo

#378068 Color Hex

#378068
(55,128,104)
0 Favorites   0 Comments

Color spaces of #378068

RGB 55128104
HSL0.450.400.36
HSV160°57°50°
CMYK 0.570.000.19   0.50
XYZ11.793417.250015.8047
Yxy17.25000.26300.3846
Hunter Lab41.5331-21.99766.5114
CIE-Lab48.5735-28.94916.2249

#378068 color RGB value is (55,128,104).

#378068 hex color red value is 55, green value is 128 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #378068 hue: 0.45 , saturation: 0.40 and the lightness value of 378068 is 0.36.

The process color (four color CMYK) of #378068 color hex is 0.57, 0.00, 0.19, 0.50. Web safe color of #378068 is #339966. Color #378068 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 10000000 01101000
Octal 67 200 150
Decimal 55 128 104
Hex 37 80 68

RGB Percentages of Color #378068

%19.16
%44.60
%36.24

CMYK Percentages of Color #378068

%57
%0
%19
%50

Triadic Colors of #378068

#378068 #683780 #806837

Analogous Colors of #378068

#378068 #377480 #378044

Monochromatic Colors of #378068

#378068

Complementary Color

#378068 #80374f

#378068 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#378068 Color Preview on White Background

Lorem ipsum dolor sit amet.

#378068 Color CSS Codes

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

#378068 Text Font Color

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

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


#378068 Background Color

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

This div background color is #378068


#378068 Border Color

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

This div border color is #378068


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #378068


Comments

No comments written yet.

Please login to write comment.