Color Hex Logo

#37134d Color Hex

#37134D
(55,19,77)
0 Favorites   0 Comments

Color spaces of #37134d

RGB 551977
HSL0.770.600.19
HSV277°75°30°
CMYK 0.290.750.00   0.70
XYZ3.14801.81387.2054
Yxy1.81380.25870.1491
Hunter Lab13.467718.1547-22.2934
CIE-Lab14.478129.2005-28.3480

#37134d color RGB value is (55,19,77).

#37134d hex color red value is 55, green value is 19 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #37134d hue: 0.77 , saturation: 0.60 and the lightness value of 37134d is 0.19.

The process color (four color CMYK) of #37134d color hex is 0.29, 0.75, 0.00, 0.70. Web safe color of #37134d is #330066. Color #37134d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00010011 01001101
Octal 67 23 115
Decimal 55 19 77
Hex 37 13 4D

RGB Percentages of Color #37134d

%36.42
%12.58
%50.99

CMYK Percentages of Color #37134d

%29
%75
%0
%70

Triadic Colors of #37134d

#37134d #4d3713 #134d37

Analogous Colors of #37134d

#37134d #4d1346 #1a134d

Monochromatic Colors of #37134d

#37134d

Complementary Color

#37134d #294d13

#37134d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37134d Color Preview on White Background

Lorem ipsum dolor sit amet.

#37134d Color CSS Codes

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

#37134d Text Font Color

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

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


#37134d Background Color

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

This div background color is #37134d


#37134d Border Color

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

This div border color is #37134d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37134d


Comments

No comments written yet.

Please login to write comment.