Color Hex Logo

#385320 Color Hex

#385320
(56,83,32)
0 Favorites   0 Comments

Color spaces of #385320

RGB 568332
HSL0.250.440.23
HSV92°61°33°
CMYK 0.330.000.61   0.67
XYZ4.98497.13162.4803
Yxy7.13160.34150.4886
Hunter Lab26.7051-13.414113.1868
CIE-Lab32.1046-20.189226.2440

#385320 color RGB value is (56,83,32).

#385320 hex color red value is 56, green value is 83 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #385320 hue: 0.25 , saturation: 0.44 and the lightness value of 385320 is 0.23.

The process color (four color CMYK) of #385320 color hex is 0.33, 0.00, 0.61, 0.67. Web safe color of #385320 is #336633. Color #385320 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01010011 00100000
Octal 70 123 40
Decimal 56 83 32
Hex 38 53 20

RGB Percentages of Color #385320

%32.75
%48.54
%18.71

CMYK Percentages of Color #385320

%33
%0
%61
%67

Triadic Colors of #385320

#385320 #203853 #532038

Analogous Colors of #385320

#385320 #205322 #525320

Monochromatic Colors of #385320

#385320

Complementary Color

#385320 #3b2053

#385320 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385320 Color Preview on White Background

Lorem ipsum dolor sit amet.

#385320 Color CSS Codes

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

#385320 Text Font Color

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

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


#385320 Background Color

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

This div background color is #385320


#385320 Border Color

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

This div border color is #385320


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385320


Comments

No comments written yet.

Please login to write comment.