Color Hex Logo

#388675 Color Hex

#388675
(56,134,117)
0 Favorites   0 Comments

Color spaces of #388675

RGB 56134117
HSL0.460.410.37
HSV167°58°53°
CMYK 0.580.000.13   0.47
XYZ13.366919.175319.8263
Yxy19.17530.25520.3662
Hunter Lab43.7896-22.14423.8084
CIE-Lab50.8917-28.30981.9712

#388675 color RGB value is (56,134,117).

#388675 hex color red value is 56, green value is 134 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #388675 hue: 0.46 , saturation: 0.41 and the lightness value of 388675 is 0.37.

The process color (four color CMYK) of #388675 color hex is 0.58, 0.00, 0.13, 0.47. Web safe color of #388675 is #339966. Color #388675 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10000110 01110101
Octal 70 206 165
Decimal 56 134 117
Hex 38 86 75

RGB Percentages of Color #388675

%18.24
%43.65
%38.11

CMYK Percentages of Color #388675

%58
%0
%13
%47

Triadic Colors of #388675

#388675 #753886 #867538

Analogous Colors of #388675

#388675 #387086 #38864e

Monochromatic Colors of #388675

#388675

Complementary Color

#388675 #863849

#388675 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#388675 Color Preview on White Background

Lorem ipsum dolor sit amet.

#388675 Color CSS Codes

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

#388675 Text Font Color

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

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


#388675 Background Color

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

This div background color is #388675


#388675 Border Color

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

This div border color is #388675


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #388675


Comments

No comments written yet.

Please login to write comment.