Color Hex Logo

#38520d Color Hex

#38520D
(56,82,13)
0 Favorites   0 Comments

Color spaces of #38520d

RGB 568213
HSL0.230.730.19
HSV83°84°32°
CMYK 0.320.000.84   0.68
XYZ4.72086.90441.4646
Yxy6.90440.36060.5275
Hunter Lab26.2762-13.914015.0886
CIE-Lab31.5883-21.328834.4842

#38520d color RGB value is (56,82,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01010010 00001101
Octal 70 122 15
Decimal 56 82 13
Hex 38 52 D

RGB Percentages of Color #38520d

%37.09
%54.30
%8.61

CMYK Percentages of Color #38520d

%32
%0
%84
%68

Triadic Colors of #38520d

#38520d #0d3852 #520d38

Analogous Colors of #38520d

#38520d #16520d #524a0d

Monochromatic Colors of #38520d

#38520d

Complementary Color

#38520d #270d52

#38520d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38520d Color Preview on White Background

Lorem ipsum dolor sit amet.

#38520d Color CSS Codes

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

#38520d Text Font Color

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

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


#38520d Background Color

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

This div background color is #38520d


#38520d Border Color

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

This div border color is #38520d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38520d


Comments

No comments written yet.

Please login to write comment.