Color Hex Logo

#38562a Color Hex

#38562A
(56,86,42)
0 Favorites   0 Comments

Color spaces of #38562a

RGB 568642
HSL0.280.340.25
HSV101°51°34°
CMYK 0.350.000.51   0.66
XYZ5.37667.66353.3863
Yxy7.66350.32730.4665
Hunter Lab27.6830-13.777012.1255
CIE-Lab33.2720-20.441922.0564

#38562a color RGB value is (56,86,42).

#38562a hex color red value is 56, green value is 86 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #38562a hue: 0.28 , saturation: 0.34 and the lightness value of 38562a is 0.25.

The process color (four color CMYK) of #38562a color hex is 0.35, 0.00, 0.51, 0.66. Web safe color of #38562a is #336633. Color #38562a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01010110 00101010
Octal 70 126 52
Decimal 56 86 42
Hex 38 56 2A

RGB Percentages of Color #38562a

%30.43
%46.74
%22.83

CMYK Percentages of Color #38562a

%35
%0
%51
%66

Triadic Colors of #38562a

#38562a #2a3856 #562a38

Analogous Colors of #38562a

#38562a #2a5632 #4e562a

Monochromatic Colors of #38562a

#38562a

Complementary Color

#38562a #482a56

#38562a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38562a Color Preview on White Background

Lorem ipsum dolor sit amet.

#38562a Color CSS Codes

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

#38562a Text Font Color

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

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


#38562a Background Color

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

This div background color is #38562a


#38562a Border Color

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

This div border color is #38562a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38562a


Comments

No comments written yet.

Please login to write comment.