Color Hex Logo

#387358 Color Hex

#387358
(56,115,88)
0 Favorites   0 Comments

Color spaces of #387358

RGB 5611588
HSL0.420.350.34
HSV153°51°45°
CMYK 0.510.000.23   0.55
XYZ9.523113.806811.3956
Yxy13.80680.27420.3976
Hunter Lab37.1575-19.27787.8270
CIE-Lab43.9546-26.19589.1183

#387358 color RGB value is (56,115,88).

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

The process color (four color CMYK) of #387358 color hex is 0.51, 0.00, 0.23, 0.55. Web safe color of #387358 is #336666. Color #387358 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01110011 01011000
Octal 70 163 130
Decimal 56 115 88
Hex 38 73 58

RGB Percentages of Color #387358

%21.62
%44.40
%33.98

CMYK Percentages of Color #387358

%51
%0
%23
%55

Triadic Colors of #387358

#387358 #583873 #735838

Analogous Colors of #387358

#387358 #387173 #38733b

Monochromatic Colors of #387358

#387358

Complementary Color

#387358 #733853

#387358 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#387358 Color Preview on White Background

Lorem ipsum dolor sit amet.

#387358 Color CSS Codes

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

#387358 Text Font Color

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

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


#387358 Background Color

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

This div background color is #387358


#387358 Border Color

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

This div border color is #387358


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #387358


Comments

No comments written yet.

Please login to write comment.