Color Hex Logo

#38564d Color Hex

#38564D
(56,86,77)
0 Favorites   0 Comments

Color spaces of #38564d

RGB 568677
HSL0.450.210.28
HSV162°35°34°
CMYK 0.350.000.10   0.66
XYZ6.29828.03228.2396
Yxy8.03220.27910.3559
Hunter Lab28.3411-9.92932.6015
CIE-Lab34.0499-13.40101.6977

#38564d color RGB value is (56,86,77).

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

The process color (four color CMYK) of #38564d color hex is 0.35, 0.00, 0.10, 0.66. Web safe color of #38564d is #336666. Color #38564d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01010110 01001101
Octal 70 126 115
Decimal 56 86 77
Hex 38 56 4D

RGB Percentages of Color #38564d

%25.57
%39.27
%35.16

CMYK Percentages of Color #38564d

%35
%0
%10
%66

Triadic Colors of #38564d

#38564d #4d3856 #564d38

Analogous Colors of #38564d

#38564d #385056 #38563e

Monochromatic Colors of #38564d

#38564d

Complementary Color

#38564d #563841

#38564d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38564d Color Preview on White Background

Lorem ipsum dolor sit amet.

#38564d Color CSS Codes

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

#38564d Text Font Color

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

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


#38564d Background Color

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

This div background color is #38564d


#38564d Border Color

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

This div border color is #38564d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38564d


Comments

No comments written yet.

Please login to write comment.