Color Hex Logo

#38946f Color Hex

#38946F
(56,148,111)
0 Favorites   0 Comments

Color spaces of #38946f

RGB 56148111
HSL0.430.450.40
HSV156°62°58°
CMYK 0.620.000.25   0.42
XYZ15.090023.168318.7155
Yxy23.16830.26490.4066
Hunter Lab48.1335-28.273210.6400
CIE-Lab55.2453-36.350911.6352

#38946f color RGB value is (56,148,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10010100 01101111
Octal 70 224 157
Decimal 56 148 111
Hex 38 94 6F

RGB Percentages of Color #38946f

%17.78
%46.98
%35.24

CMYK Percentages of Color #38946f

%62
%0
%25
%42

Triadic Colors of #38946f

#38946f #6f3894 #946f38

Analogous Colors of #38946f

#38946f #388b94 #389441

Monochromatic Colors of #38946f

#38946f

Complementary Color

#38946f #94385d

#38946f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38946f Color Preview on White Background

Lorem ipsum dolor sit amet.

#38946f Color CSS Codes

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

#38946f Text Font Color

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

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


#38946f Background Color

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

This div background color is #38946f


#38946f Border Color

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

This div border color is #38946f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,148,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 #38946f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38946f


Comments

No comments written yet.

Please login to write comment.