Color Hex Logo

#385318 Color Hex

#385318
(56,83,24)
0 Favorites   0 Comments

Color spaces of #385318

RGB 568324
HSL0.240.550.21
HSV87°71°33°
CMYK 0.330.000.71   0.67
XYZ4.88907.09321.9756
Yxy7.09320.35030.5082
Hunter Lab26.6331-13.840814.2451
CIE-Lab32.0181-21.024330.2354

#385318 color RGB value is (56,83,24).

#385318 hex color red value is 56, green value is 83 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #385318 hue: 0.24 , saturation: 0.55 and the lightness value of 385318 is 0.21.

The process color (four color CMYK) of #385318 color hex is 0.33, 0.00, 0.71, 0.67. Web safe color of #385318 is #336600. Color #385318 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01010011 00011000
Octal 70 123 30
Decimal 56 83 24
Hex 38 53 18

RGB Percentages of Color #385318

%34.36
%50.92
%14.72

CMYK Percentages of Color #385318

%33
%0
%71
%67

Triadic Colors of #385318

#385318 #183853 #531838

Analogous Colors of #385318

#385318 #1b5318 #535118

Monochromatic Colors of #385318

#385318

Complementary Color

#385318 #331853

#385318 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385318 Color Preview on White Background

Lorem ipsum dolor sit amet.

#385318 Color CSS Codes

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

#385318 Text Font Color

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

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


#385318 Background Color

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

This div background color is #385318


#385318 Border Color

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

This div border color is #385318


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385318


Comments

No comments written yet.

Please login to write comment.