Color Hex Logo

#385938 Color Hex

#385938
(56,89,56)
0 Favorites   0 Comments

Color spaces of #385938

RGB 568956
HSL0.330.230.28
HSV120°37°35°
CMYK 0.370.000.37   0.65
XYZ5.91718.27105.0260
Yxy8.27100.30800.4305
Hunter Lab28.7593-13.60339.7700
CIE-Lab34.5410-19.684315.3959

#385938 color RGB value is (56,89,56).

#385938 hex color red value is 56, green value is 89 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #385938 hue: 0.33 , saturation: 0.23 and the lightness value of 385938 is 0.28.

The process color (four color CMYK) of #385938 color hex is 0.37, 0.00, 0.37, 0.65. Web safe color of #385938 is #336633. Color #385938 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01011001 00111000
Octal 70 131 70
Decimal 56 89 56
Hex 38 59 38

RGB Percentages of Color #385938

%27.86
%44.28
%27.86

CMYK Percentages of Color #385938

%37
%0
%37
%65

Triadic Colors of #385938

#385938 #383859 #593838

Analogous Colors of #385938

#385938 #385949 #495938

Monochromatic Colors of #385938

#385938

Complementary Color

#385938 #593859

#385938 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385938 Color Preview on White Background

Lorem ipsum dolor sit amet.

#385938 Color CSS Codes

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

#385938 Text Font Color

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

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


#385938 Background Color

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

This div background color is #385938


#385938 Border Color

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

This div border color is #385938


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385938


Comments

No comments written yet.

Please login to write comment.