Color Hex Logo

#389374 Color Hex

#389374
(56,147,116)
0 Favorites   0 Comments

Color spaces of #389374

RGB 56147116
HSL0.440.450.40
HSV160°62°58°
CMYK 0.620.000.21   0.42
XYZ15.217022.969120.1545
Yxy22.96910.26080.3937
Hunter Lab47.9261-27.19528.6149
CIE-Lab55.0405-34.71098.5022

#389374 color RGB value is (56,147,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10010011 01110100
Octal 70 223 164
Decimal 56 147 116
Hex 38 93 74

RGB Percentages of Color #389374

%17.55
%46.08
%36.36

CMYK Percentages of Color #389374

%62
%0
%21
%42

Triadic Colors of #389374

#389374 #743893 #937438

Analogous Colors of #389374

#389374 #388593 #389347

Monochromatic Colors of #389374

#389374

Complementary Color

#389374 #933857

#389374 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#389374 Color Preview on White Background

Lorem ipsum dolor sit amet.

#389374 Color CSS Codes

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

#389374 Text Font Color

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

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


#389374 Background Color

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

This div background color is #389374


#389374 Border Color

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

This div border color is #389374


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #389374


Comments

No comments written yet.

Please login to write comment.