Color Hex Logo

#38966f Color Hex

#38966F
(56,150,111)
0 Favorites   0 Comments

Color spaces of #38966f

RGB 56150111
HSL0.430.460.40
HSV155°63°59°
CMYK 0.630.000.26   0.41
XYZ15.406523.801118.8210
Yxy23.80110.26550.4102
Hunter Lab48.7864-29.006711.2773
CIE-Lab55.8881-37.242012.5350

#38966f color RGB value is (56,150,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10010110 01101111
Octal 70 226 157
Decimal 56 150 111
Hex 38 96 6F

RGB Percentages of Color #38966f

%17.67
%47.32
%35.02

CMYK Percentages of Color #38966f

%63
%0
%26
%41

Triadic Colors of #38966f

#38966f #6f3896 #966f38

Analogous Colors of #38966f

#38966f #388e96 #389640

Monochromatic Colors of #38966f

#38966f

Complementary Color

#38966f #96385f

#38966f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38966f Color Preview on White Background

Lorem ipsum dolor sit amet.

#38966f Color CSS Codes

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

#38966f Text Font Color

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

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


#38966f Background Color

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

This div background color is #38966f


#38966f Border Color

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

This div border color is #38966f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38966f


Comments

No comments written yet.

Please login to write comment.