Color Hex Logo

#38520e Color Hex

#38520E
(56,82,14)
0 Favorites   0 Comments

Color spaces of #38520e

RGB 568214
HSL0.230.710.19
HSV83°83°32°
CMYK 0.320.000.83   0.68
XYZ4.72746.90701.4995
Yxy6.90700.35990.5259
Hunter Lab26.2812-13.883915.0140
CIE-Lab31.5942-21.269034.1197

#38520e color RGB value is (56,82,14).

#38520e hex color red value is 56, green value is 82 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #38520e hue: 0.23 , saturation: 0.71 and the lightness value of 38520e is 0.19.

The process color (four color CMYK) of #38520e color hex is 0.32, 0.00, 0.83, 0.68. Web safe color of #38520e is #336600. Color #38520e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01010010 00001110
Octal 70 122 16
Decimal 56 82 14
Hex 38 52 E

RGB Percentages of Color #38520e

%36.84
%53.95
%9.21

CMYK Percentages of Color #38520e

%32
%0
%83
%68

Triadic Colors of #38520e

#38520e #0e3852 #520e38

Analogous Colors of #38520e

#38520e #16520e #524a0e

Monochromatic Colors of #38520e

#38520e

Complementary Color

#38520e #280e52

#38520e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38520e Color Preview on White Background

Lorem ipsum dolor sit amet.

#38520e Color CSS Codes

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

#38520e Text Font Color

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

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


#38520e Background Color

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

This div background color is #38520e


#38520e Border Color

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

This div border color is #38520e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,82,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #38520e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #38520e;
  -webkit-box-shadow: 1px 1px 3px 2px #38520e;
  box-shadow:         1px 1px 3px 2px #38520e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38520e


Comments

No comments written yet.

Please login to write comment.