Color Hex Logo

#38563f Color Hex

#38563F
(56,86,63)
0 Favorites   0 Comments

Color spaces of #38563f

RGB 568663
HSL0.370.210.28
HSV134°35°34°
CMYK 0.350.000.27   0.66
XYZ5.85597.85525.9102
Yxy7.85520.29840.4003
Hunter Lab28.0271-11.75237.1163
CIE-Lab33.6795-16.65639.9285

#38563f color RGB value is (56,86,63).

#38563f hex color red value is 56, green value is 86 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #38563f hue: 0.37 , saturation: 0.21 and the lightness value of 38563f is 0.28.

The process color (four color CMYK) of #38563f color hex is 0.35, 0.00, 0.27, 0.66. Web safe color of #38563f is #336633. Color #38563f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01010110 00111111
Octal 70 126 77
Decimal 56 86 63
Hex 38 56 3F

RGB Percentages of Color #38563f

%27.32
%41.95
%30.73

CMYK Percentages of Color #38563f

%35
%0
%27
%66

Triadic Colors of #38563f

#38563f #3f3856 #563f38

Analogous Colors of #38563f

#38563f #38564e #405638

Monochromatic Colors of #38563f

#38563f

Complementary Color

#38563f #56384f

#38563f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38563f Color Preview on White Background

Lorem ipsum dolor sit amet.

#38563f Color CSS Codes

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

#38563f Text Font Color

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

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


#38563f Background Color

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

This div background color is #38563f


#38563f Border Color

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

This div border color is #38563f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38563f


Comments

No comments written yet.

Please login to write comment.