Color Hex Logo

#377273 Color Hex

#377273
(55,114,115)
0 Favorites   0 Comments

Color spaces of #377273

RGB 55114115
HSL0.500.350.33
HSV181°52°45°
CMYK 0.520.010.00   0.55
XYZ10.687414.084718.3750
Yxy14.08470.24770.3264
Hunter Lab37.5296-14.8449-2.7585
CIE-Lab44.3542-18.8154-6.4640

#377273 color RGB value is (55,114,115).

#377273 hex color red value is 55, green value is 114 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #377273 hue: 0.50 , saturation: 0.35 and the lightness value of 377273 is 0.33.

The process color (four color CMYK) of #377273 color hex is 0.52, 0.01, 0.00, 0.55. Web safe color of #377273 is #336666. Color #377273 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01110010 01110011
Octal 67 162 163
Decimal 55 114 115
Hex 37 72 73

RGB Percentages of Color #377273

%19.37
%40.14
%40.49

CMYK Percentages of Color #377273

%52
%1
%0
%55

Triadic Colors of #377273

#377273 #733772 #727337

Analogous Colors of #377273

#377273 #375473 #377356

Monochromatic Colors of #377273

#377273

Complementary Color

#377273 #733837

#377273 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#377273 Color Preview on White Background

Lorem ipsum dolor sit amet.

#377273 Color CSS Codes

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

#377273 Text Font Color

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

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


#377273 Background Color

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

This div background color is #377273


#377273 Border Color

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

This div border color is #377273


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #377273


Comments

No comments written yet.

Please login to write comment.