Color Hex Logo

#389464 Color Hex

#389464
(56,148,100)
0 Favorites   0 Comments

Color spaces of #389464

RGB 56148100
HSL0.410.450.40
HSV149°62°58°
CMYK 0.620.000.32   0.42
XYZ14.521022.940715.7192
Yxy22.94070.27300.4314
Hunter Lab47.8965-29.702114.0691
CIE-Lab55.0112-38.788717.5143

#389464 color RGB value is (56,148,100).

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

The process color (four color CMYK) of #389464 color hex is 0.62, 0.00, 0.32, 0.42. Web safe color of #389464 is #339966. Color #389464 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10010100 01100100
Octal 70 224 144
Decimal 56 148 100
Hex 38 94 64

RGB Percentages of Color #389464

%18.42
%48.68
%32.89

CMYK Percentages of Color #389464

%62
%0
%32
%42

Triadic Colors of #389464

#389464 #643894 #946438

Analogous Colors of #389464

#389464 #389492 #3a9438

Monochromatic Colors of #389464

#389464

Complementary Color

#389464 #943868

#389464 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#389464 Color Preview on White Background

Lorem ipsum dolor sit amet.

#389464 Color CSS Codes

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

#389464 Text Font Color

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

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


#389464 Background Color

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

This div background color is #389464


#389464 Border Color

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

This div border color is #389464


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #389464


Comments

No comments written yet.

Please login to write comment.