Color Hex Logo

#385322 Color Hex

#385322
(56,83,34)
0 Favorites   0 Comments

Color spaces of #385322

RGB 568334
HSL0.260.420.23
HSV93°59°33°
CMYK 0.330.000.59   0.67
XYZ5.01297.14282.6279
Yxy7.14280.33910.4832
Hunter Lab26.7260-13.289912.8784
CIE-Lab32.1298-19.947925.1844

#385322 color RGB value is (56,83,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01010011 00100010
Octal 70 123 42
Decimal 56 83 34
Hex 38 53 22

RGB Percentages of Color #385322

%32.37
%47.98
%19.65

CMYK Percentages of Color #385322

%33
%0
%59
%67

Triadic Colors of #385322

#385322 #223853 #532238

Analogous Colors of #385322

#385322 #225325 #515322

Monochromatic Colors of #385322

#385322

Complementary Color

#385322 #3d2253

#385322 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385322 Color Preview on White Background

Lorem ipsum dolor sit amet.

#385322 Color CSS Codes

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

#385322 Text Font Color

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

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


#385322 Background Color

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

This div background color is #385322


#385322 Border Color

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

This div border color is #385322


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385322


Comments

No comments written yet.

Please login to write comment.