Color Hex Logo

#389233 Color Hex

#389233
(56,146,51)
0 Favorites   0 Comments

Color spaces of #389233

RGB 5614651
HSL0.320.480.39
HSV117°65°57°
CMYK 0.620.000.65   0.43
XYZ12.507321.63756.6492
Yxy21.63750.30660.5304
Hunter Lab46.5161-33.408024.0861
CIE-Lab53.6403-45.854841.3105

#389233 color RGB value is (56,146,51).

#389233 hex color red value is 56, green value is 146 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #389233 hue: 0.32 , saturation: 0.48 and the lightness value of 389233 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10010010 00110011
Octal 70 222 63
Decimal 56 146 51
Hex 38 92 33

RGB Percentages of Color #389233

%22.13
%57.71
%20.16

CMYK Percentages of Color #389233

%62
%0
%65
%43

Triadic Colors of #389233

#389233 #333892 #923338

Analogous Colors of #389233

#389233 #33925e #689233

Monochromatic Colors of #389233

#389233

Complementary Color

#389233 #8d3392

#389233 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#389233 Color Preview on White Background

Lorem ipsum dolor sit amet.

#389233 Color CSS Codes

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

#389233 Text Font Color

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

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


#389233 Background Color

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

This div background color is #389233


#389233 Border Color

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

This div border color is #389233


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #389233


Comments

No comments written yet.

Please login to write comment.