Color Hex Logo

#378648 Color Hex

#378648
(55,134,72)
0 Favorites   0 Comments

Color spaces of #378648

RGB 5513472
HSL0.370.420.37
HSV133°59°53°
CMYK 0.590.000.46   0.47
XYZ11.270318.33039.0750
Yxy18.33030.29140.4739
Hunter Lab42.8139-27.936117.4024
CIE-Lab49.8943-38.385326.2483

#378648 color RGB value is (55,134,72).

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

The process color (four color CMYK) of #378648 color hex is 0.59, 0.00, 0.46, 0.47. Web safe color of #378648 is #339933. Color #378648 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 10000110 01001000
Octal 67 206 110
Decimal 55 134 72
Hex 37 86 48

RGB Percentages of Color #378648

%21.07
%51.34
%27.59

CMYK Percentages of Color #378648

%59
%0
%46
%47

Triadic Colors of #378648

#378648 #483786 #864837

Analogous Colors of #378648

#378648 #378670 #4e8637

Monochromatic Colors of #378648

#378648

Complementary Color

#378648 #863775

#378648 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#378648 Color Preview on White Background

Lorem ipsum dolor sit amet.

#378648 Color CSS Codes

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

#378648 Text Font Color

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

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


#378648 Background Color

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

This div background color is #378648


#378648 Border Color

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

This div border color is #378648


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #378648


Comments

No comments written yet.

Please login to write comment.