Color Hex Logo

#385028 Color Hex

#385028
(56,80,40)
0 Favorites   0 Comments

Color spaces of #385028

RGB 568040
HSL0.270.330.24
HSV96°50°31°
CMYK 0.300.000.50   0.69
XYZ4.88266.73133.0494
Yxy6.73130.33300.4591
Hunter Lab25.9447-11.811011.1927
CIE-Lab31.1872-17.523920.6210

#385028 color RGB value is (56,80,40).

#385028 hex color red value is 56, green value is 80 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #385028 hue: 0.27 , saturation: 0.33 and the lightness value of 385028 is 0.24.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01010000 00101000
Octal 70 120 50
Decimal 56 80 40
Hex 38 50 28

RGB Percentages of Color #385028

%31.82
%45.45
%22.73

CMYK Percentages of Color #385028

%30
%0
%50
%69

Triadic Colors of #385028

#385028 #283850 #502838

Analogous Colors of #385028

#385028 #28502c #4c5028

Monochromatic Colors of #385028

#385028

Complementary Color

#385028 #402850

#385028 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385028 Color Preview on White Background

Lorem ipsum dolor sit amet.

#385028 Color CSS Codes

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

#385028 Text Font Color

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

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


#385028 Background Color

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

This div background color is #385028


#385028 Border Color

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

This div border color is #385028


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385028


Comments

No comments written yet.

Please login to write comment.