Color Hex Logo

#389242 Color Hex

#389242
(56,146,66)
0 Favorites   0 Comments

Color spaces of #389242

RGB 5614666
HSL0.350.450.40
HSV127°62°57°
CMYK 0.620.000.55   0.43
XYZ12.893121.79198.6810
Yxy21.79190.29730.5025
Hunter Lab46.6818-32.393021.6516
CIE-Lab53.8055-43.978634.2748

#389242 color RGB value is (56,146,66).

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

The process color (four color CMYK) of #389242 color hex is 0.62, 0.00, 0.55, 0.43. Web safe color of #389242 is #339933. Color #389242 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10010010 01000010
Octal 70 222 102
Decimal 56 146 66
Hex 38 92 42

RGB Percentages of Color #389242

%20.90
%54.48
%24.63

CMYK Percentages of Color #389242

%62
%0
%55
%43

Triadic Colors of #389242

#389242 #423892 #924238

Analogous Colors of #389242

#389242 #38926f #5b9238

Monochromatic Colors of #389242

#389242

Complementary Color

#389242 #923888

#389242 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#389242 Color Preview on White Background

Lorem ipsum dolor sit amet.

#389242 Color CSS Codes

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

#389242 Text Font Color

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

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


#389242 Background Color

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

This div background color is #389242


#389242 Border Color

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

This div border color is #389242


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #389242


Comments

No comments written yet.

Please login to write comment.