Color Hex Logo

#378382 Color Hex

#378382
(55,131,130)
0 Favorites   0 Comments

Color spaces of #378382

RGB 55131130
HSL0.500.410.36
HSV179°58°51°
CMYK 0.580.000.01   0.49
XYZ13.721118.656523.9970
Yxy18.65650.24340.3309
Hunter Lab43.1932-18.8843-2.7048
CIE-Lab50.2829-23.4090-6.5271

#378382 color RGB value is (55,131,130).

#378382 hex color red value is 55, green value is 131 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #378382 hue: 0.50 , saturation: 0.41 and the lightness value of 378382 is 0.36.

The process color (four color CMYK) of #378382 color hex is 0.58, 0.00, 0.01, 0.49. Web safe color of #378382 is #339999. Color #378382 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 10000011 10000010
Octal 67 203 202
Decimal 55 131 130
Hex 37 83 82

RGB Percentages of Color #378382

%17.41
%41.46
%41.14

CMYK Percentages of Color #378382

%58
%0
%1
%49

Triadic Colors of #378382

#378382 #823783 #838237

Analogous Colors of #378382

#378382 #375e83 #37835c

Monochromatic Colors of #378382

#378382

Complementary Color

#378382 #833738

#378382 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#378382 Color Preview on White Background

Lorem ipsum dolor sit amet.

#378382 Color CSS Codes

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

#378382 Text Font Color

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

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


#378382 Background Color

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

This div background color is #378382


#378382 Border Color

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

This div border color is #378382


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #378382


Comments

No comments written yet.

Please login to write comment.