Color Hex Logo

#38963e Color Hex

#38963E
(56,150,62)
0 Favorites   0 Comments

Color spaces of #38963e

RGB 5615062
HSL0.340.460.40
HSV124°63°59°
CMYK 0.630.000.59   0.41
XYZ13.406723.00128.2905
Yxy23.00120.29990.5146
Hunter Lab47.9596-34.031023.3226
CIE-Lab55.0736-46.077437.7717

#38963e color RGB value is (56,150,62).

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

The process color (four color CMYK) of #38963e color hex is 0.63, 0.00, 0.59, 0.41. Web safe color of #38963e is #339933. Color #38963e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10010110 00111110
Octal 70 226 76
Decimal 56 150 62
Hex 38 96 3E

RGB Percentages of Color #38963e

%20.90
%55.97
%23.13

CMYK Percentages of Color #38963e

%63
%0
%59
%41

Triadic Colors of #38963e

#38963e #3e3896 #963e38

Analogous Colors of #38963e

#38963e #38966d #619638

Monochromatic Colors of #38963e

#38963e

Complementary Color

#38963e #963890

#38963e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38963e Color Preview on White Background

Lorem ipsum dolor sit amet.

#38963e Color CSS Codes

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

#38963e Text Font Color

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

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


#38963e Background Color

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

This div background color is #38963e


#38963e Border Color

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

This div border color is #38963e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38963e


Comments

No comments written yet.

Please login to write comment.