Color Hex Logo

#387465 Color Hex

#387465
(56,116,101)
0 Favorites   0 Comments

Color spaces of #387465

RGB 56116101
HSL0.460.350.34
HSV165°52°45°
CMYK 0.520.000.13   0.55
XYZ10.225214.271114.5276
Yxy14.27110.26200.3657
Hunter Lab37.7771-17.79503.6434
CIE-Lab44.6192-23.48842.3182

#387465 color RGB value is (56,116,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01110100 01100101
Octal 70 164 145
Decimal 56 116 101
Hex 38 74 65

RGB Percentages of Color #387465

%20.51
%42.49
%37.00

CMYK Percentages of Color #387465

%52
%0
%13
%55

Triadic Colors of #387465

#387465 #653874 #746538

Analogous Colors of #387465

#387465 #386574 #387447

Monochromatic Colors of #387465

#387465

Complementary Color

#387465 #743847

#387465 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#387465 Color Preview on White Background

Lorem ipsum dolor sit amet.

#387465 Color CSS Codes

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

#387465 Text Font Color

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

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


#387465 Background Color

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

This div background color is #387465


#387465 Border Color

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

This div border color is #387465


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #387465


Comments

No comments written yet.

Please login to write comment.