Color Hex Logo

#38975e Color Hex

#38975E
(56,151,94)
0 Favorites   0 Comments

Color spaces of #38975e

RGB 5615194
HSL0.400.460.41
HSV144°63°59°
CMYK 0.630.000.38   0.41
XYZ14.717923.782114.4044
Yxy23.78210.27820.4495
Hunter Lab48.7669-31.470616.6242
CIE-Lab55.8690-41.283222.0040

#38975e color RGB value is (56,151,94).

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

The process color (four color CMYK) of #38975e color hex is 0.63, 0.00, 0.38, 0.41. Web safe color of #38975e is #339966. Color #38975e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10010111 01011110
Octal 70 227 136
Decimal 56 151 94
Hex 38 97 5E

RGB Percentages of Color #38975e

%18.60
%50.17
%31.23

CMYK Percentages of Color #38975e

%63
%0
%38
%41

Triadic Colors of #38975e

#38975e #5e3897 #975e38

Analogous Colors of #38975e

#38975e #38978e #429738

Monochromatic Colors of #38975e

#38975e

Complementary Color

#38975e #973871

#38975e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38975e Color Preview on White Background

Lorem ipsum dolor sit amet.

#38975e Color CSS Codes

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

#38975e Text Font Color

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

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


#38975e Background Color

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

This div background color is #38975e


#38975e Border Color

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

This div border color is #38975e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38975e

#38975e Color Palettes


Comments

No comments written yet.

Please login to write comment.