Color Hex Logo

#389764 Color Hex

#389764
(56,151,100)
0 Favorites   0 Comments

Color spaces of #389764

RGB 56151100
HSL0.410.460.41
HSV148°63°59°
CMYK 0.630.000.34   0.41
XYZ14.997723.894115.8781
Yxy23.89410.27380.4363
Hunter Lab48.8816-30.776014.9581
CIE-Lab55.9816-40.078018.8350

#389764 color RGB value is (56,151,100).

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

The process color (four color CMYK) of #389764 color hex is 0.63, 0.00, 0.34, 0.41. Web safe color of #389764 is #339966. Color #389764 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10010111 01100100
Octal 70 227 144
Decimal 56 151 100
Hex 38 97 64

RGB Percentages of Color #389764

%18.24
%49.19
%32.57

CMYK Percentages of Color #389764

%63
%0
%34
%41

Triadic Colors of #389764

#389764 #643897 #976438

Analogous Colors of #389764

#389764 #389794 #3b9738

Monochromatic Colors of #389764

#389764

Complementary Color

#389764 #97386b

#389764 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#389764 Color Preview on White Background

Lorem ipsum dolor sit amet.

#389764 Color CSS Codes

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

#389764 Text Font Color

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

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


#389764 Background Color

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

This div background color is #389764


#389764 Border Color

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

This div border color is #389764


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,151,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 #389764">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #389764


Comments

No comments written yet.

Please login to write comment.