Color Hex Logo

#3d520d Color Hex

#3D520D
(61,82,13)
0 Favorites   0 Comments

Color spaces of #3d520d

RGB 618213
HSL0.220.730.19
HSV78°84°32°
CMYK 0.260.000.84   0.68
XYZ5.01447.05571.4784
Yxy7.05570.37010.5208
Hunter Lab26.5626-12.787815.2939
CIE-Lab31.9334-19.082534.9303

#3d520d color RGB value is (61,82,13).

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

The process color (four color CMYK) of #3d520d color hex is 0.26, 0.00, 0.84, 0.68. Web safe color of #3d520d is #336600. Color #3d520d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 01010010 00001101
Octal 75 122 15
Decimal 61 82 13
Hex 3D 52 D

RGB Percentages of Color #3d520d

%39.10
%52.56
%8.33

CMYK Percentages of Color #3d520d

%26
%0
%84
%68

Triadic Colors of #3d520d

#3d520d #0d3d52 #520d3d

Analogous Colors of #3d520d

#3d520d #1b520d #52450d

Monochromatic Colors of #3d520d

#3d520d

Complementary Color

#3d520d #220d52

#3d520d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3d520d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3d520d Color CSS Codes

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

#3d520d Text Font Color

<p style="color:#3d520d">Text here</p>

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


#3d520d Background Color

<div style="background-color:#3d520d">
Div content here</div>

This div background color is #3d520d


#3d520d Border Color

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

This div border color is #3d520d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(61,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 #3d520d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3d520d


Comments

No comments written yet.

Please login to write comment.