Color Hex Logo

#38733d Color Hex

#38733D
(56,115,61)
0 Favorites   0 Comments

Color spaces of #38733d

RGB 5611561
HSL0.350.350.34
HSV125°51°45°
CMYK 0.510.000.47   0.55
XYZ8.603913.43916.5554
Yxy13.43910.30090.4699
Hunter Lab36.6594-22.260215.0594
CIE-Lab43.4175-31.607024.0572

#38733d color RGB value is (56,115,61).

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

The process color (four color CMYK) of #38733d color hex is 0.51, 0.00, 0.47, 0.55. Web safe color of #38733d is #336633. Color #38733d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01110011 00111101
Octal 70 163 75
Decimal 56 115 61
Hex 38 73 3D

RGB Percentages of Color #38733d

%24.14
%49.57
%26.29

CMYK Percentages of Color #38733d

%51
%0
%47
%55

Triadic Colors of #38733d

#38733d #3d3873 #733d38

Analogous Colors of #38733d

#38733d #38735b #517338

Monochromatic Colors of #38733d

#38733d

Complementary Color

#38733d #73386e

#38733d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38733d Color Preview on White Background

Lorem ipsum dolor sit amet.

#38733d Color CSS Codes

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

#38733d Text Font Color

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

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


#38733d Background Color

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

This div background color is #38733d


#38733d Border Color

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

This div border color is #38733d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38733d


Comments

No comments written yet.

Please login to write comment.