Color Hex Logo

#389381 Color Hex

#389381
(56,147,129)
0 Favorites   0 Comments

Color spaces of #389381

RGB 56147129
HSL0.470.450.40
HSV168°62°58°
CMYK 0.620.000.12   0.42
XYZ16.027123.293224.4202
Yxy23.29320.25140.3654
Hunter Lab48.2630-25.18433.7845
CIE-Lab55.3731-31.40961.5430

#389381 color RGB value is (56,147,129).

#389381 hex color red value is 56, green value is 147 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #389381 hue: 0.47 , saturation: 0.45 and the lightness value of 389381 is 0.40.

The process color (four color CMYK) of #389381 color hex is 0.62, 0.00, 0.12, 0.42. Web safe color of #389381 is #339999. Color #389381 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10010011 10000001
Octal 70 223 201
Decimal 56 147 129
Hex 38 93 81

RGB Percentages of Color #389381

%16.87
%44.28
%38.86

CMYK Percentages of Color #389381

%62
%0
%12
%42

Triadic Colors of #389381

#389381 #813893 #938138

Analogous Colors of #389381

#389381 #387893 #389354

Monochromatic Colors of #389381

#389381

Complementary Color

#389381 #93384a

#389381 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#389381 Color Preview on White Background

Lorem ipsum dolor sit amet.

#389381 Color CSS Codes

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

#389381 Text Font Color

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

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


#389381 Background Color

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

This div background color is #389381


#389381 Border Color

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

This div border color is #389381


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #389381


Comments

No comments written yet.

Please login to write comment.