Color Hex Logo

#388171 Color Hex

#388171
(56,129,113)
0 Favorites   0 Comments

Color spaces of #388171

RGB 56129113
HSL0.460.390.36
HSV167°57°51°
CMYK 0.570.000.12   0.49
XYZ12.461817.733518.3889
Yxy17.73350.25650.3650
Hunter Lab42.1112-20.87173.5873
CIE-Lab49.1713-26.90061.8134

#388171 color RGB value is (56,129,113).

#388171 hex color red value is 56, green value is 129 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #388171 hue: 0.46 , saturation: 0.39 and the lightness value of 388171 is 0.36.

The process color (four color CMYK) of #388171 color hex is 0.57, 0.00, 0.12, 0.49. Web safe color of #388171 is #339966. Color #388171 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10000001 01110001
Octal 70 201 161
Decimal 56 129 113
Hex 38 81 71

RGB Percentages of Color #388171

%18.79
%43.29
%37.92

CMYK Percentages of Color #388171

%57
%0
%12
%49

Triadic Colors of #388171

#388171 #713881 #817138

Analogous Colors of #388171

#388171 #386d81 #38814d

Monochromatic Colors of #388171

#388171

Complementary Color

#388171 #813848

#388171 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#388171 Color Preview on White Background

Lorem ipsum dolor sit amet.

#388171 Color CSS Codes

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

#388171 Text Font Color

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

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


#388171 Background Color

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

This div background color is #388171


#388171 Border Color

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

This div border color is #388171


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #388171


Comments

No comments written yet.

Please login to write comment.