Color Hex Logo

#38974d Color Hex

#38974D
(56,151,77)
0 Favorites   0 Comments

Color spaces of #38974d

RGB 5615177
HSL0.370.460.41
HSV133°63°59°
CMYK 0.630.000.49   0.41
XYZ14.037123.509810.8192
Yxy23.50980.29020.4861
Hunter Lab48.4869-33.175820.7111
CIE-Lab55.5936-44.301830.8023

#38974d color RGB value is (56,151,77).

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

The process color (four color CMYK) of #38974d color hex is 0.63, 0.00, 0.49, 0.41. Web safe color of #38974d is #339966. Color #38974d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10010111 01001101
Octal 70 227 115
Decimal 56 151 77
Hex 38 97 4D

RGB Percentages of Color #38974d

%19.72
%53.17
%27.11

CMYK Percentages of Color #38974d

%63
%0
%49
%41

Triadic Colors of #38974d

#38974d #4d3897 #974d38

Analogous Colors of #38974d

#38974d #38977d #539738

Monochromatic Colors of #38974d

#38974d

Complementary Color

#38974d #973882

#38974d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38974d Color Preview on White Background

Lorem ipsum dolor sit amet.

#38974d Color CSS Codes

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

#38974d Text Font Color

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

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


#38974d Background Color

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

This div background color is #38974d


#38974d Border Color

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

This div border color is #38974d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38974d


Comments

No comments written yet.

Please login to write comment.