Color Hex Logo

#387473 Color Hex

#387473
(56,116,115)
0 Favorites   0 Comments

Color spaces of #387473

RGB 56116115
HSL0.500.350.34
HSV179°52°45°
CMYK 0.520.000.01   0.55
XYZ10.970814.569318.4536
Yxy14.56930.24940.3312
Hunter Lab38.1698-15.4924-1.9456
CIE-Lab45.0386-19.6508-5.4414

#387473 color RGB value is (56,116,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01110100 01110011
Octal 70 164 163
Decimal 56 116 115
Hex 38 74 73

RGB Percentages of Color #387473

%19.51
%40.42
%40.07

CMYK Percentages of Color #387473

%52
%0
%1
%55

Triadic Colors of #387473

#387473 #733874 #747338

Analogous Colors of #387473

#387473 #385774 #387455

Monochromatic Colors of #387473

#387473

Complementary Color

#387473 #743839

#387473 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#387473 Color Preview on White Background

Lorem ipsum dolor sit amet.

#387473 Color CSS Codes

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

#387473 Text Font Color

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

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


#387473 Background Color

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

This div background color is #387473


#387473 Border Color

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

This div border color is #387473


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,116,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 #387473">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #387473


Comments

No comments written yet.

Please login to write comment.