Color Hex Logo

#385613 Color Hex

#385613
(56,86,19)
0 Favorites   0 Comments

Color spaces of #385613

RGB 568619
HSL0.240.640.21
HSV87°78°34°
CMYK 0.350.000.78   0.66
XYZ5.07627.54331.8046
Yxy7.54330.35190.5230
Hunter Lab27.4651-15.072815.3299
CIE-Lab33.0131-22.969033.5131

#385613 color RGB value is (56,86,19).

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

The process color (four color CMYK) of #385613 color hex is 0.35, 0.00, 0.78, 0.66. Web safe color of #385613 is #336600. Color #385613 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01010110 00010011
Octal 70 126 23
Decimal 56 86 19
Hex 38 56 13

RGB Percentages of Color #385613

%34.78
%53.42
%11.80

CMYK Percentages of Color #385613

%35
%0
%78
%66

Triadic Colors of #385613

#385613 #133856 #561338

Analogous Colors of #385613

#385613 #175613 #565213

Monochromatic Colors of #385613

#385613

Complementary Color

#385613 #311356

#385613 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385613 Color Preview on White Background

Lorem ipsum dolor sit amet.

#385613 Color CSS Codes

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

#385613 Text Font Color

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

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


#385613 Background Color

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

This div background color is #385613


#385613 Border Color

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

This div border color is #385613


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385613


Comments

No comments written yet.

Please login to write comment.