Color Hex Logo

#378784 Color Hex

#378784
(55,135,132)
0 Favorites   0 Comments

Color spaces of #378784

RGB 55135132
HSL0.490.420.37
HSV178°59°53°
CMYK 0.590.000.02   0.47
XYZ14.404419.806124.8936
Yxy19.80610.24370.3351
Hunter Lab44.5040-20.1079-2.0114
CIE-Lab51.6173-24.8770-5.7127

#378784 color RGB value is (55,135,132).

#378784 hex color red value is 55, green value is 135 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #378784 hue: 0.49 , saturation: 0.42 and the lightness value of 378784 is 0.37.

The process color (four color CMYK) of #378784 color hex is 0.59, 0.00, 0.02, 0.47. Web safe color of #378784 is #339999. Color #378784 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 10000111 10000100
Octal 67 207 204
Decimal 55 135 132
Hex 37 87 84

RGB Percentages of Color #378784

%17.08
%41.93
%40.99

CMYK Percentages of Color #378784

%59
%0
%2
%47

Triadic Colors of #378784

#378784 #843787 #878437

Analogous Colors of #378784

#378784 #376287 #37875c

Monochromatic Colors of #378784

#378784

Complementary Color

#378784 #87373a

#378784 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#378784 Color Preview on White Background

Lorem ipsum dolor sit amet.

#378784 Color CSS Codes

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

#378784 Text Font Color

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

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


#378784 Background Color

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

This div background color is #378784


#378784 Border Color

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

This div border color is #378784


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #378784


Comments

No comments written yet.

Please login to write comment.