Color Hex Logo

#385032 Color Hex

#385032
(56,80,50)
0 Favorites   0 Comments

Color spaces of #385032

RGB 568050
HSL0.300.230.25
HSV108°38°31°
CMYK 0.300.000.38   0.69
XYZ5.07536.80844.0643
Yxy6.80840.31820.4269
Hunter Lab26.0929-10.94289.0299
CIE-Lab31.3667-15.883814.8264

#385032 color RGB value is (56,80,50).

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

The process color (four color CMYK) of #385032 color hex is 0.30, 0.00, 0.38, 0.69. Web safe color of #385032 is #336633. Color #385032 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01010000 00110010
Octal 70 120 62
Decimal 56 80 50
Hex 38 50 32

RGB Percentages of Color #385032

%30.11
%43.01
%26.88

CMYK Percentages of Color #385032

%30
%0
%38
%69

Triadic Colors of #385032

#385032 #323850 #503238

Analogous Colors of #385032

#385032 #32503b #475032

Monochromatic Colors of #385032

#385032

Complementary Color

#385032 #4a3250

#385032 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385032 Color Preview on White Background

Lorem ipsum dolor sit amet.

#385032 Color CSS Codes

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

#385032 Text Font Color

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

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


#385032 Background Color

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

This div background color is #385032


#385032 Border Color

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

This div border color is #385032


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385032


Comments

No comments written yet.

Please login to write comment.