Color Hex Logo

#385521 Color Hex

#385521
(56,85,33)
0 Favorites   0 Comments

Color spaces of #385521

RGB 568533
HSL0.260.440.23
HSV93°61°33°
CMYK 0.340.000.61   0.67
XYZ5.15397.44762.6047
Yxy7.44760.33890.4898
Hunter Lab27.2903-14.047413.4443
CIE-Lab32.8049-21.116026.5190

#385521 color RGB value is (56,85,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01010101 00100001
Octal 70 125 41
Decimal 56 85 33
Hex 38 55 21

RGB Percentages of Color #385521

%32.18
%48.85
%18.97

CMYK Percentages of Color #385521

%34
%0
%61
%67

Triadic Colors of #385521

#385521 #213855 #552138

Analogous Colors of #385521

#385521 #215524 #525521

Monochromatic Colors of #385521

#385521

Complementary Color

#385521 #3e2155

#385521 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385521 Color Preview on White Background

Lorem ipsum dolor sit amet.

#385521 Color CSS Codes

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

#385521 Text Font Color

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

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


#385521 Background Color

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

This div background color is #385521


#385521 Border Color

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

This div border color is #385521


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385521


Comments

No comments written yet.

Please login to write comment.