Color Hex Logo

#389670 Color Hex

#389670
(56,150,112)
0 Favorites   0 Comments

Color spaces of #389670

RGB 56150112
HSL0.430.460.40
HSV156°63°59°
CMYK 0.630.000.25   0.41
XYZ15.461923.823319.1127
Yxy23.82330.26480.4079
Hunter Lab48.8091-28.870210.9496
CIE-Lab55.9104-37.011912.0009

#389670 color RGB value is (56,150,112).

#389670 hex color red value is 56, green value is 150 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #389670 hue: 0.43 , saturation: 0.46 and the lightness value of 389670 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10010110 01110000
Octal 70 226 160
Decimal 56 150 112
Hex 38 96 70

RGB Percentages of Color #389670

%17.61
%47.17
%35.22

CMYK Percentages of Color #389670

%63
%0
%25
%41

Triadic Colors of #389670

#389670 #703896 #967038

Analogous Colors of #389670

#389670 #388d96 #389641

Monochromatic Colors of #389670

#389670

Complementary Color

#389670 #96385e

#389670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#389670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#389670 Color CSS Codes

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

#389670 Text Font Color

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

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


#389670 Background Color

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

This div background color is #389670


#389670 Border Color

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

This div border color is #389670


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #389670


Comments

No comments written yet.

Please login to write comment.