Color Hex Logo

#385d3e Color Hex

#385D3E
(56,93,62)
0 Favorites   0 Comments

Color spaces of #385d3e

RGB 569362
HSL0.360.250.29
HSV130°40°36°
CMYK 0.400.000.33   0.64
XYZ6.41479.01735.9598
Yxy9.01730.29990.4215
Hunter Lab30.0288-14.41969.2529
CIE-Lab36.0176-20.642713.7484

#385d3e color RGB value is (56,93,62).

#385d3e hex color red value is 56, green value is 93 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #385d3e hue: 0.36 , saturation: 0.25 and the lightness value of 385d3e is 0.29.

The process color (four color CMYK) of #385d3e color hex is 0.40, 0.00, 0.33, 0.64. Web safe color of #385d3e is #336633. Color #385d3e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01011101 00111110
Octal 70 135 76
Decimal 56 93 62
Hex 38 5D 3E

RGB Percentages of Color #385d3e

%26.54
%44.08
%29.38

CMYK Percentages of Color #385d3e

%40
%0
%33
%64

Triadic Colors of #385d3e

#385d3e #3e385d #5d3e38

Analogous Colors of #385d3e

#385d3e #385d51 #455d38

Monochromatic Colors of #385d3e

#385d3e

Complementary Color

#385d3e #5d3857

#385d3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385d3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#385d3e Color CSS Codes

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

#385d3e Text Font Color

<p style="color:#385d3e">Text here</p>

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


#385d3e Background Color

<div style="background-color:#385d3e">
Div content here</div>

This div background color is #385d3e


#385d3e Border Color

<div style="border:3px solid #385d3e">
Div here</div>

This div border color is #385d3e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,93,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #385d3e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #385d3e;
  -webkit-box-shadow: 1px 1px 3px 2px #385d3e;
  box-shadow:         1px 1px 3px 2px #385d3e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385d3e


Comments

No comments written yet.

Please login to write comment.