Color Hex Logo

#376767 Color Hex

#376767
(55,103,103)
0 Favorites   0 Comments

Color spaces of #376767

RGB 55103103
HSL0.500.300.31
HSV180°47°40°
CMYK 0.470.000.00   0.60
XYZ8.874011.492014.5824
Yxy11.49200.25390.3288
Hunter Lab33.8999-12.5986-1.7744
CIE-Lab40.3971-16.2626-5.0897

#376767 color RGB value is (55,103,103).

#376767 hex color red value is 55, green value is 103 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #376767 hue: 0.50 , saturation: 0.30 and the lightness value of 376767 is 0.31.

The process color (four color CMYK) of #376767 color hex is 0.47, 0.00, 0.00, 0.60. Web safe color of #376767 is #336666. Color #376767 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01100111 01100111
Octal 67 147 147
Decimal 55 103 103
Hex 37 67 67

RGB Percentages of Color #376767

%21.07
%39.46
%39.46

CMYK Percentages of Color #376767

%47
%0
%0
%60

Triadic Colors of #376767

#376767 #673767 #676737

Analogous Colors of #376767

#376767 #374f67 #37674f

Monochromatic Colors of #376767

#376767

Complementary Color

#376767 #673737

#376767 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#376767 Color Preview on White Background

Lorem ipsum dolor sit amet.

#376767 Color CSS Codes

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

#376767 Text Font Color

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

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


#376767 Background Color

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

This div background color is #376767


#376767 Border Color

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

This div border color is #376767


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #376767


Comments

No comments written yet.

Please login to write comment.