Color Hex Logo

#38973d Color Hex

#38973D
(56,151,61)
0 Favorites   0 Comments

Color spaces of #38973d

RGB 5615161
HSL0.340.460.41
HSV123°63°59°
CMYK 0.630.000.60   0.41
XYZ13.539823.31098.2007
Yxy23.31090.30050.5174
Hunter Lab48.2814-34.434723.7264
CIE-Lab55.3911-46.587738.6264

#38973d color RGB value is (56,151,61).

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

The process color (four color CMYK) of #38973d color hex is 0.63, 0.00, 0.60, 0.41. Web safe color of #38973d is #339933. Color #38973d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10010111 00111101
Octal 70 227 75
Decimal 56 151 61
Hex 38 97 3D

RGB Percentages of Color #38973d

%20.90
%56.34
%22.76

CMYK Percentages of Color #38973d

%63
%0
%60
%41

Triadic Colors of #38973d

#38973d #3d3897 #973d38

Analogous Colors of #38973d

#38973d #38976d #639738

Monochromatic Colors of #38973d

#38973d

Complementary Color

#38973d #973892

#38973d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38973d Color Preview on White Background

Lorem ipsum dolor sit amet.

#38973d Color CSS Codes

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

#38973d Text Font Color

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

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


#38973d Background Color

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

This div background color is #38973d


#38973d Border Color

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

This div border color is #38973d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38973d


Comments

No comments written yet.

Please login to write comment.