Color Hex Logo

#378772 Color Hex

#378772
(55,135,114)
0 Favorites   0 Comments

Color spaces of #378772

RGB 55135114
HSL0.460.420.37
HSV164°59°53°
CMYK 0.590.000.16   0.47
XYZ13.276819.355118.9557
Yxy19.35510.25740.3752
Hunter Lab43.9944-23.12195.2501
CIE-Lab51.1001-29.79374.0147

#378772 color RGB value is (55,135,114).

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

The process color (four color CMYK) of #378772 color hex is 0.59, 0.00, 0.16, 0.47. Web safe color of #378772 is #339966. Color #378772 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 10000111 01110010
Octal 67 207 162
Decimal 55 135 114
Hex 37 87 72

RGB Percentages of Color #378772

%18.09
%44.41
%37.50

CMYK Percentages of Color #378772

%59
%0
%16
%47

Triadic Colors of #378772

#378772 #723787 #877237

Analogous Colors of #378772

#378772 #377487 #37874a

Monochromatic Colors of #378772

#378772

Complementary Color

#378772 #87374c

#378772 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#378772 Color Preview on White Background

Lorem ipsum dolor sit amet.

#378772 Color CSS Codes

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

#378772 Text Font Color

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

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


#378772 Background Color

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

This div background color is #378772


#378772 Border Color

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

This div border color is #378772


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #378772


Comments

No comments written yet.

Please login to write comment.